r8152 logs error `can't resubmit intr, status -1`

From: Paul Menzel
Date: Thu Nov 16 2023 - 10:00:53 EST


Dear Linux folks,


On the Dell XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022, with a USB-C Dell DA300 adapter attached to the only USB-C port on the left, Linux 6.5.10 logged the message below:

r8152 4-1.2:1.0 enx18dbf22dccf3: can't resubmit intr, status -1

As this is error log level, how can I fix it?

Trying to understand the code, does `-1` mean `NOPERM`?

$ git grep EPERM include/uapi/asm-generic/errno-base.h
#define EPERM 1 /* Operation not permitted */

Skimming the code this is returned by `usb_submit_urb()`, which in turn returns the return value of `usb_hcd_submit_urb()`. Do you have some debugging hints how to for example print the call trace for this case or enable more debug messages to understand the issue?


Kind regards,

Paul[ 0.000000] microcode: updated early: 0xf0 -> 0xf4, date = 2023-02-22
[ 0.000000] Linux version 6.5.0-4-amd64 (debian-kernel@xxxxxxxxxxxxxxxx) (gcc-13 (Debian 13.2.0-6) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41) #1 SMP PREEMPT_DYNAMIC Debian 6.5.10-1 (2023-11-03)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.5.0-4-amd64 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pcie_aspm=off
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000060caafff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000060cab000-0x0000000060cabfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000060cac000-0x0000000060cacfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000060cad000-0x00000000703f3fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000703f4000-0x000000007077ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000070780000-0x00000000707c3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000707c4000-0x000000007ae71fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007ae72000-0x000000007b5fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007b5ff000-0x000000007b5fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b600000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x5bb75018-0x5bb85057] usable ==> usable
[ 0.000000] e820: update [mem 0x5bb75018-0x5bb85057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005bb75017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005bb75018-0x000000005bb85057] usable
[ 0.000000] reserve setup_data: [mem 0x000000005bb85058-0x0000000060caafff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000060cab000-0x0000000060cabfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000060cac000-0x0000000060cacfff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000060cad000-0x00000000703f3fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000703f4000-0x000000007077ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000070780000-0x00000000707c3fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000707c4000-0x000000007ae71fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000007ae72000-0x000000007b5fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000007b5ff000-0x000000007b5fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000007b600000-0x000000007f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047e7fffff] usable
[ 0.000000] efi: EFI v2.4 by American Megatrends
[ 0.000000] efi: ACPI=0x7078d000 ACPI 2.0=0x7078d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x7ae12000 ESRT=0x7b286698 MEMATTR=0x6dc76018 INITRD=0x60d7da98 TPMEventLog=0x60d78018
[ 0.000000] efi: Remove mem32: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Not removing mem33: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem34: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem35: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem36: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.000000] tsc: Detected 2899.886 MHz TSC
[ 0.000693] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000695] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000705] last_pfn = 0x47e800 max_arch_pfn = 0x400000000
[ 0.000709] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000711] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001018] last_pfn = 0x7b600 max_arch_pfn = 0x400000000
[ 0.007343] esrt: Reserving ESRT space from 0x000000007b286698 to 0x000000007b2866d0.
[ 0.007348] Using GB pages for direct mapping
[ 0.007536] RAMDISK: [mem 0x5bb86000-0x5e49efff]
[ 0.007541] ACPI: Early table checksum verification disabled
[ 0.007543] ACPI: RSDP 0x000000007078D000 000024 (v02 DELL )
[ 0.007546] ACPI: XSDT 0x000000007078D0C0 000104 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007551] ACPI: FACP 0x00000000707B2A40 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.007554] ACPI: DSDT 0x000000007078D258 0257E7 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.007557] ACPI: FACS 0x000000007AE6F180 000040
[ 0.007559] ACPI: APIC 0x00000000707B2B50 000084 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.007561] ACPI: FPDT 0x00000000707B2BD8 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007563] ACPI: FIDT 0x00000000707B2C20 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007565] ACPI: MCFG 0x00000000707B2CD0 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.007568] ACPI: HPET 0x00000000707B2D10 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.007570] ACPI: SSDT 0x00000000707B2D48 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.007572] ACPI: BOOT 0x00000000707B30A8 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007575] ACPI: SSDT 0x00000000707B30D0 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.007577] ACPI: HPET 0x00000000707B43A0 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.007579] ACPI: SSDT 0x00000000707B43D8 000D84 (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.007581] ACPI: UEFI 0x00000000707B5160 000042 (v01 00000000 00000000)
[ 0.007584] ACPI: SSDT 0x00000000707B51A8 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.007586] ACPI: LPIT 0x00000000707B6088 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.007588] ACPI: SSDT 0x00000000707B6120 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.007590] ACPI: SSDT 0x00000000707B6288 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.007593] ACPI: SSDT 0x00000000707B6528 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.007595] ACPI: SSDT 0x00000000707B9530 0000DB (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.007597] ACPI: DBGP 0x00000000707B9610 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.007599] ACPI: DBG2 0x00000000707B9648 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.007602] ACPI: SSDT 0x00000000707B96A0 0007DD (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.007604] ACPI: SSDT 0x00000000707B9E80 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.007606] ACPI: SLIC 0x00000000707C2378 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.007609] ACPI: NHLT 0x00000000707C24F0 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.007611] ACPI: BGRT 0x00000000707C2520 000038 (v00 01072009 AMI 00010013)
[ 0.007613] ACPI: TPM2 0x00000000707C2558 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.007615] ACPI: ASF! 0x00000000707C2590 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.007617] ACPI: DMAR 0x00000000707C2630 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.007619] ACPI: Reserving FACP table memory at [mem 0x707b2a40-0x707b2b4b]
[ 0.007621] ACPI: Reserving DSDT table memory at [mem 0x7078d258-0x707b2a3e]
[ 0.007622] ACPI: Reserving FACS table memory at [mem 0x7ae6f180-0x7ae6f1bf]
[ 0.007622] ACPI: Reserving APIC table memory at [mem 0x707b2b50-0x707b2bd3]
[ 0.007623] ACPI: Reserving FPDT table memory at [mem 0x707b2bd8-0x707b2c1b]
[ 0.007624] ACPI: Reserving FIDT table memory at [mem 0x707b2c20-0x707b2ccb]
[ 0.007624] ACPI: Reserving MCFG table memory at [mem 0x707b2cd0-0x707b2d0b]
[ 0.007625] ACPI: Reserving HPET table memory at [mem 0x707b2d10-0x707b2d47]
[ 0.007626] ACPI: Reserving SSDT table memory at [mem 0x707b2d48-0x707b30a0]
[ 0.007626] ACPI: Reserving BOOT table memory at [mem 0x707b30a8-0x707b30cf]
[ 0.007627] ACPI: Reserving SSDT table memory at [mem 0x707b30d0-0x707b439e]
[ 0.007628] ACPI: Reserving HPET table memory at [mem 0x707b43a0-0x707b43d7]
[ 0.007628] ACPI: Reserving SSDT table memory at [mem 0x707b43d8-0x707b515b]
[ 0.007629] ACPI: Reserving UEFI table memory at [mem 0x707b5160-0x707b51a1]
[ 0.007630] ACPI: Reserving SSDT table memory at [mem 0x707b51a8-0x707b6085]
[ 0.007630] ACPI: Reserving LPIT table memory at [mem 0x707b6088-0x707b611b]
[ 0.007631] ACPI: Reserving SSDT table memory at [mem 0x707b6120-0x707b6280]
[ 0.007632] ACPI: Reserving SSDT table memory at [mem 0x707b6288-0x707b6526]
[ 0.007632] ACPI: Reserving SSDT table memory at [mem 0x707b6528-0x707b9529]
[ 0.007633] ACPI: Reserving SSDT table memory at [mem 0x707b9530-0x707b960a]
[ 0.007634] ACPI: Reserving DBGP table memory at [mem 0x707b9610-0x707b9643]
[ 0.007634] ACPI: Reserving DBG2 table memory at [mem 0x707b9648-0x707b969b]
[ 0.007635] ACPI: Reserving SSDT table memory at [mem 0x707b96a0-0x707b9e7c]
[ 0.007636] ACPI: Reserving SSDT table memory at [mem 0x707b9e80-0x707c2370]
[ 0.007636] ACPI: Reserving SLIC table memory at [mem 0x707c2378-0x707c24ed]
[ 0.007637] ACPI: Reserving NHLT table memory at [mem 0x707c24f0-0x707c251c]
[ 0.007638] ACPI: Reserving BGRT table memory at [mem 0x707c2520-0x707c2557]
[ 0.007638] ACPI: Reserving TPM2 table memory at [mem 0x707c2558-0x707c258b]
[ 0.007639] ACPI: Reserving ASF! table memory at [mem 0x707c2590-0x707c262f]
[ 0.007640] ACPI: Reserving DMAR table memory at [mem 0x707c2630-0x707c271f]
[ 0.007772] No NUMA configuration found
[ 0.007773] Faking a node at [mem 0x0000000000000000-0x000000047e7fffff]
[ 0.007781] NODE_DATA(0) allocated [mem 0x47e7d5000-0x47e7fffff]
[ 0.007951] Zone ranges:
[ 0.007951] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007953] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007954] Normal [mem 0x0000000100000000-0x000000047e7fffff]
[ 0.007956] Device empty
[ 0.007956] Movable zone start for each node
[ 0.007959] Early memory node ranges
[ 0.007959] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.007960] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.007961] node 0: [mem 0x0000000000100000-0x0000000060caafff]
[ 0.007962] node 0: [mem 0x0000000060cad000-0x00000000703f3fff]
[ 0.007963] node 0: [mem 0x000000007b5ff000-0x000000007b5fffff]
[ 0.007963] node 0: [mem 0x0000000100000000-0x000000047e7fffff]
[ 0.007965] Initmem setup node 0 [mem 0x0000000000001000-0x000000047e7fffff]
[ 0.007969] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007971] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008000] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.010622] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.011016] On node 0, zone DMA32: 45579 pages in unavailable ranges
[ 0.011401] On node 0, zone Normal: 18944 pages in unavailable ranges
[ 0.011452] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.011459] Reserving Intel graphics memory at [mem 0x7d800000-0x7f7fffff]
[ 0.011633] ACPI: PM-Timer IO Port: 0x1808
[ 0.011637] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.011639] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.011640] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.011640] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.011666] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.011668] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.011670] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.011673] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.011674] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.011678] e820: update [mem 0x6d862000-0x6d9eefff] usable ==> reserved
[ 0.011688] TSC deadline timer available
[ 0.011689] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.011708] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.011710] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.011711] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.011712] PM: hibernation: Registered nosave memory: [mem 0x5bb75000-0x5bb75fff]
[ 0.011714] PM: hibernation: Registered nosave memory: [mem 0x5bb85000-0x5bb85fff]
[ 0.011715] PM: hibernation: Registered nosave memory: [mem 0x60cab000-0x60cabfff]
[ 0.011716] PM: hibernation: Registered nosave memory: [mem 0x60cac000-0x60cacfff]
[ 0.011717] PM: hibernation: Registered nosave memory: [mem 0x6d862000-0x6d9eefff]
[ 0.011718] PM: hibernation: Registered nosave memory: [mem 0x703f4000-0x7077ffff]
[ 0.011719] PM: hibernation: Registered nosave memory: [mem 0x70780000-0x707c3fff]
[ 0.011719] PM: hibernation: Registered nosave memory: [mem 0x707c4000-0x7ae71fff]
[ 0.011720] PM: hibernation: Registered nosave memory: [mem 0x7ae72000-0x7b5fefff]
[ 0.011721] PM: hibernation: Registered nosave memory: [mem 0x7b600000-0x7f7fffff]
[ 0.011722] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xfdffffff]
[ 0.011723] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.011723] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.011724] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.011724] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.011725] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.011725] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.011727] [mem 0x7f800000-0xfdffffff] available for PCI devices
[ 0.011728] Booting paravirtualized kernel on bare hardware
[ 0.011730] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.016192] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.016481] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[ 0.016486] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[ 0.016489] pcpu-alloc: [0] 0 1 2 3
[ 0.016504] Kernel command line: BOOT_IMAGE=/vmlinuz-6.5.0-4-amd64 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pcie_aspm=off
[ 0.016547] PCIe ASPM is disabled
[ 0.016549] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.5.0-4-amd64", will be passed to user space.
[ 0.016586] random: crng init done
[ 0.018075] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.018836] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.018882] Fallback order for Node 0: 0
[ 0.018885] Built 1 zonelists, mobility grouping on. Total pages: 4058947
[ 0.018886] Policy zone: Normal
[ 0.018890] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.018895] software IO TLB: area num 4.
[ 0.037184] Memory: 1814880K/16494140K available (14336K kernel code, 2346K rwdata, 10340K rodata, 3920K init, 18144K bss, 498720K reserved, 0K cma-reserved)
[ 0.037363] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.037372] Kernel/User page tables isolation: enabled
[ 0.037398] ftrace: allocating 42178 entries in 165 pages
[ 0.044287] ftrace: allocated 165 pages with 4 groups
[ 0.044863] Dynamic Preempt: voluntary
[ 0.044886] rcu: Preemptible hierarchical RCU implementation.
[ 0.044886] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.044888] Trampoline variant of Tasks RCU enabled.
[ 0.044888] Rude variant of Tasks RCU enabled.
[ 0.044889] Tracing variant of Tasks RCU enabled.
[ 0.044889] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.044890] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.047252] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.047605] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.047772] Console: colour dummy device 80x25
[ 0.047774] printk: console [tty0] enabled
[ 0.047806] ACPI: Core revision 20230331
[ 0.047947] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.047947] APIC: Switch to symmetric I/O mode setup
[ 0.047949] DMAR: Host address width 39
[ 0.047950] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.047956] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.047958] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.047961] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.047963] DMAR: RMRR base: 0x000000704c2000 end: 0x000000704e1fff
[ 0.047964] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[ 0.047965] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.047966] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.047967] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.047969] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.047970] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.049589] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.049590] x2apic enabled
[ 0.049603] Switched APIC routing to cluster x2apic.
[ 0.053444] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[ 0.053450] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[ 0.053476] x86/cpu: SGX disabled by BIOS.
[ 0.053482] CPU0: Thermal monitoring enabled (TM1)
[ 0.053514] process: using mwait in idle threads
[ 0.053516] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.053517] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.053521] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.053523] Spectre V2 : Mitigation: IBRS
[ 0.053524] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.053524] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.053525] RETBleed: Mitigation: IBRS
[ 0.053526] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.053527] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.053528] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.053535] MDS: Mitigation: Clear CPU buffers
[ 0.053536] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.053540] SRBDS: Mitigation: Microcode
[ 0.053546] GDS: Mitigation: Microcode
[ 0.053551] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.053552] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.053553] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.053554] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.053555] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.053557] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.053558] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.053559] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.053561] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.057447] Freeing SMP alternatives memory: 36K
[ 0.057447] pid_max: default: 32768 minimum: 301
[ 0.057447] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,integrity
[ 0.057447] landlock: Up and running.
[ 0.057447] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.057447] AppArmor: AppArmor initialized
[ 0.057447] TOMOYO Linux initialized
[ 0.057447] LSM support for eBPF active
[ 0.057447] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.057447] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.057447] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.057447] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.057447] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.057447] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.057447] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.057447] ... version: 4
[ 0.057447] ... bit width: 48
[ 0.057447] ... generic registers: 4
[ 0.057447] ... value mask: 0000ffffffffffff
[ 0.057447] ... max period: 00007fffffffffff
[ 0.057447] ... fixed-purpose events: 3
[ 0.057447] ... event mask: 000000070000000f
[ 0.057447] signal: max sigframe size: 2032
[ 0.057447] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[ 0.057447] rcu: Hierarchical SRCU implementation.
[ 0.057447] rcu: Max phase no-delay instances is 1000.
[ 0.057447] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.057447] smp: Bringing up secondary CPUs ...
[ 0.057447] smpboot: x86: Booting SMP configuration:
[ 0.057447] .... node #0, CPUs: #1 #2 #3
[ 0.057626] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.057626] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.057626] smp: Brought up 1 node, 4 CPUs
[ 0.057626] smpboot: Max logical packages: 1
[ 0.057626] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[ 0.080435] node 0 deferred pages initialised in 20ms
[ 0.080437] devtmpfs: initialized
[ 0.080437] x86/mm: Memory block size: 128MB
[ 0.082357] ACPI: PM: Registering ACPI NVS region [mem 0x60cab000-0x60cabfff] (4096 bytes)
[ 0.082357] ACPI: PM: Registering ACPI NVS region [mem 0x707c4000-0x7ae71fff] (174776320 bytes)
[ 0.084059] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.084066] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.084120] pinctrl core: initialized pinctrl subsystem
[ 0.085526] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.085757] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.085874] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.085980] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.086007] audit: initializing netlink subsys (disabled)
[ 0.086032] audit: type=2000 audit(1699967148.032:1): state=initialized audit_enabled=0 res=1
[ 0.086032] thermal_sys: Registered thermal governor 'fair_share'
[ 0.086032] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.086032] thermal_sys: Registered thermal governor 'step_wise'
[ 0.086032] thermal_sys: Registered thermal governor 'user_space'
[ 0.086032] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.086032] cpuidle: using governor ladder
[ 0.086032] cpuidle: using governor menu
[ 0.086032] Simple Boot Flag at 0x47 set to 0x80
[ 0.086032] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.086032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.086032] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.086032] PCI: not using MMCONFIG
[ 0.086032] PCI: Using configuration type 1 for base access
[ 0.086032] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.086032] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.086032] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.086032] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.086032] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.086032] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.086032] ACPI: Added _OSI(Module Device)
[ 0.086032] ACPI: Added _OSI(Processor Device)
[ 0.086032] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.086032] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.118471] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 5.099625] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 5.105684] ACPI: Dynamic OEM Table Load:
[ 5.105692] ACPI: SSDT 0xFFFF8E6881460000 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 5.106662] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 5.107461] ACPI: Dynamic OEM Table Load:
[ 5.107465] ACPI: SSDT 0xFFFF8E6881409C00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 5.108591] ACPI: Dynamic OEM Table Load:
[ 5.108596] ACPI: SSDT 0xFFFF8E6881465000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 5.109752] ACPI: Dynamic OEM Table Load:
[ 5.109756] ACPI: SSDT 0xFFFF8E6881480000 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 5.111617] ACPI: EC: EC started
[ 5.111618] ACPI: EC: interrupt blocked
[ 5.115878] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 5.115882] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 5.115883] ACPI: Interpreter enabled
[ 5.115917] ACPI: PM: (supports S0 S3 S4 S5)
[ 5.115918] ACPI: Using IOAPIC for interrupt routing
[ 5.115948] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 5.116629] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 5.116639] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 5.116640] PCI: Using E820 reservations for host bridge windows
[ 5.117120] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 5.128148] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 5.128401] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 5.128653] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 5.128901] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 5.129152] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 5.129633] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[ 5.130239] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 5.130489] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 5.130742] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 5.130989] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 5.131236] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 5.131485] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 5.131738] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 5.131988] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 5.132234] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 5.132486] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 5.132734] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 5.132734] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 5.132734] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 5.132734] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 5.150343] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 5.150349] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI HPX-Type3]
[ 5.150351] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 5.150494] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 5.151282] PCI host bridge to bus 0000:00
[ 5.151284] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 5.151286] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 5.151288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 5.151289] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xdfffffff window]
[ 5.151291] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 5.151292] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 5.151309] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 5.151378] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 5.151386] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[ 5.151391] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 5.151394] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 5.151406] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 5.151409] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 5.151543] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 5.151550] pci 0000:00:04.0: reg 0x10: [mem 0xdc420000-0xdc427fff 64bit]
[ 5.151794] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 5.151809] pci 0000:00:14.0: reg 0x10: [mem 0xdc410000-0xdc41ffff 64bit]
[ 5.151866] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 5.152300] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 5.152314] pci 0000:00:14.2: reg 0x10: [mem 0xdc434000-0xdc434fff 64bit]
[ 5.152452] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 5.152481] pci 0000:00:15.0: reg 0x10: [mem 0xdc433000-0xdc433fff 64bit]
[ 5.152798] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[ 5.152828] pci 0000:00:15.1: reg 0x10: [mem 0xdc432000-0xdc432fff 64bit]
[ 5.153121] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 5.153134] pci 0000:00:16.0: reg 0x10: [mem 0xdc431000-0xdc431fff 64bit]
[ 5.153178] pci 0000:00:16.0: PME# supported from D3hot
[ 5.157448] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 5.157448] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 5.157448] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 5.157448] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 5.157448] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 5.157448] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 5.157448] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 5.157448] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 5.157448] pci 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[ 5.157448] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 5.157448] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 5.157448] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 5.157448] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[ 5.157448] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 5.157448] pci 0000:00:1f.2: reg 0x10: [mem 0xdc42c000-0xdc42ffff]
[ 5.157448] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[ 5.157448] pci 0000:00:1f.3: reg 0x10: [mem 0xdc428000-0xdc42bfff 64bit]
[ 5.157448] pci 0000:00:1f.3: reg 0x20: [mem 0xdc400000-0xdc40ffff 64bit]
[ 5.157448] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 5.157448] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 5.157448] pci 0000:00:1f.4: reg 0x10: [mem 0xdc430000-0xdc4300ff 64bit]
[ 5.157448] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 5.157448] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400
[ 5.157448] pci 0000:01:00.0: enabling Extended Tags
[ 5.157448] pci 0000:01:00.0: supports D1 D2
[ 5.157448] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.157448] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 5.157448] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 5.157448] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 5.157448] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.157448] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400
[ 5.157448] pci 0000:02:00.0: enabling Extended Tags
[ 5.157448] pci 0000:02:00.0: supports D1 D2
[ 5.157448] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.157590] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400
[ 5.157640] pci 0000:02:01.0: enabling Extended Tags
[ 5.157721] pci 0000:02:01.0: supports D1 D2
[ 5.157722] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.157884] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400
[ 5.157935] pci 0000:02:02.0: enabling Extended Tags
[ 5.158017] pci 0000:02:02.0: supports D1 D2
[ 5.158018] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.158188] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 5.158196] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 5.158200] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.158239] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 5.158247] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 5.158287] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 5.158294] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 5.158299] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.158371] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330
[ 5.158391] pci 0000:39:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff]
[ 5.158461] pci 0000:39:00.0: enabling Extended Tags
[ 5.158564] pci 0000:39:00.0: supports D1 D2
[ 5.158565] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 5.158663] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:02:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 5.158773] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 5.158780] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 5.159121] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000
[ 5.159337] pci 0000:3a:00.0: reg 0x10: [mem 0xdc000000-0xdc1fffff 64bit]
[ 5.160434] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[ 5.165799] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 5.165804] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 5.165881] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000
[ 5.165902] pci 0000:3b:00.0: reg 0x14: [mem 0xdc300000-0xdc300fff]
[ 5.165998] pci 0000:3b:00.0: supports D1 D2
[ 5.165999] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[ 5.166267] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 5.166271] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 5.166345] pci 0000:3c:00.0: [1c5c:1284] type 00 class 0x010802
[ 5.166364] pci 0000:3c:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[ 5.166468] pci 0000:3c:00.0: PME# supported from D0 D1 D3hot
[ 5.166753] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 5.166757] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 5.170000] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 5.170041] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 5.170081] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 5.170121] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 5.170160] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 5.170200] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 5.170239] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 5.170279] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 5.172454] Low-power S0 idle used by default for system suspend
[ 5.179244] ACPI: EC: interrupt unblocked
[ 5.179245] ACPI: EC: event unblocked
[ 5.179251] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 5.179252] ACPI: EC: GPE=0x14
[ 5.179253] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 5.179255] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 5.179329] iommu: Default domain type: Translated
[ 5.179329] iommu: DMA domain TLB invalidation policy: lazy mode
[ 5.179329] pps_core: LinuxPPS API ver. 1 registered
[ 5.179329] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 5.179329] PTP clock support registered
[ 5.179329] EDAC MC: Ver: 3.0.0
[ 5.179329] efivars: Registered efivars operations
[ 5.179329] NetLabel: Initializing
[ 5.179329] NetLabel: domain hash size = 128
[ 5.179329] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 5.179329] NetLabel: unlabeled traffic allowed by default
[ 5.179329] PCI: Using ACPI for IRQ routing
[ 5.201447] PCI: pci_cache_line_size set to 64 bytes
[ 5.201447] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x5bb75018-0x5bffffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x60cab000-0x63ffffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x6d862000-0x6fffffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x703f4000-0x73ffffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x7b600000-0x7bffffff]
[ 5.201447] e820: reserve RAM buffer [mem 0x47e800000-0x47fffffff]
[ 5.205454] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 5.205454] pci 0000:00:02.0: vgaarb: bridge control possible
[ 5.205455] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 5.205460] vgaarb: loaded
[ 5.206780] clocksource: Switched to clocksource tsc-early
[ 5.206892] VFS: Disk quotas dquot_6.6.0
[ 5.206901] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 5.207013] AppArmor: AppArmor Filesystem Enabled
[ 5.207025] pnp: PnP ACPI init
[ 5.207219] system 00:00: [io 0x0680-0x069f] has been reserved
[ 5.207222] system 00:00: [io 0xffff] has been reserved
[ 5.207224] system 00:00: [io 0xffff] has been reserved
[ 5.207225] system 00:00: [io 0xffff] has been reserved
[ 5.207226] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 5.207228] system 00:00: [io 0x164e-0x164f] has been reserved
[ 5.207344] system 00:02: [io 0x1854-0x1857] has been reserved
[ 5.207666] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 5.207668] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 5.207670] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 5.207672] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 5.207673] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 5.207675] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 5.207676] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 5.207678] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 5.207680] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 5.207681] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 5.207719] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 5.207721] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 5.207723] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 5.207724] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 5.207726] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 5.207728] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 5.207729] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 5.207967] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 5.207967] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 5.207967] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 5.210662] pnp: PnP ACPI: found 9 devices
[ 5.216501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 5.216563] NET: Registered PF_INET protocol family
[ 5.216692] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 5.219074] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 5.219107] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 5.219169] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 5.219353] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 5.219548] TCP: Hash tables configured (established 131072 bind 65536)
[ 5.219625] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 5.219664] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 5.219696] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 5.219748] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 5.219754] NET: Registered PF_XDP protocol family
[ 5.219764] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[ 5.219768] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[ 5.219770] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 5.219773] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[ 5.219775] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-39] add_size 3000
[ 5.219792] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x4fff]
[ 5.219795] pci 0000:01:00.0: BAR 13: assigned [io 0x2000-0x3fff]
[ 5.219799] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 5.219800] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 5.219802] pci 0000:02:01.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 5.219803] pci 0000:02:02.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 5.219805] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[ 5.219807] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[ 5.219808] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 5.219814] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 5.219822] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 5.219824] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[ 5.219829] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 5.219832] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219838] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 5.219840] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[ 5.219844] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 5.219852] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 5.219854] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[ 5.219858] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 5.219861] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219867] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 5.219868] pci 0000:00:1c.0: bridge window [io 0x2000-0x4fff]
[ 5.219871] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 5.219874] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219877] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 5.219880] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 5.219885] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 5.219888] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 5.219893] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 5.219896] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 5.219901] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 5.219903] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 5.219904] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[ 5.219905] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xdfffffff window]
[ 5.219907] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 5.219908] pci_bus 0000:01: resource 0 [io 0x2000-0x4fff]
[ 5.219909] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[ 5.219911] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219912] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 5.219913] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[ 5.219914] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219916] pci_bus 0000:03: resource 1 [mem 0xda000000-0xda0fffff]
[ 5.219917] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 5.219918] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xd9efffff]
[ 5.219919] pci_bus 0000:04: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 5.219921] pci_bus 0000:39: resource 0 [io 0x3000-0x3fff]
[ 5.219922] pci_bus 0000:39: resource 1 [mem 0xd9f00000-0xd9ffffff]
[ 5.219923] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 5.219925] pci_bus 0000:3b: resource 1 [mem 0xdc300000-0xdc3fffff]
[ 5.219926] pci_bus 0000:3c: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 5.220442] pci 0000:01:00.0: enabling device (0006 -> 0007)
[ 5.220478] pci 0000:02:02.0: enabling device (0006 -> 0007)
[ 5.220741] PCI: CLS 128 bytes, default 64
[ 5.220750] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 5.220753] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[ 5.220762] DMAR: No ATSR found
[ 5.220763] DMAR: No SATC found
[ 5.220764] DMAR: IOMMU feature fl1gp_support inconsistent
[ 5.220765] DMAR: IOMMU feature pgsel_inv inconsistent
[ 5.220766] DMAR: IOMMU feature nwfs inconsistent
[ 5.220766] DMAR: IOMMU feature pasid inconsistent
[ 5.220767] DMAR: IOMMU feature eafs inconsistent
[ 5.220768] DMAR: IOMMU feature prs inconsistent
[ 5.220768] DMAR: IOMMU feature nest inconsistent
[ 5.220769] DMAR: IOMMU feature mts inconsistent
[ 5.220769] DMAR: IOMMU feature sc_support inconsistent
[ 5.220770] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ 5.220771] DMAR: dmar0: Using Queued invalidation
[ 5.220774] DMAR: dmar1: Using Queued invalidation
[ 5.220798] Trying to unpack rootfs image as initramfs...
[ 5.221053] pci 0000:00:02.0: Adding to iommu group 0
[ 5.221086] pci 0000:00:00.0: Adding to iommu group 1
[ 5.221095] pci 0000:00:04.0: Adding to iommu group 2
[ 5.221110] pci 0000:00:14.0: Adding to iommu group 3
[ 5.221118] pci 0000:00:14.2: Adding to iommu group 3
[ 5.221134] pci 0000:00:15.0: Adding to iommu group 4
[ 5.221142] pci 0000:00:15.1: Adding to iommu group 4
[ 5.221153] pci 0000:00:16.0: Adding to iommu group 5
[ 5.221162] pci 0000:00:1c.0: Adding to iommu group 6
[ 5.221173] pci 0000:00:1c.4: Adding to iommu group 7
[ 5.221183] pci 0000:00:1c.5: Adding to iommu group 8
[ 5.221192] pci 0000:00:1d.0: Adding to iommu group 9
[ 5.221212] pci 0000:00:1f.0: Adding to iommu group 10
[ 5.221220] pci 0000:00:1f.2: Adding to iommu group 10
[ 5.221229] pci 0000:00:1f.3: Adding to iommu group 10
[ 5.221238] pci 0000:00:1f.4: Adding to iommu group 10
[ 5.221248] pci 0000:01:00.0: Adding to iommu group 11
[ 5.221258] pci 0000:02:00.0: Adding to iommu group 12
[ 5.221267] pci 0000:02:01.0: Adding to iommu group 13
[ 5.221277] pci 0000:02:02.0: Adding to iommu group 14
[ 5.221281] pci 0000:39:00.0: Adding to iommu group 14
[ 5.221290] pci 0000:3a:00.0: Adding to iommu group 15
[ 5.221304] pci 0000:3b:00.0: Adding to iommu group 16
[ 5.221313] pci 0000:3c:00.0: Adding to iommu group 17
[ 5.222256] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 5.222259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 5.222260] software IO TLB: mapped [mem 0x0000000069862000-0x000000006d862000] (64MB)
[ 5.222662] Initialise system trusted keyrings
[ 5.222670] Key type blacklist registered
[ 5.222723] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 5.222739] zbud: loaded
[ 5.222898] integrity: Platform Keyring initialized
[ 5.222901] integrity: Machine keyring initialized
[ 5.222902] Key type asymmetric registered
[ 5.222903] Asymmetric key parser 'x509' registered
[ 5.479256] Freeing initrd memory: 42084K
[ 5.483361] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 5.483397] io scheduler mq-deadline registered
[ 5.484789] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[ 5.485079] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.485095] efifb: probing for efifb
[ 5.485110] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[ 5.485111] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[ 5.485113] efifb: scrolling: redraw
[ 5.485113] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 5.485195] Console: switching to colour frame buffer device 200x56
[ 5.488629] fb0: EFI VGA frame buffer device
[ 5.490609] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.490611] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 5.490769] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.491396] hpet_acpi_add: no address or irqs in _CRS
[ 5.491414] Linux agpgart interface v0.103
[ 5.503084] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[ 5.543000] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 5.543489] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 5.543762] i8042: Warning: Keylock active
[ 5.545986] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.545991] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.546269] mousedev: PS/2 mouse device common for all mice
[ 5.546314] rtc_cmos 00:01: RTC can wake from S4
[ 5.547214] rtc_cmos 00:01: registered as rtc0
[ 5.547344] rtc_cmos 00:01: setting system clock to 2023-11-14T13:05:53 UTC (1699967153)
[ 5.547428] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 5.547579] intel_pstate: Intel P-state driver initializing
[ 5.547848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 5.549227] intel_pstate: HWP enabled
[ 5.549530] ledtrig-cpu: registered to indicate activity on CPUs
[ 5.569575] NET: Registered PF_INET6 protocol family
[ 5.577124] Segment Routing with IPv6
[ 5.577142] In-situ OAM (IOAM) with IPv6
[ 5.577180] mip6: Mobile IPv6
[ 5.577186] NET: Registered PF_PACKET protocol family
[ 5.577325] mpls_gso: MPLS GSO support
[ 5.577889] microcode: Microcode Update Driver: v2.2.
[ 5.577897] IPI shorthand broadcast: enabled
[ 5.579779] sched_clock: Marking stable (5572170040, 5715565)->(5681115899, -103230294)
[ 5.580060] registered taskstats version 1
[ 5.580148] Loading compiled-in X.509 certificates
[ 5.602221] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 5.602241] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[ 5.604489] Key type .fscrypt registered
[ 5.604491] Key type fscrypt-provisioning registered
[ 5.609461] Key type encrypted registered
[ 5.609466] AppArmor: AppArmor sha1 policy hashing enabled
[ 5.609704] integrity: Loading X.509 certificate: UEFI:db
[ 5.609752] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[ 5.609754] integrity: Loading X.509 certificate: UEFI:db
[ 5.609781] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 5.609783] integrity: Loading X.509 certificate: UEFI:db
[ 5.609804] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 5.610172] ima: Allocated hash algorithm: sha256
[ 5.653332] ima: No architecture policies found
[ 5.653393] evm: Initialising EVM extended attributes:
[ 5.653396] evm: security.selinux
[ 5.653399] evm: security.SMACK64 (disabled)
[ 5.653402] evm: security.SMACK64EXEC (disabled)
[ 5.653405] evm: security.SMACK64TRANSMUTE (disabled)
[ 5.653407] evm: security.SMACK64MMAP (disabled)
[ 5.653408] evm: security.apparmor
[ 5.653410] evm: security.ima
[ 5.653412] evm: security.capability
[ 5.653414] evm: HMAC attrs: 0x1
[ 5.761329] RAS: Correctable Errors collector initialized.
[ 5.761385] clk: Disabling unused clocks
[ 5.762258] Freeing unused decrypted memory: 2036K
[ 5.762686] Freeing unused kernel image (initmem) memory: 3920K
[ 5.774025] Write protecting the kernel read-only data: 26624k
[ 5.774523] Freeing unused kernel image (rodata/data gap) memory: 1948K
[ 5.818958] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.818966] x86/mm: Checking user space page tables
[ 5.861656] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.861660] Run /init as init process
[ 5.861661] with arguments:
[ 5.861663] /init
[ 5.861664] with environment:
[ 5.861664] HOME=/
[ 5.861665] TERM=linux
[ 5.861666] BOOT_IMAGE=/vmlinuz-6.5.0-4-amd64
[ 6.048139] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[ 6.081158] cryptd: max_cpu_qlen set to 1000
[ 6.081466] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[ 6.081666] hid: raw HID events driver (C) Jiri Kosina
[ 6.105051] ACPI: bus type USB registered
[ 6.105076] usbcore: registered new interface driver usbfs
[ 6.105085] usbcore: registered new interface driver hub
[ 6.105094] usbcore: registered new device driver usb
[ 6.225967] tsc: Refined TSC clocksource calibration: 2904.012 MHz
[ 6.226007] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc11722fc, max_idle_ns: 440795347324 ns
[ 6.226086] clocksource: Switched to clocksource tsc
[ 6.628508] ACPI: battery: Slot [BAT0] (battery present)
[ 6.633924] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 6.633968] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 6.634036] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[ 6.634097] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[ 6.634335] pci 0000:00:1f.1: Adding to iommu group 18
[ 6.635176] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 6.635364] platform idma64.0: Adding to iommu group 18
[ 6.635490] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 6.635532] platform i2c_designware.0: Adding to iommu group 19
[ 6.640563] AVX2 version of gcm_enc/dec engaged.
[ 6.640593] AES CTR mode by8 optimization enabled
[ 6.656898] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 6.657458] platform idma64.1: Adding to iommu group 20
[ 6.657633] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 6.657688] platform i2c_designware.1: Adding to iommu group 21
[ 6.885949] psmouse serio1: synaptics: Unable to query device: -5
[ 7.082960] i2c i2c-0: 2/2 memory slots populated (from DMI)
[ 7.085975] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 7.085983] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 7.087123] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 7.087856] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 7.087864] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 7.087868] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 7.087910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 7.087914] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.087916] usb usb1: Product: xHCI Host Controller
[ 7.087918] usb usb1: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[ 7.087920] usb usb1: SerialNumber: 0000:00:14.0
[ 7.088919] hub 1-0:1.0: USB hub found
[ 7.089401] hub 1-0:1.0: 12 ports detected
[ 7.093270] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input3
[ 7.094548] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input4
[ 7.094901] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 7.094905] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.094907] usb usb2: Product: xHCI Host Controller
[ 7.094909] usb usb2: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[ 7.094911] usb usb2: SerialNumber: 0000:00:14.0
[ 7.095101] hub 2-0:1.0: USB hub found
[ 7.095153] hub 2-0:1.0: 6 ports detected
[ 7.096040] usb: port power management may be unreliable
[ 7.096331] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 7.099302] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 7.099312] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[ 7.100512] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 7.100787] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 7.100791] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[ 7.100794] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 7.100833] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 7.100836] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.100838] usb usb3: Product: xHCI Host Controller
[ 7.100840] usb usb3: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[ 7.100841] usb usb3: SerialNumber: 0000:39:00.0
[ 7.100967] hub 3-0:1.0: USB hub found
[ 7.100975] hub 3-0:1.0: 2 ports detected
[ 7.101430] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 7.101434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.101436] usb usb4: Product: xHCI Host Controller
[ 7.101437] usb usb4: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[ 7.101439] usb usb4: SerialNumber: 0000:39:00.0
[ 7.101535] hub 4-0:1.0: USB hub found
[ 7.101543] hub 4-0:1.0: 2 ports detected
[ 7.109569] nvme nvme0: pci function 0000:3c:00.0
[ 7.128100] nvme nvme0: 4/0/0 default/read/poll queues
[ 7.135280] nvme0n1: p1 p2 p3 p4
[ 7.169539] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 7.169567] device-mapper: uevent: version 1.0.3
[ 7.169644] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxx
[ 7.350020] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 7.353958] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 7.500777] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 7.500799] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 7.506133] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[ 7.506160] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.506173] usb 3-1: Product: USB2.0 Hub
[ 7.506184] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 7.506194] usb 3-1: SerialNumber: 000000000
[ 7.509014] hub 3-1:1.0: USB hub found
[ 7.509175] hub 3-1:1.0: 5 ports detected
[ 7.630038] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 7.632727] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 7.678972] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[ 7.678994] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.679004] usb 4-1: Product: USB3.0 Hub
[ 7.679011] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 7.679018] usb 4-1: SerialNumber: 000000000
[ 7.681926] hub 4-1:1.0: USB hub found
[ 7.682101] hub 4-1:1.0: 4 ports detected
[ 7.781534] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[ 7.781560] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[ 7.781572] usb 1-4: Product: Touchscreen
[ 7.781580] usb 1-4: Manufacturer: ELAN
[ 7.799141] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input6
[ 7.799333] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input7
[ 7.799381] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input8
[ 7.799558] hid-generic 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 7.799623] usbcore: registered new interface driver usbhid
[ 7.799626] usbhid: USB HID core driver
[ 7.910021] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 8.119283] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[ 8.119305] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 8.119314] usb 1-5: Product: Integrated_Webcam_HD
[ 8.119322] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[ 8.218033] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[ 8.369431] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[ 8.369459] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.369470] usb 3-1.1: Product: USB2.0 Hub
[ 8.369479] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[ 8.369487] usb 3-1.1: SerialNumber: 000000000
[ 8.371742] hub 3-1.1:1.0: USB hub found
[ 8.372122] hub 3-1.1:1.0: 4 ports detected
[ 8.466983] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[ 8.527187] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[ 8.527196] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.527200] usb 4-1.1: Product: USB3.0 Hub
[ 8.527202] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[ 8.527205] usb 4-1.1: SerialNumber: 000000000
[ 8.577152] hub 4-1.1:1.0: USB hub found
[ 8.577503] hub 4-1.1:1.0: 4 ports detected
[ 8.654034] usb 3-1.2: new low-speed USB device number 4 using xhci_hcd
[ 8.814273] usb 3-1.2: New USB device found, idVendor=0bf8, idProduct=101e, bcdDevice= 1.09
[ 8.814298] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.814310] usb 3-1.2: Product: Fujitsu Keyboard
[ 8.814319] usb 3-1.2: Manufacturer: Fujitsu
[ 8.826950] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:0BF8:101E.0003/input/input10
[ 8.886539] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[ 8.886678] hid-generic 0003:0BF8:101E.0003: input,hidraw2: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:39:00.0-1.2/input0
[ 8.894810] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0BF8:101E.0004/input/input11
[ 8.910169] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[ 8.910191] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.910201] usb 4-1.4: Product: Mass Storage Device
[ 8.910208] usb 4-1.4: Manufacturer: Generic
[ 8.910214] usb 4-1.4: SerialNumber: 058F84688461
[ 8.955670] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0BF8:101E.0004/input/input12
[ 8.955816] hid-generic 0003:0BF8:101E.0004: input,hiddev1,hidraw3: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:39:00.0-1.2/input1
[ 8.961120] SCSI subsystem initialized
[ 8.966419] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[ 8.966674] scsi host0: usb-storage 4-1.4:1.0
[ 8.966803] usbcore: registered new interface driver usb-storage
[ 8.968474] usbcore: registered new interface driver uas
[ 9.034026] usb 3-1.1.2: new low-speed USB device number 5 using xhci_hcd
[ 9.139218] usb 3-1.1.2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 9.139240] usb 3-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.139249] usb 3-1.1.2: Product: USB Optical Mouse
[ 9.139257] usb 3-1.1.2: Manufacturer: Logitech
[ 9.146950] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:046D:C077.0005/input/input13
[ 9.147400] hid-generic 0003:046D:C077.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:39:00.0-1.1.2/input0
[ 9.213930] usb 3-1.5: new high-speed USB device number 6 using xhci_hcd
[ 9.316283] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[ 9.316305] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.316314] usb 3-1.5: Product: USB Billboard Device
[ 9.316321] usb 3-1.5: Manufacturer: VIA Labs, Inc.
[ 9.316328] usb 3-1.5: SerialNumber: 0000000000000001
[ 9.972200] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 9.973579] scsi 0:0:0:1: Direct-Access Generic- Micro SD/M2 1.08 PQ: 0 ANSI: 6
[ 9.982983] sd 0:0:0:0: [sda] Media removed, stopped polling
[ 9.983180] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 9.983418] sd 0:0:0:1: [sdb] Media removed, stopped polling
[ 9.983622] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[ 10.082167] usb 4-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
[ 10.104244] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 10.104266] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 10.104276] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[ 10.104283] usb 4-1.1.3: Manufacturer: Realtek
[ 10.104290] usb 4-1.1.3: SerialNumber: 000001
[ 10.146785] usbcore: registered new device driver r8152-cfgselector
[ 10.238964] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[ 10.270722] r8152 4-1.1.3:1.0: firmware: direct-loading firmware rtl_nic/rtl8153a-4.fw
[ 10.292651] r8152 4-1.1.3:1.0: load rtl8153a-4 v2 02/07/20 successfully
[ 10.338089] r8152 4-1.1.3:1.0 eth0: v1.12.13
[ 10.338233] usbcore: registered new interface driver r8152
[ 10.355724] usbcore: registered new interface driver cdc_ether
[ 10.358721] usbcore: registered new interface driver r8153_ecm
[ 10.386747] r8152 4-1.1.3:1.0 enx00e04ceabb21: renamed from eth0
[ 12.569812] input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[ 12.773734] psmouse serio1: Failed to enable mouse on isa0060/serio1
[ 13.783971] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[ 13.829827] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 13.893902] 1]: Inserted module 'autofs4'
[ 13.924078] 1]: systemd 254.5-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 13.924100] 1]: Detected architecture x86-64.
[ 13.926253] 1]: Hostname set to <abreu>.
[ 14.129802] 1]: Queued start job for default target graphical.target.
[ 14.155422] 1]: Created slice system-getty.slice - Slice /system/getty.
[ 14.155873] 1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 14.156243] 1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[ 14.156610] 1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 14.156848] 1]: Created slice user.slice - User and Session Slice.
[ 14.156927] 1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 14.156987] 1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 14.157220] 1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 14.157318] 1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 14.157368] 1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 14.157396] 1]: Reached target remote-fs.target - Remote File Systems.
[ 14.157421] 1]: Reached target slices.target - Slice Units.
[ 14.157478] 1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 14.158711] 1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 14.158808] 1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 14.158871] 1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 14.158994] 1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 14.159127] 1]: Listening on systemd-journald.socket - Journal Socket.
[ 14.159396] 1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 14.159502] 1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 14.160335] 1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 14.161135] 1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 14.161968] 1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 14.163116] 1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 14.164681] 1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 14.166022] 1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 14.167376] 1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 14.168919] 1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 14.170268] 1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 14.171753] 1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 14.173097] 1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 14.174608] 1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 14.174797] 1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 14.177100] 1]: Starting systemd-journald.service - Journal Service...
[ 14.177469] pstore: Using crash dump compression: deflate
[ 14.179561] 1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 14.179626] 1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[ 14.180847] 1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 14.182034] 1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 14.184125] 1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 14.184247] 1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 14.184344] 1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 14.184442] 1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 14.184675] 1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 14.184996] 1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 14.185284] 1]: modprobe@configfs.service: Deactivated successfully.
[ 14.185442] 1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 14.185796] 1]: modprobe@dm_mod.service: Deactivated successfully.
[ 14.185944] 1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 14.187177] 1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 14.187999] pstore: Registered efi_pstore as persistent store backend
[ 14.188319] 1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 14.188821] 1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 14.189023] 1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 14.197551] fuse: init (API version 7.38)
[ 14.197818] 1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 14.199144] 1]: modprobe@fuse.service: Deactivated successfully.
[ 14.199357] 1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 14.200772] 1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 14.203637] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[ 14.204763] journald[408]: Collecting audit messages is disabled.
[ 14.206553] 1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 14.208051] 1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 14.209994] loop: module loaded
[ 14.213670] 1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 14.213791] 1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 14.215147] 1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 14.215710] 1]: modprobe@loop.service: Deactivated successfully.
[ 14.216607] 1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 14.216990] 1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 14.230519] 1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 14.230721] 1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[ 14.231999] 1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 14.240223] 1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ 14.241219] ACPI: bus type drm_connector registered
[ 14.241966] 1]: modprobe@drm.service: Deactivated successfully.
[ 14.242152] 1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 14.248330] lp: driver loaded but no devices found
[ 14.252954] ppdev: user-space parallel port driver
[ 14.256499] 1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 14.256649] 1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[ 14.258245] 1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[ 14.260900] 1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 14.262440] 1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 14.275639] 1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 14.318947] 1]: Started systemd-journald.service - Journal Service.
[ 14.353801] journald[408]: Received client request to flush runtime journal.
[ 14.366854] journald[408]: /var/log/journal/16ae67b9dca94ecebbc8ec78ab24e074/system.journal: Journal file uses a different sequence number ID, rotating.
[ 14.366862] journald[408]: Rotating system journal.
[ 14.518329] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input14
[ 14.525741] Consider using thermal netlink events interface
[ 14.528952] intel_pmc_core INT33A1:00: initialized
[ 14.535689] input: Intel HID events as /devices/platform/INT33D5:00/input/input15
[ 14.536424] ACPI: AC: AC Adapter [AC] (on-line)
[ 14.539686] ACPI: button: Lid Switch [LID0]
[ 14.539837] intel-hid INT33D5:00: platform supports 5 button array
[ 14.540100] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input17
[ 14.562516] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input16
[ 14.587382] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input18
[ 14.592259] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 14.594236] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 14.600247] ACPI: button: Power Button [PBTN]
[ 14.600326] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input20
[ 14.602753] ACPI: button: Sleep Button [SBTN]
[ 14.603400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input21
[ 14.608368] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input22
[ 14.610034] ACPI: button: Power Button [PWRF]
[ 14.623614] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input23
[ 14.644004] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 14.718612] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 14.754425] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 14.766726] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[ 14.778087] intel_rapl_common: Found RAPL domain package
[ 14.778093] intel_rapl_common: Found RAPL domain dram
[ 14.785001] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[ 14.812079] iTCO_vendor_support: vendor-support=0
[ 14.821553] mc: Linux media interface: v0.10
[ 14.829952] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input25
[ 14.830161] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input26
[ 14.830302] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input27
[ 14.830658] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 14.834074] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 14.869342] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 14.876763] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 14.908885] input: PC Speaker as /devices/platform/pcspkr/input/input29
[ 14.909141] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.909359] Loaded X.509 cert 'benh@xxxxxxxxxx: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 14.909520] Loaded X.509 cert 'romain.perier@xxxxxxxxx: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 14.909672] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.909920] videodev: Linux video capture interface: v2.00
[ 14.913176] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[ 14.917339] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[ 15.009079] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input30
[ 15.032643] Bluetooth: Core ver 2.22
[ 15.032668] NET: Registered PF_BLUETOOTH protocol family
[ 15.032669] Bluetooth: HCI device and connection manager initialized
[ 15.032784] Bluetooth: HCI socket layer initialized
[ 15.032787] Bluetooth: L2CAP socket layer initialized
[ 15.032792] Bluetooth: SCO socket layer initialized
[ 15.417984] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 15.418145] Console: switching to colour dummy device 80x25
[ 15.418784] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 15.418834] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 15.449807] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 15.449810] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 15.449811] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 15.449812] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 15.449813] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 15.449814] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 15.476204] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 15.485825] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 15.495192] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
[ 15.495591] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 15.557212] usbcore: registered new interface driver uvcvideo
[ 15.575385] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 15.617167] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 15.627376] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 15.640662] intel_rapl_common: Found RAPL domain package
[ 15.640667] intel_rapl_common: Found RAPL domain core
[ 15.640668] intel_rapl_common: Found RAPL domain uncore
[ 15.640670] intel_rapl_common: Found RAPL domain dram
[ 15.640671] intel_rapl_common: Found RAPL domain psys
[ 15.646414] usbcore: registered new interface driver btusb
[ 15.648188] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 15.649555] bluetooth hci0: firmware: direct-loading firmware qca/rampatch_usb_00000302.bin
[ 15.650018] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 15.650020] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 15.653701] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 15.655418] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 15.655436] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 15.661391] audit: type=1400 audit(1699967163.606:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=628 comm="apparmor_parser"
[ 15.663771] audit: type=1400 audit(1699967163.610:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=629 comm="apparmor_parser"
[ 15.663778] audit: type=1400 audit(1699967163.610:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=629 comm="apparmor_parser"
[ 15.670133] audit: type=1400 audit(1699967163.618:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=633 comm="apparmor_parser"
[ 15.670139] audit: type=1400 audit(1699967163.618:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=633 comm="apparmor_parser"
[ 15.670141] audit: type=1400 audit(1699967163.618:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=633 comm="apparmor_parser"
[ 15.672486] audit: type=1400 audit(1699967163.618:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=630 comm="apparmor_parser"
[ 15.672492] audit: type=1400 audit(1699967163.618:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=630 comm="apparmor_parser"
[ 15.672494] audit: type=1400 audit(1699967163.618:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=630 comm="apparmor_parser"
[ 15.672496] audit: type=1400 audit(1699967163.618:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=630 comm="apparmor_parser"
[ 15.730605] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 15.764860] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.766633] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input31
[ 15.773013] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 15.859722] Registered IR keymap rc-cec
[ 15.859776] rc rc0: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0
[ 15.859820] input: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input32
[ 15.867238] fbcon: i915drmfb (fb0) is primary device
[ 15.867863] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 15.917751] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3a:00.0.bin (-2)
[ 15.917755] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 15.917769] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3a:00.0.bin (-2)
[ 15.917784] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/cal-pci-0000:3a:00.0.bin (-2)
[ 15.917794] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/cal-pci-0000:3a:00.0.bin (-2)
[ 15.919802] ath10k_pci 0000:3a:00.0: firmware: direct-loading firmware ath10k/QCA6174/hw3.0/firmware-6.bin
[ 15.925363] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 15.925367] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 15.925808] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[ 15.970756] Console: switching to colour frame buffer device 200x56
[ 15.991354] ath10k_pci 0000:3a:00.0: firmware: direct-loading firmware ath10k/QCA6174/hw3.0/board-2.bin
[ 15.996875] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[ 16.007856] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 16.031281] bluetooth hci0: firmware: direct-loading firmware qca/nvm_usb_00000302.bin
[ 16.031317] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 16.059474] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 16.092109] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 16.156235] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 16.156241] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 16.156244] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 16.156246] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 16.156247] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 16.156248] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 16.156250] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 16.156252] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 16.180247] ath: EEPROM regdomain: 0x6c
[ 16.180254] ath: EEPROM indicates we should expect a direct regpair map
[ 16.180256] ath: Country alpha2 being used: 00
[ 16.180257] ath: Regpair used: 0x6c
[ 16.192462] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[ 16.228778] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.228781] Bluetooth: BNEP filters: protocol multicast
[ 16.228783] Bluetooth: BNEP socket layer initialized
[ 16.510413] NET: Registered PF_QIPCRTR protocol family
[ 16.574298] r8152 4-1.1.3:1.0 enx00e04ceabb21: carrier on
[ 16.693145] Bluetooth: MGMT ver 1.22
[ 16.698617] NET: Registered PF_ALG protocol family
[ 16.966996] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
[ 16.967074] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
[ 16.967131] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
[ 16.967186] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
[ 16.967247] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
[ 17.204652] pipewire[887]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 17.632167] Bluetooth: RFCOMM TTY layer initialized
[ 17.632178] Bluetooth: RFCOMM socket layer initialized
[ 17.632184] Bluetooth: RFCOMM ver 1.11
[ 20.097663] rfkill: input handler disabled
[ 21.912424] wlp58s0: authenticate with ac:a3:1e:92:9d:32
[ 21.945450] wlp58s0: send auth to ac:a3:1e:92:9d:32 (try 1/3)
[ 21.946171] wlp58s0: authenticated
[ 21.949760] wlp58s0: associate with ac:a3:1e:92:9d:32 (try 1/3)
[ 21.950844] wlp58s0: RX AssocResp from ac:a3:1e:92:9d:32 (capab=0x1 status=0 aid=1)
[ 21.953590] wlp58s0: associated
[ 21.953686] ath: EEPROM regdomain: 0x8114
[ 21.953689] ath: EEPROM indicates we should expect a country code
[ 21.953690] ath: doing EEPROM country->regdmn map search
[ 21.953691] ath: country maps to regdmn code: 0x37
[ 21.953692] ath: Country alpha2 being used: DE
[ 21.953693] ath: Regpair used: 0x37
[ 21.953695] ath: regdomain 0x8114 dynamically updated by country element
[ 22.064436] PPP generic driver version 2.4.2
[ 22.066886] NET: Registered PF_PPPOX protocol family
[ 22.080544] l2tp_core: L2TP core driver, V2.0
[ 22.082901] l2tp_netlink: L2TP netlink interface
[ 22.085507] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 22.093228] Initializing XFRM netlink socket
[ 22.100544] IPsec XFRM device driver
[ 22.616990] journald[408]: /var/log/journal/16ae67b9dca94ecebbc8ec78ab24e074/user-5272.journal: Journal file uses a different sequence number ID, rotating.
[ 23.002901] rfkill: input handler enabled
[ 27.888924] rfkill: input handler disabled
[ 60.279948] warning: `Socket Thread' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 927.508040] perf: interrupt took too long (2542 > 2500), lowering kernel.perf_event_max_sample_rate to 78500
[ 1249.435654] perf: interrupt took too long (3218 > 3177), lowering kernel.perf_event_max_sample_rate to 62000
[ 1863.226173] perf: interrupt took too long (4045 > 4022), lowering kernel.perf_event_max_sample_rate to 49250
[ 2571.303140] perf: interrupt took too long (5089 > 5056), lowering kernel.perf_event_max_sample_rate to 39250
[ 2778.002499] wlp58s0: deauthenticating from ac:a3:1e:92:9d:32 by local choice (Reason: 3=DEAUTH_LEAVING)
[12997.228590] usb 3-1: USB disconnect, device number 2
[12997.228611] usb 3-1.1: USB disconnect, device number 3
[12997.228620] usb 3-1.1.2: USB disconnect, device number 5
[12997.329393] xhci_hcd 0000:39:00.0: remove, state 1
[12997.329405] usb usb4: USB disconnect, device number 1
[12997.329408] usb 4-1: USB disconnect, device number 2
[12997.329410] usb 4-1.1: USB disconnect, device number 3
[12997.329411] r8152-cfgselector 4-1.1.3: USB disconnect, device number 5
[12997.329475] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[12997.346191] usb 3-1.2: USB disconnect, device number 4
[12997.359146] usb 4-1.4: USB disconnect, device number 4
[12997.482966] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[12997.482985] xhci_hcd 0000:39:00.0: remove, state 1
[12997.482992] usb usb3: USB disconnect, device number 1
[12997.589504] usb 3-1.5: USB disconnect, device number 6
[12997.593304] xhci_hcd 0000:39:00.0: Host halt failed, -19
[12997.593311] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[12997.594114] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[12997.611763] pci_bus 0000:02: Allocating resources
[12997.611780] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[12997.611791] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[12997.611795] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[12997.611798] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[12997.611800] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[12997.611803] pcieport 0000:00:1c.0: PCI bridge to [bus 01-39]
[12997.611807] pcieport 0000:00:1c.0: bridge window [io 0x2000-0x4fff]
[12997.611811] pcieport 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[12997.611814] pcieport 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[13002.426088] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[13002.428266] pci_bus 0000:03: busn_res: [bus 03] is released
[13002.428558] pci_bus 0000:04: busn_res: [bus 04-38] is released
[13002.430735] pci_bus 0000:39: busn_res: [bus 39] is released
[13002.432116] pci_bus 0000:02: busn_res: [bus 02-39] is released
[13002.581006] ucsi_acpi USBC000:00: ucsi_handle_connector_change: ACK failed (-110)
[13024.379662] PM: suspend entry (s2idle)
[13024.385794] Filesystems sync: 0.006 seconds
[13024.386033] (NULL device *): firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
[13024.386193] (NULL device *): firmware: direct-loading firmware regulatory.db
[13024.386410] (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
[13024.386447] (NULL device *): firmware: direct-loading firmware qca/rampatch_usb_00000302.bin
[13024.386510] (NULL device *): firmware: direct-loading firmware qca/nvm_usb_00000302.bin
[13024.396442] Freezing user space processes
[13024.399812] Freezing user space processes completed (elapsed 0.003 seconds)
[13024.399818] OOM killer disabled.
[13024.399819] Freezing remaining freezable tasks
[13024.400953] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[13024.400957] printk: Suspending console(s) (use no_console_suspend to debug)
[13024.617050] psmouse serio1: Failed to disable mouse on isa0060/serio1
[13025.127469] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[13025.581736] ACPI: EC: interrupt blocked
[13025.584187] intel_pch_thermal 0000:00:14.2: CPU-PCH is cool [46C]
[19975.175747] ACPI: EC: interrupt unblocked
[19975.186428] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[19975.187078] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[19975.187121] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[19975.213479] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[19975.232504] nvme nvme0: 4/0/0 default/read/poll queues
[19975.423155] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[19975.575742] OOM killer enabled.
[19975.575752] Restarting tasks ...
[19975.577682] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[19975.584196] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[19975.655909] done.
[19975.655924] random: crng reseeded on system resumption
[19975.780799] PM: suspend exit
[19975.780932] Bluetooth: MGMT ver 1.22
[19975.834654] Process accounting resumed
[19980.386482] ucsi_acpi USBC000:00: failed to re-enable notifications (-110)
[20014.394516] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400
[20014.394578] pci 0000:01:00.0: enabling Extended Tags
[20014.394801] pci 0000:01:00.0: supports D1 D2
[20014.394804] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[20014.394887] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[20014.395836] pci 0000:01:00.0: Adding to iommu group 11
[20014.456836] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400
[20014.456896] pci 0000:02:00.0: enabling Extended Tags
[20014.456996] pci 0000:02:00.0: supports D1 D2
[20014.456999] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[20014.457246] pci 0000:02:00.0: Adding to iommu group 12
[20014.457357] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400
[20014.457416] pci 0000:02:01.0: enabling Extended Tags
[20014.457518] pci 0000:02:01.0: supports D1 D2
[20014.457520] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[20014.457721] pci 0000:02:01.0: Adding to iommu group 13
[20014.457809] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400
[20014.457865] pci 0000:02:02.0: enabling Extended Tags
[20014.457968] pci 0000:02:02.0: supports D1 D2
[20014.457969] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[20014.458180] pci 0000:02:02.0: Adding to iommu group 14
[20014.458290] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[20014.458301] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[20014.458308] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.458365] pci 0000:02:00.0: PCI bridge to [bus 03]
[20014.458374] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[20014.458431] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[20014.458441] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[20014.458448] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.460280] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330
[20014.460309] pci 0000:39:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff]
[20014.460393] pci 0000:39:00.0: enabling Extended Tags
[20014.460528] pci 0000:39:00.0: supports D1 D2
[20014.460530] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[20014.460648] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:02:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[20014.461972] pci 0000:39:00.0: Adding to iommu group 14
[20014.462012] pci 0000:02:02.0: PCI bridge to [bus 39]
[20014.462023] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[20014.462052] pci_bus 0000:02: Allocating resources
[20014.462068] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[20014.462072] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[20014.462075] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[20014.462079] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[20014.462086] pci 0000:01:00.0: BAR 13: assigned [io 0x2000-0x4fff]
[20014.462089] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[20014.462091] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[20014.462092] pci 0000:02:01.0: BAR 13: assigned [io 0x2000-0x2fff]
[20014.462094] pci 0000:02:02.0: BAR 13: assigned [io 0x3000-0x3fff]
[20014.462096] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[20014.462097] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[20014.462099] pci 0000:02:00.0: PCI bridge to [bus 03]
[20014.462103] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[20014.462111] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[20014.462114] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[20014.462118] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[20014.462121] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.462127] pci 0000:02:02.0: PCI bridge to [bus 39]
[20014.462129] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[20014.462133] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[20014.462141] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[20014.462143] pci 0000:01:00.0: bridge window [io 0x2000-0x4fff]
[20014.462147] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[20014.462151] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.462156] pcieport 0000:00:1c.0: PCI bridge to [bus 01-39]
[20014.462158] pcieport 0000:00:1c.0: bridge window [io 0x2000-0x4fff]
[20014.462161] pcieport 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[20014.462163] pcieport 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.462192] pcieport 0000:01:00.0: enabling device (0006 -> 0007)
[20014.463429] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[20014.465764] pcieport 0000:02:02.0: enabling device (0006 -> 0007)
[20014.466256] xhci_hcd 0000:39:00.0: xHCI Host Controller
[20014.466264] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[20014.467463] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[20014.467800] xhci_hcd 0000:39:00.0: xHCI Host Controller
[20014.467806] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[20014.467810] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[20014.467859] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[20014.467863] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[20014.467865] usb usb3: Product: xHCI Host Controller
[20014.467867] usb usb3: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[20014.467869] usb usb3: SerialNumber: 0000:39:00.0
[20014.468135] hub 3-0:1.0: USB hub found
[20014.468148] hub 3-0:1.0: 2 ports detected
[20014.468737] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[20014.468741] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[20014.468743] usb usb4: Product: xHCI Host Controller
[20014.468745] usb usb4: Manufacturer: Linux 6.5.0-4-amd64 xhci-hcd
[20014.468746] usb usb4: SerialNumber: 0000:39:00.0
[20014.468871] hub 4-0:1.0: USB hub found
[20014.468882] hub 4-0:1.0: 2 ports detected
[20014.482314] pci_bus 0000:02: Allocating resources
[20014.482333] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[20014.482344] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[20014.482347] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[20014.482351] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[20014.482353] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[20014.482355] pcieport 0000:00:1c.0: PCI bridge to [bus 01-39]
[20014.482358] pcieport 0000:00:1c.0: bridge window [io 0x2000-0x4fff]
[20014.482362] pcieport 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[20014.482365] pcieport 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[20014.722207] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[20014.874289] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 9.f3
[20014.874308] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[20014.874316] usb 3-1: Product: USB2.0 Hub
[20014.874322] usb 3-1: Manufacturer: VIA Labs, Inc.
[20014.876611] hub 3-1:1.0: USB hub found
[20014.876871] hub 3-1:1.0: 5 ports detected
[20015.001185] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[20015.021468] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 9.f3
[20015.021473] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[20015.021475] usb 4-1: Product: USB3.1 Hub
[20015.021477] usb 4-1: Manufacturer: VIA Labs, Inc.
[20015.023078] hub 4-1:1.0: USB hub found
[20015.023227] hub 4-1:1.0: 4 ports detected
[20015.594166] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[20015.749604] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.01
[20015.749623] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[20015.749631] usb 3-1.1: Product: DELL DA300
[20015.749638] usb 3-1.1: Manufacturer: Bizlink
[20015.749644] usb 3-1.1: SerialNumber: MCU Ver0001
[20015.761650] hid-generic 0003:06C4:C412.0006: hiddev1,hidraw2: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[20015.826086] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[20015.850517] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[20015.850525] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[20015.850528] usb 4-1.2: Product: USB 10/100/1000 LAN
[20015.850530] usb 4-1.2: Manufacturer: Realtek
[20015.850532] usb 4-1.2: SerialNumber: 001000001
[20015.934607] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[20015.957835] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[20015.960061] r8152 4-1.2:1.0: firmware: direct-loading firmware rtl_nic/rtl8153b-2.fw
[20015.975000] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[20016.015436] r8152 4-1.2:1.0 eth0: v1.12.13
[20016.068590] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[20081.896045] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[20436.498193] kauditd_printk_skb: 19 callbacks suppressed
[20436.498195] audit: type=1400 audit(1699987583.852:31): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/profiles.ini" pid=13859 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[20436.503468] audit: type=1400 audit(1699987583.856:32): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/cert9.db" pid=13859 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=5272 ouid=5272
[20436.503562] audit: type=1400 audit(1699987583.856:33): apparmor="ALLOWED" operation="file_lock" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/cert9.db" pid=13859 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=5272 ouid=5272
[20436.504271] audit: type=1400 audit(1699987583.856:34): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/key4.db" pid=13859 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=5272 ouid=5272
[20436.504338] audit: type=1400 audit(1699987583.856:35): apparmor="ALLOWED" operation="file_lock" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/key4.db" pid=13859 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=5272 ouid=5272
[25373.983208] perf: interrupt took too long (6363 > 6361), lowering kernel.perf_event_max_sample_rate to 31250
[27784.703746] r8152 4-1.2:1.0 enx18dbf22dccf3: can't resubmit intr, status -1
[27791.837645] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27802.074187] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27806.169717] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27831.773341] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27842.024948] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27852.252703] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27892.197619] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27911.872243] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27922.907269] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[27933.144742] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[34543.785568] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier off
[34739.393471] PM: suspend entry (s2idle)