PM: hibernation: Image allocation is 28906 pages short

From: Paul Menzel
Date: Fri Mar 29 2024 - 06:11:25 EST


Dear Linux folks,


On a Dell XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022 with Debian sid/unstable and self-built Linux 6.9-rc1+ with one patch on top [1] and KASAN enabled

$ git log --no-decorate --oneline -2 a2ce022afcbb
a2ce022afcbb [PATCH] kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
8d025e2092e2 Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

the system tried to hibernate, but failed:

[13039.861870] PM: hibernation: hibernation entry
[13039.881356] Filesystems sync: 0.015 seconds
[13039.881899] Freezing user space processes
[13039.890395] Freezing user space processes completed (elapsed 0.008 seconds)
[13039.890412] OOM killer disabled.
[13039.890867] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
[13039.890878] PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
[13039.890884] PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[13039.890893] PM: hibernation: Marking nosave pages: [mem 0x5014f000-0x5014ffff]
[13039.890900] PM: hibernation: Marking nosave pages: [mem 0x5015f000-0x5015ffff]
[13039.890906] PM: hibernation: Marking nosave pages: [mem 0x556ab000-0x556acfff]
[13039.890911] PM: hibernation: Marking nosave pages: [mem 0x62260000-0x623ecfff]
[13039.890930] PM: hibernation: Marking nosave pages: [mem 0x64df4000-0x6fffefff]
[13039.892520] PM: hibernation: Marking nosave pages: [mem 0x70000000-0x77ffffff]
[13039.892856] PM: hibernation: Marking nosave pages: [mem 0x78600000-0xffffffff]
[13039.899188] PM: hibernation: Basic memory bitmaps created
[13039.899194] PM: hibernation: Preallocating image memory
[13072.278083] PM: hibernation: Image allocation is 28906 pages short
[13072.886745] PM: hibernation: Basic memory bitmaps freed
[13072.887104] OOM killer enabled.
[13072.887107] Restarting tasks ... done.
[13073.641158] PM: hibernation: hibernation exit
[13073.846851] Process accounting resumed
[13074.335528] PM: suspend entry (deep)

Where is that image allocated? On the disk? There is still 65 GB of space, so 16 GB of memory should fit? Could the error message be improved, so users know more details to fix it?


Kind regards,

Paul


[1]: https://lore.kernel.org/all/20240326202548.GLZgMvTGpPfQcs2cQ_@fat_crate.local/
[ 0.000000] Linux version 6.9.0-rc1+ (build@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (Debian 13.2.0-19) 13.2.0, GNU ld (GNU Binutils for Debian) 2.42) #81 SMP PREEMPT_DYNAMIC Thu Mar 28 06:51:52 CET 2024
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.9.0-rc1+ root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[ 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-0x00000000556aafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] 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-0x00000004817fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x5014f018-0x5015f057] 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-0x000000005014f017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005014f018-0x000000005015f057] usable
[ 0.000000] reserve setup_data: [mem 0x000000005015f058-0x00000000556aafff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000006f872000-0x000000006fffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000785fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000078600000-0x000000007c7fffff] 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-0x00000004817fffff] usable
[ 0.000000] efi: EFI v2.4 by American Megatrends
[ 0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62679298 INITRD=0x5577d918 TPMEventLog=0x5577e018
[ 0.000000] efi: Remove mem34: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Not removing mem35: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem36: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem37: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem38: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 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.000755] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000759] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000771] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[ 0.000776] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000779] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001266] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[ 0.008060] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[ 0.008068] Using GB pages for direct mapping
[ 0.015517] printk: log_buf_len: 8388608 bytes
[ 0.015518] printk: early log buf free: 125416(95%)
[ 0.015520] Secure boot disabled
[ 0.015521] RAMDISK: [mem 0x50160000-0x517d6fff]
[ 0.015709] ACPI: Early table checksum verification disabled
[ 0.015714] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL )
[ 0.015720] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.015728] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.015736] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.015741] ACPI: FACS 0x000000006F86F180 000040
[ 0.015744] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.015749] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.015753] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.015758] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.015763] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.015767] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.015772] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.015776] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.015781] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.015785] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.015790] ACPI: UEFI 0x00000000651B5168 000042 (v01 00000000 00000000)
[ 0.015794] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.015799] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.015804] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL CBX3 00000000 MSFT 0000005F)
[ 0.015808] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.015813] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.015817] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.015822] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.015826] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.015831] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.015835] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.015840] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.015844] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.015849] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.015853] ACPI: BGRT 0x00000000651C2550 000038 (v00 01072009 AMI 00010013)
[ 0.015858] ACPI: TPM2 0x00000000651C2588 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.015862] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.015868] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.015872] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[ 0.015874] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[ 0.015875] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[ 0.015877] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[ 0.015878] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[ 0.015880] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[ 0.015881] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[ 0.015883] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[ 0.015884] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[ 0.015886] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[ 0.015887] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[ 0.015888] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[ 0.015890] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[ 0.015891] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[ 0.015893] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[ 0.015894] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[ 0.015896] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[ 0.015897] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[ 0.015898] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[ 0.015900] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[ 0.015901] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[ 0.015903] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[ 0.015904] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[ 0.015906] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[ 0.015907] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[ 0.015909] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[ 0.015910] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[ 0.015911] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[ 0.015913] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[ 0.015914] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[ 0.015916] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[ 0.016212] No NUMA configuration found
[ 0.016214] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[ 0.016228] NODE_DATA(0) allocated [mem 0x47f3d5000-0x47f3fffff]
[ 0.016526] Zone ranges:
[ 0.016527] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.016529] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.016532] Normal [mem 0x0000000100000000-0x00000004817fffff]
[ 0.016534] Device empty
[ 0.016535] Movable zone start for each node
[ 0.016538] Early memory node ranges
[ 0.016539] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.016543] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.016544] node 0: [mem 0x0000000000100000-0x00000000556aafff]
[ 0.016546] node 0: [mem 0x00000000556ad000-0x0000000064df3fff]
[ 0.016548] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.016549] node 0: [mem 0x0000000078000000-0x00000000785fffff]
[ 0.016551] node 0: [mem 0x0000000100000000-0x00000004817fffff]
[ 0.016554] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[ 0.016562] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.016565] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.016680] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.028486] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.030274] On node 0, zone DMA32: 45579 pages in unavailable ranges
[ 0.032796] On node 0, zone Normal: 31232 pages in unavailable ranges
[ 0.033848] On node 0, zone Normal: 26624 pages in unavailable ranges
[ 0.225308] kasan: KernelAddressSanitizer initialized
[ 0.225317] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[ 0.225508] ACPI: PM-Timer IO Port: 0x1808
[ 0.225517] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.225520] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.225521] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.225523] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.225550] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.225554] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.225557] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.225563] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.225564] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.225572] e820: update [mem 0x62260000-0x623ecfff] usable ==> reserved
[ 0.225587] TSC deadline timer available
[ 0.225593] CPU topo: Max. logical packages: 1
[ 0.225594] CPU topo: Max. logical dies: 1
[ 0.225595] CPU topo: Max. dies per package: 1
[ 0.225600] CPU topo: Max. threads per core: 2
[ 0.225601] CPU topo: Num. cores per package: 2
[ 0.225602] CPU topo: Num. threads per package: 4
[ 0.225603] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.225633] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.225637] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.225639] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.225642] PM: hibernation: Registered nosave memory: [mem 0x5014f000-0x5014ffff]
[ 0.225645] PM: hibernation: Registered nosave memory: [mem 0x5015f000-0x5015ffff]
[ 0.225648] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[ 0.225649] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[ 0.225652] PM: hibernation: Registered nosave memory: [mem 0x62260000-0x623ecfff]
[ 0.225654] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[ 0.225656] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[ 0.225657] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[ 0.225658] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[ 0.225661] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[ 0.225664] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[ 0.225665] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[ 0.225666] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.225667] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.225669] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.225670] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.225671] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.225673] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.225675] [mem 0x7c800000-0xfdffffff] available for PCI devices
[ 0.225677] Booting paravirtualized kernel on bare hardware
[ 0.225679] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.239759] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.240097] percpu: Embedded 81 pages/cpu s294912 r8192 d28672 u524288
[ 0.240108] pcpu-alloc: s294912 r8192 d28672 u524288 alloc=1*2097152
[ 0.240111] pcpu-alloc: [0] 0 1 2 3
[ 0.240144] Kernel command line: BOOT_IMAGE=/vmlinuz-6.9.0-rc1+ root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[ 0.240236] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.9.0-rc1+", will be passed to user space.
[ 0.240278] random: crng init done
[ 0.241788] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.242558] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.242755] Fallback order for Node 0: 0
[ 0.242759] Built 1 zonelists, mobility grouping on. Total pages: 4026691
[ 0.242761] Policy zone: Normal
[ 0.242768] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.242770] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.242774] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
[ 0.244285] software IO TLB: area num 4.
[ 0.304805] Memory: 1653740K/16363068K available (38912K kernel code, 7645K rwdata, 9760K rodata, 6648K init, 7768K bss, 2611164K reserved, 0K cma-reserved)
[ 0.305361] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.305364] kmemleak: Kernel memory leak detector disabled
[ 0.305402] Kernel/User page tables isolation: enabled
[ 0.305458] ftrace: allocating 43669 entries in 171 pages
[ 0.315522] ftrace: allocated 171 pages with 5 groups
[ 0.316925] Dynamic Preempt: voluntary
[ 0.317243] rcu: Preemptible hierarchical RCU implementation.
[ 0.317244] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.317246] Trampoline variant of Tasks RCU enabled.
[ 0.317247] Rude variant of Tasks RCU enabled.
[ 0.317248] Tracing variant of Tasks RCU enabled.
[ 0.317249] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.317250] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.317266] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.317269] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.317271] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.329773] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.330183] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.330391] spurious 8259A interrupt: IRQ7.
[ 0.330439] Console: colour dummy device 80x25
[ 0.330443] printk: legacy console [tty0] enabled
[ 0.330542] ACPI: Core revision 20230628
[ 0.331051] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.331053] APIC: Switch to symmetric I/O mode setup
[ 0.331056] DMAR: Host address width 39
[ 0.331058] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.331096] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.331100] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.331127] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.331130] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[ 0.331139] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[ 0.331146] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.331147] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.331150] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.331152] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.331154] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.333071] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.333073] x2apic enabled
[ 0.333164] APIC: Switched APIC routing to: cluster x2apic
[ 0.337338] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[ 0.337348] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[ 0.337385] CPU0: Thermal monitoring enabled (TM1)
[ 0.337442] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.337444] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.337453] process: using mwait in idle threads
[ 0.337455] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.337459] Spectre V2 : Mitigation: IBRS
[ 0.337461] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.337462] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.337464] RETBleed: Mitigation: IBRS
[ 0.337467] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.337470] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.337473] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.337485] MDS: Mitigation: Clear CPU buffers
[ 0.337488] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.337493] SRBDS: Mitigation: Microcode
[ 0.337500] GDS: Mitigation: Microcode
[ 0.337507] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.337510] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.337512] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.337514] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.337517] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.337519] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.337522] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.337524] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.337527] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.341343] Freeing SMP alternatives memory: 36K
[ 0.341343] pid_max: default: 32768 minimum: 301
[ 0.341343] LSM: initializing lsm=capability,landlock,apparmor,tomoyo,bpf,ima,evm
[ 0.341343] landlock: Up and running.
[ 0.341343] AppArmor: AppArmor initialized
[ 0.341343] TOMOYO Linux initialized
[ 0.341343] LSM support for eBPF active
[ 0.341343] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.341343] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.341343] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.341343] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.341343] ... version: 4
[ 0.341343] ... bit width: 48
[ 0.341343] ... generic registers: 4
[ 0.341343] ... value mask: 0000ffffffffffff
[ 0.341343] ... max period: 00007fffffffffff
[ 0.341343] ... fixed-purpose events: 3
[ 0.341343] ... event mask: 000000070000000f
[ 0.341343] signal: max sigframe size: 2032
[ 0.341343] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[ 0.341343] rcu: Hierarchical SRCU implementation.
[ 0.341343] rcu: Max phase no-delay instances is 1000.
[ 0.342710] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.342872] smp: Bringing up secondary CPUs ...
[ 0.343223] smpboot: x86: Booting SMP configuration:
[ 0.343225] .... node #0, CPUs: #1 #2 #3
[ 0.343524] 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.343524] 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.345413] smp: Brought up 1 node, 4 CPUs
[ 0.345413] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[ 0.439181] node 0 deferred pages initialised in 92ms
[ 0.439185] devtmpfs: initialized
[ 0.439185] x86/mm: Memory block size: 128MB
[ 0.457396] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[ 0.457407] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[ 0.527726] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.527741] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.528011] pinctrl core: initialized pinctrl subsystem
[ 0.529391] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.530314] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.530467] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.530618] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.530700] audit: initializing netlink subsys (disabled)
[ 0.530757] audit: type=2000 audit(1711616973.192:1): state=initialized audit_enabled=0 res=1
[ 0.530757] thermal_sys: Registered thermal governor 'fair_share'
[ 0.530757] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.530757] thermal_sys: Registered thermal governor 'step_wise'
[ 0.530757] thermal_sys: Registered thermal governor 'user_space'
[ 0.530757] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.533349] cpuidle: using governor ladder
[ 0.533352] cpuidle: using governor menu
[ 0.533417] Simple Boot Flag at 0x47 set to 0x80
[ 0.533449] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.533452] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.533905] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.533913] PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
[ 0.533920] PCI: Using configuration type 1 for base access
[ 0.534111] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.534111] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.534111] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.534111] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.534111] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.534676] Demotion targets for Node 0: null
[ 0.534676] ACPI: Added _OSI(Module Device)
[ 0.534676] ACPI: Added _OSI(Processor Device)
[ 0.534676] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.534676] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.002012] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 6.038077] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 6.094373] ACPI: Dynamic OEM Table Load:
[ 6.094390] ACPI: SSDT 0xFFFF8881017EC000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 6.100626] ACPI: Dynamic OEM Table Load:
[ 6.100639] ACPI: SSDT 0xFFFF8881017FD000 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 6.117563] ACPI: Dynamic OEM Table Load:
[ 6.117582] ACPI: SSDT 0xFFFF888103975000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 6.135204] ACPI: Dynamic OEM Table Load:
[ 6.135215] ACPI: SSDT 0xFFFF88810390FC00 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 6.161356] ACPI: _OSC evaluated successfully for all CPUs
[ 6.161643] ACPI: EC: EC started
[ 6.161645] ACPI: EC: interrupt blocked
[ 6.213579] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 6.213588] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 6.213594] ACPI: Interpreter enabled
[ 6.213724] ACPI: PM: (supports S0 S3 S4 S5)
[ 6.213727] ACPI: Using IOAPIC for interrupt routing
[ 6.213991] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 6.233307] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 6.233333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 6.233336] PCI: Using E820 reservations for host bridge windows
[ 6.241904] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 6.323797] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 6.328670] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 6.333529] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 6.338386] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 6.343237] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 6.348088] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[ 6.364744] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 6.369598] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 6.374457] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 6.379318] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 6.384163] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 6.389010] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 6.393860] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 6.398712] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 6.403552] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 6.408398] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 6.413244] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 6.435000] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 6.439856] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 6.444697] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 6.815504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 6.815536] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 6.819864] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 6.828151] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[ 6.828155] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 6.843383] PCI host bridge to bus 0000:00
[ 6.843391] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 6.843399] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 6.843434] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 6.843441] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[ 6.843447] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 6.843454] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 6.843568] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[ 6.843944] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 6.843954] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[ 6.843962] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[ 6.843967] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 6.844022] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 6.847748] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 6.847759] pci 0000:00:04.0: BAR 0 [mem 0xdc320000-0xdc327fff 64bit]
[ 6.851978] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[ 6.852000] pci 0000:00:14.0: BAR 0 [mem 0xdc310000-0xdc31ffff 64bit]
[ 6.852098] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 6.863188] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[ 6.863208] pci 0000:00:14.2: BAR 0 [mem 0xdc334000-0xdc334fff 64bit]
[ 6.863715] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[ 6.863862] pci 0000:00:15.0: BAR 0 [mem 0xdc333000-0xdc333fff 64bit]
[ 6.868643] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[ 6.868816] pci 0000:00:15.1: BAR 0 [mem 0xdc332000-0xdc332fff 64bit]
[ 6.873551] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[ 6.873586] pci 0000:00:16.0: BAR 0 [mem 0xdc331000-0xdc331fff 64bit]
[ 6.873735] pci 0000:00:16.0: PME# supported from D3hot
[ 6.878570] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[ 6.878593] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 6.878599] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 6.878608] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 6.878699] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 6.891256] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[ 6.891282] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 6.891291] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 6.891403] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 6.904130] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[ 6.904153] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 6.904159] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 6.904261] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 6.916939] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[ 6.921202] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[ 6.921217] pci 0000:00:1f.2: BAR 0 [mem 0xdc32c000-0xdc32ffff]
[ 6.925365] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[ 6.925389] pci 0000:00:1f.3: BAR 0 [mem 0xdc328000-0xdc32bfff 64bit]
[ 6.925413] pci 0000:00:1f.3: BAR 4 [mem 0xdc300000-0xdc30ffff 64bit]
[ 6.925495] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 6.934917] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[ 6.934979] pci 0000:00:1f.4: BAR 0 [mem 0xdc330000-0xdc3300ff 64bit]
[ 6.935052] pci 0000:00:1f.4: BAR 4 [io 0xf040-0xf05f]
[ 6.940699] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[ 6.940735] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 6.940746] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 6.940759] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 6.940774] pci 0000:01:00.0: enabling Extended Tags
[ 6.940958] pci 0000:01:00.0: supports D1 D2
[ 6.940961] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.941052] 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)
[ 6.948878] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 6.949616] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 6.949653] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 6.949664] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 6.949691] pci 0000:02:00.0: enabling Extended Tags
[ 6.949912] pci 0000:02:00.0: supports D1 D2
[ 6.949915] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.951212] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 6.951248] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 6.951259] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 6.951272] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 6.951289] pci 0000:02:01.0: enabling Extended Tags
[ 6.951510] pci 0000:02:01.0: supports D1 D2
[ 6.951512] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.952771] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 6.952806] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 6.952817] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 6.952844] pci 0000:02:02.0: enabling Extended Tags
[ 6.953062] pci 0000:02:02.0: supports D1 D2
[ 6.953064] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.954314] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 6.954518] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 6.954721] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 6.955156] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[ 6.955182] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 6.955259] pci 0000:39:00.0: enabling Extended Tags
[ 6.955556] pci 0000:39:00.0: supports D1 D2
[ 6.955559] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.955677] 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)
[ 6.956962] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 6.958858] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[ 6.959080] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[ 6.960618] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[ 6.969826] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 6.971281] pci 0000:3b:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[ 6.971304] pci 0000:3b:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[ 6.971510] pci 0000:3b:00.0: PME# supported from D0 D1 D3hot
[ 6.979117] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 7.022999] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 7.024318] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 7.025637] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 7.026931] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 7.028228] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 7.029517] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 7.030817] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 7.032110] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 7.443218] ACPI: EC: interrupt unblocked
[ 7.443224] ACPI: EC: event unblocked
[ 7.443236] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 7.443239] ACPI: EC: GPE=0x14
[ 7.443246] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 7.443257] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 7.443624] iommu: Default domain type: Translated
[ 7.443624] iommu: DMA domain TLB invalidation policy: lazy mode
[ 7.445789] pps_core: LinuxPPS API ver. 1 registered
[ 7.445792] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 7.445812] PTP clock support registered
[ 7.445868] EDAC MC: Ver: 3.0.0
[ 7.446312] efivars: Registered efivars operations
[ 7.446389] NetLabel: Initializing
[ 7.446392] NetLabel: domain hash size = 128
[ 7.446394] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 7.446503] NetLabel: unlabeled traffic allowed by default
[ 7.446506] PCI: Using ACPI for IRQ routing
[ 7.468386] PCI: pci_cache_line_size set to 64 bytes
[ 7.468787] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 7.468798] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 7.468806] e820: reserve RAM buffer [mem 0x5014f018-0x53ffffff]
[ 7.468813] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[ 7.468820] e820: reserve RAM buffer [mem 0x62260000-0x63ffffff]
[ 7.468826] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[ 7.468834] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[ 7.468841] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[ 7.469399] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 7.469399] pci 0000:00:02.0: vgaarb: bridge control possible
[ 7.469399] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 7.469399] vgaarb: loaded
[ 7.473346] clocksource: Switched to clocksource tsc-early
[ 7.473358] VFS: Disk quotas dquot_6.6.0
[ 7.473358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 7.473358] AppArmor: AppArmor Filesystem Enabled
[ 7.473358] pnp: PnP ACPI init
[ 7.490015] system 00:00: [io 0x0680-0x069f] has been reserved
[ 7.490031] system 00:00: [io 0xffff] has been reserved
[ 7.490041] system 00:00: [io 0xffff] has been reserved
[ 7.490052] system 00:00: [io 0xffff] has been reserved
[ 7.490062] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 7.490072] system 00:00: [io 0x164e-0x164f] has been reserved
[ 7.491382] system 00:02: [io 0x1854-0x1857] has been reserved
[ 7.497221] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 7.497235] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 7.497246] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 7.497257] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 7.497267] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 7.497286] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 7.497297] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 7.497308] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 7.497326] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 7.497337] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 7.497849] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 7.497862] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 7.497872] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 7.497892] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 7.497903] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 7.497913] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 7.497924] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 7.501025] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 7.518723] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 7.518736] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 7.570068] pnp: PnP ACPI: found 9 devices
[ 7.584420] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 7.584488] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[ 7.584552] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[ 7.585436] NET: Registered PF_INET protocol family
[ 7.585635] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 7.589528] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 7.589562] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 7.589661] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 7.589923] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 7.590125] TCP: Hash tables configured (established 131072 bind 65536)
[ 7.590411] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 7.590500] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 7.590571] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 7.590837] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 7.590866] NET: Registered PF_XDP protocol family
[ 7.590883] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[ 7.590893] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[ 7.590900] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 7.590908] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[ 7.590914] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-39] add_size 3000
[ 7.590930] pci 0000:00:1c.0: bridge window [io 0x2000-0x4fff]: assigned
[ 7.590953] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]: assigned
[ 7.590981] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 7.590984] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 7.590990] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[ 7.590993] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]: assigned
[ 7.591018] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 7.591021] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 7.591030] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 7.591061] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 7.591072] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 7.591076] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[ 7.591082] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 7.591087] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591095] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 7.591099] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[ 7.591105] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 7.591115] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 7.591118] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[ 7.591124] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 7.591129] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591136] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 7.591140] pci 0000:00:1c.0: bridge window [io 0x2000-0x4fff]
[ 7.591144] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 7.591148] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591154] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 7.591159] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 7.591166] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 7.591171] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 7.591179] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 7.591182] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 7.591185] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[ 7.591188] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[ 7.591191] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 7.591195] pci_bus 0000:01: resource 0 [io 0x2000-0x4fff]
[ 7.591197] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[ 7.591200] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591203] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 7.591206] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[ 7.591209] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591212] pci_bus 0000:03: resource 1 [mem 0xda000000-0xda0fffff]
[ 7.591214] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 7.591217] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xd9efffff]
[ 7.591220] pci_bus 0000:04: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 7.591223] pci_bus 0000:39: resource 0 [io 0x3000-0x3fff]
[ 7.591226] pci_bus 0000:39: resource 1 [mem 0xd9f00000-0xd9ffffff]
[ 7.591229] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 7.591232] pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 7.598700] pci 0000:01:00.0: enabling device (0006 -> 0007)
[ 7.599125] pci 0000:02:02.0: enabling device (0006 -> 0007)
[ 7.600649] PCI: CLS 128 bytes, default 64
[ 7.600690] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 7.600701] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[ 7.600732] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 7.600734] software IO TLB: mapped [mem 0x000000005e260000-0x0000000062260000] (64MB)
[ 7.600828] sgx: EPC section 0x70200000-0x75f7ffff
[ 7.600924] Unpacking initramfs...
[ 7.609339] Initialise system trusted keyrings
[ 7.609450] Key type blacklist registered
[ 7.609685] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 7.609737] zbud: loaded
[ 7.610417] fuse: init (API version 7.40)
[ 7.611100] integrity: Platform Keyring initialized
[ 7.611118] integrity: Machine keyring initialized
[ 7.611122] Key type asymmetric registered
[ 7.611125] Asymmetric key parser 'x509' registered
[ 7.809200] Freeing initrd memory: 23004K
[ 7.817794] alg: self-tests disabled
[ 7.818017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 7.818112] io scheduler mq-deadline registered
[ 7.825617] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[ 7.827231] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.842032] thermal LNXTHERM:00: registered as thermal_zone0
[ 7.842045] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 7.842771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 7.846663] hpet_acpi_add: no address or irqs in _CRS
[ 7.860202] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[ 7.905295] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 7.907060] i8042: Warning: Keylock active
[ 7.909246] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 7.909262] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 7.909659] mousedev: PS/2 mouse device common for all mice
[ 7.909831] rtc_cmos 00:01: RTC can wake from S4
[ 7.911220] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 7.911513] rtc_cmos 00:01: registered as rtc0
[ 7.911653] rtc_cmos 00:01: setting system clock to 2024-03-28T09:09:41 UTC (1711616981)
[ 7.911806] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 7.912859] intel_pstate: Intel P-state driver initializing
[ 7.913463] intel_pstate: HWP enabled
[ 7.913512] ledtrig-cpu: registered to indicate activity on CPUs
[ 7.916797] efifb: probing for efifb
[ 7.916841] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[ 7.916844] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[ 7.916847] efifb: scrolling: redraw
[ 7.916848] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 7.917645] Console: switching to colour frame buffer device 200x56
[ 7.927441] fb0: EFI VGA frame buffer device
[ 7.928048] NET: Registered PF_INET6 protocol family
[ 7.937618] Segment Routing with IPv6
[ 7.937694] In-situ OAM (IOAM) with IPv6
[ 7.937747] mip6: Mobile IPv6
[ 7.937757] NET: Registered PF_PACKET protocol family
[ 7.937896] mpls_gso: MPLS GSO support
[ 7.938906] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 7.938997] microcode: Current revision: 0x000000f4
[ 7.939001] microcode: Updated early from: 0x000000f0
[ 7.939459] IPI shorthand broadcast: enabled
[ 7.952864] sched_clock: Marking stable (7944002844, 7032689)->(8069496755, -118461222)
[ 7.953369] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 7.953601] registered taskstats version 1
[ 7.953905] Loading compiled-in X.509 certificates
[ 7.976624] Key type .fscrypt registered
[ 7.976628] Key type fscrypt-provisioning registered
[ 7.990035] cryptd: max_cpu_qlen set to 1000
[ 7.992648] AVX2 version of gcm_enc/dec engaged.
[ 7.992733] AES CTR mode by8 optimization enabled
[ 8.023484] Key type encrypted registered
[ 8.023505] AppArmor: AppArmor sha256 policy hashing enabled
[ 8.023865] integrity: Loading X.509 certificate: UEFI:db
[ 8.024101] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[ 8.024106] integrity: Loading X.509 certificate: UEFI:db
[ 8.024250] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 8.024253] integrity: Loading X.509 certificate: UEFI:db
[ 8.024376] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 8.026053] ima: Allocated hash algorithm: sha256
[ 8.065839] ima: No architecture policies found
[ 8.065944] evm: Initialising EVM extended attributes:
[ 8.065946] evm: security.selinux
[ 8.065949] evm: security.SMACK64 (disabled)
[ 8.065951] evm: security.SMACK64EXEC (disabled)
[ 8.065952] evm: security.SMACK64TRANSMUTE (disabled)
[ 8.065954] evm: security.SMACK64MMAP (disabled)
[ 8.065956] evm: security.apparmor
[ 8.065958] evm: security.ima
[ 8.065959] evm: security.capability
[ 8.065961] evm: HMAC attrs: 0x1
[ 8.068348] RAS: Correctable Errors collector initialized.
[ 8.068453] clk: Disabling unused clocks
[ 8.075886] Freeing unused decrypted memory: 2036K
[ 8.076970] Freeing unused kernel image (initmem) memory: 6648K
[ 8.077025] Write protecting the kernel read-only data: 49152k
[ 8.077546] Freeing unused kernel image (rodata/data gap) memory: 480K
[ 8.130606] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 8.130609] x86/mm: Checking user space page tables
[ 8.180893] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 8.180953] Run /init as init process
[ 8.180957] with arguments:
[ 8.180959] /init
[ 8.180961] with environment:
[ 8.180963] HOME=/
[ 8.180965] TERM=linux
[ 8.180967] BOOT_IMAGE=/vmlinuz-6.9.0-rc1+
[ 8.627054] tsc: Refined TSC clocksource calibration: 2904.000 MHz
[ 8.627078] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 8.627144] clocksource: Switched to clocksource tsc
[ 8.710801] hid: raw HID events driver (C) Jiri Kosina
[ 8.741620] ACPI: bus type USB registered
[ 8.741947] usbcore: registered new interface driver usbfs
[ 8.742096] usbcore: registered new interface driver hub
[ 8.742226] usbcore: registered new device driver usb
[ 8.784456] ACPI: bus type drm_connector registered
[ 8.786365] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 8.792315] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 8.818166] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 8.818220] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 9.105889] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 9.110668] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 9.521487] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 9.521565] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 9.522988] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 9.523512] 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/input2
[ 9.525685] 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/input3
[ 9.526919] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 9.534384] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 9.534419] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 9.534440] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 9.535074] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 9.535082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.535086] usb usb1: Product: xHCI Host Controller
[ 9.535089] usb usb1: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9.535093] usb usb1: SerialNumber: 0000:00:14.0
[ 9.537068] hub 1-0:1.0: USB hub found
[ 9.537211] hub 1-0:1.0: 12 ports detected
[ 9.551193] nvme nvme0: pci function 0000:3b:00.0
[ 9.570789] nvme nvme0: 4/0/0 default/read/poll queues
[ 9.580409] nvme0n1: p1 p2 p3 p4
[ 9.645332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 9.645341] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.645344] usb usb2: Product: xHCI Host Controller
[ 9.645347] usb usb2: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9.645349] usb usb2: SerialNumber: 0000:00:14.0
[ 9.646878] hub 2-0:1.0: USB hub found
[ 9.646984] hub 2-0:1.0: 6 ports detected
[ 9.698697] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9.698732] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[ 9.699988] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 9.701753] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9.701774] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[ 9.701787] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 9.702215] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 9.702219] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.702222] usb usb3: Product: xHCI Host Controller
[ 9.702225] usb usb3: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9.702227] usb usb3: SerialNumber: 0000:39:00.0
[ 9.703642] hub 3-0:1.0: USB hub found
[ 9.703743] hub 3-0:1.0: 2 ports detected
[ 9.725088] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 9.725094] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.725097] usb usb4: Product: xHCI Host Controller
[ 9.725099] usb usb4: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9.725102] usb usb4: SerialNumber: 0000:39:00.0
[ 9.726618] hub 4-0:1.0: USB hub found
[ 9.726719] hub 4-0:1.0: 2 ports detected
[ 9.804135] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 9.804338] device-mapper: uevent: version 1.0.3
[ 9.805130] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 9.903267] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 9.979289] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 10.054690] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 10.054718] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 10.132004] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 9.f3
[ 10.132033] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.132048] usb 3-1: Product: USB2.0 Hub
[ 10.132060] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 10.160674] hub 3-1:1.0: USB hub found
[ 10.161092] hub 3-1:1.0: 5 ports detected
[ 10.199236] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 10.260874] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 10.297889] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 9.f3
[ 10.297945] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.297973] usb 4-1: Product: USB3.1 Hub
[ 10.297994] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 10.337046] hub 4-1:1.0: USB hub found
[ 10.337834] hub 4-1:1.0: 4 ports detected
[ 10.353084] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[ 10.353096] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[ 10.353102] usb 1-4: Product: Touchscreen
[ 10.353107] usb 1-4: Manufacturer: ELAN
[ 10.376546] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input5
[ 10.377381] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input6
[ 10.377771] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input7
[ 10.378748] hid-generic 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 10.378970] usbcore: registered new interface driver usbhid
[ 10.378974] usbhid: USB HID core driver
[ 10.487290] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 10.697989] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[ 10.698019] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 10.698033] usb 1-5: Product: Integrated_Webcam_HD
[ 10.698045] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[ 10.907359] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[ 11.069402] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.01
[ 11.069441] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 11.069460] usb 3-1.1: Product: DELL DA300
[ 11.069476] usb 3-1.1: Manufacturer: Bizlink
[ 11.069491] usb 3-1.1: SerialNumber: MCU Ver0001
[ 11.097186] hid-generic 0003:06C4:C412.0003: hiddev1,hidraw2: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[ 12.131735] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[ 12.155414] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[ 12.155459] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 12.155480] usb 4-1.2: Product: USB 10/100/1000 LAN
[ 12.155496] usb 4-1.2: Manufacturer: Realtek
[ 12.155511] usb 4-1.2: SerialNumber: 001000001
[ 12.192925] usbcore: registered new device driver r8152-cfgselector
[ 12.281970] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[ 12.326024] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[ 12.331360] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[ 12.396258] r8152 4-1.2:1.0 eth0: v1.12.13
[ 12.396980] usbcore: registered new interface driver r8152
[ 12.413651] usbcore: registered new interface driver cdc_ether
[ 12.420492] usbcore: registered new interface driver r8153_ecm
[ 12.461131] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[ 77.669167] PM: Image not found (code -22)
[ 77.910961] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[ 77.973211] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 78.119273] systemd[1]: Inserted module 'autofs4'
[ 78.160212] systemd[1]: systemd 255.4-1+b1 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)
[ 78.160239] systemd[1]: Detected architecture x86-64.
[ 78.162015] systemd[1]: Hostname set to <abreu>.
[ 78.545396] systemd[1]: Queued start job for default target graphical.target.
[ 78.605862] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 78.608371] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 78.610536] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[ 78.612943] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 78.615219] systemd[1]: Created slice user.slice - User and Session Slice.
[ 78.615658] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 78.616021] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 78.617273] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 78.617370] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[ 78.617398] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[ 78.617424] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[ 78.617453] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[ 78.617503] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 78.617551] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 78.617581] systemd[1]: Reached target paths.target - Path Units.
[ 78.617629] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 78.617659] systemd[1]: Reached target slices.target - Slice Units.
[ 78.617715] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 78.621367] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 78.622062] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 78.622549] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 78.623476] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 78.624345] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 78.624595] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 78.625846] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 78.626520] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 78.633106] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 78.638477] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 78.644896] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 78.651875] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 78.659137] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 78.666138] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 78.677121] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 78.687855] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 78.695625] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 78.707629] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 78.716536] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 78.716725] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 78.727874] pstore: Using crash dump compression: deflate
[ 78.728476] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 78.738951] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 78.738994] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 78.744462] pstore: Registered efi_pstore as persistent store backend
[ 78.749098] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 78.749239] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 78.765384] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 78.772207] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 78.772885] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 78.773479] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 78.774109] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 78.775545] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 78.777296] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 78.778173] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 78.779825] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 78.780679] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 78.782243] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 78.783253] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 78.784773] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 78.785604] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 78.787550] loop: module loaded
[ 78.787866] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 78.788876] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 78.797268] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 78.797573] systemd-journald[397]: Collecting audit messages is disabled.
[ 78.807371] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 78.811263] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 78.813182] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 78.814120] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 78.815001] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 78.832167] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[ 78.839380] lp: driver loaded but no devices found
[ 78.840386] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 78.841023] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 78.845121] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 78.845292] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 78.857679] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 78.857744] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 78.859694] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 78.861415] ppdev: user-space parallel port driver
[ 78.905686] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ 78.908834] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 78.939813] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 78.941294] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 78.942053] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[ 78.947744] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 78.977910] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 79.005111] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 79.005685] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[ 79.010779] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[ 79.063441] systemd[1]: Started systemd-journald.service - Journal Service.
[ 79.114587] systemd-journald[397]: Received client request to flush runtime journal.
[ 79.157973] systemd-journald[397]: /var/log/journal/16ae67b9dca94ecebbc8ec78ab24e074/system.journal: Journal file uses a different sequence number ID, rotating.
[ 79.157994] systemd-journald[397]: Rotating system journal.
[ 79.722405] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9
[ 79.780668] ACPI: AC: AC Adapter [AC] (on-line)
[ 79.879953] ACPI: button: Lid Switch [LID0]
[ 79.881497] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10
[ 79.894347] input: Intel HID events as /devices/platform/INT33D5:00/input/input11
[ 79.916106] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input12
[ 79.939956] Adding 8387904k swap on /dev/nvme0n1p4. Priority:-2 extents:1 across:8387904k SS
[ 80.010703] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[ 80.037482] ACPI: button: Power Button [PBTN]
[ 80.058614] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input14
[ 80.077528] ACPI: button: Sleep Button [SBTN]
[ 80.078119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input15
[ 80.080904] ACPI: button: Power Button [PWRF]
[ 80.082318] Consider using thermal netlink events interface
[ 80.088422] 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/input16
[ 80.091165] 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/input17
[ 80.093232] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 80.116955] intel-hid INT33D5:00: platform supports 5 button array
[ 80.117441] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input19
[ 80.165006] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[ 80.189363] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input20
[ 80.190525] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input21
[ 80.191471] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input22
[ 80.192592] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 80.698593] ACPI: battery: Slot [BAT0] (battery present)
[ 80.751487] intel_pmc_core INT33A1:00: initialized
[ 80.771604] mc: Linux media interface: v0.10
[ 80.839702] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 80.996365] audit: type=1400 audit(1711617054.579:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=512 comm="apparmor_parser"
[ 81.007429] audit: type=1400 audit(1711617054.591:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=513 comm="apparmor_parser"
[ 81.007448] audit: type=1400 audit(1711617054.591:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=513 comm="apparmor_parser"
[ 81.034048] audit: type=1400 audit(1711617054.615:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=514 comm="apparmor_parser"
[ 81.034066] audit: type=1400 audit(1711617054.615:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=514 comm="apparmor_parser"
[ 81.034076] audit: type=1400 audit(1711617054.615:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=514 comm="apparmor_parser"
[ 81.034086] audit: type=1400 audit(1711617054.615:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=514 comm="apparmor_parser"
[ 81.034584] videodev: Linux video capture interface: v2.00
[ 81.036706] audit: type=1400 audit(1711617054.619:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=518 comm="apparmor_parser"
[ 81.036726] audit: type=1400 audit(1711617054.619:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=518 comm="apparmor_parser"
[ 81.036737] audit: type=1400 audit(1711617054.619:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=518 comm="apparmor_parser"
[ 81.093499] iTCO_vendor_support: vendor-support=0
[ 81.155320] input: PC Speaker as /devices/platform/pcspkr/input/input24
[ 81.183320] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 81.385145] Bluetooth: Core ver 2.22
[ 81.385268] NET: Registered PF_BLUETOOTH protocol family
[ 81.385273] Bluetooth: HCI device and connection manager initialized
[ 81.385298] Bluetooth: HCI socket layer initialized
[ 81.385309] Bluetooth: L2CAP socket layer initialized
[ 81.385342] Bluetooth: SCO socket layer initialized
[ 81.420852] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 81.435174] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 81.496213] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 81.496223] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 81.496227] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 81.496230] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 81.496233] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 81.496236] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 81.643270] intel_rapl_common: Found RAPL domain package
[ 81.643279] intel_rapl_common: Found RAPL domain core
[ 81.643283] intel_rapl_common: Found RAPL domain uncore
[ 81.643286] intel_rapl_common: Found RAPL domain dram
[ 81.643289] intel_rapl_common: Found RAPL domain psys
[ 81.645417] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 81.646909] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 81.648626] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 81.665373] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 81.713749] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 81.827452] usbcore: registered new interface driver btusb
[ 81.843182] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 81.843193] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 81.883497] usbcore: registered new interface driver uvcvideo
[ 82.207189] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 82.241117] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 82.504695] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 82.504817] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 82.803075] intel_rapl_common: Found RAPL domain package
[ 82.803084] intel_rapl_common: Found RAPL domain dram
[ 82.832413] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 82.882909] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[ 82.957740] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 83.069689] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 83.134848] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 83.307371] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 83.482831] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 83.482845] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 83.485097] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
[ 83.584294] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[ 83.714355] 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
[ 83.876351] ath: EEPROM regdomain: 0x6c
[ 83.876359] ath: EEPROM indicates we should expect a direct regpair map
[ 83.876364] ath: Country alpha2 being used: 00
[ 83.876367] ath: Regpair used: 0x6c
[ 83.987807] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.091460] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.143181] PPP generic driver version 2.4.2
[ 84.162039] NET: Registered PF_PPPOX protocol family
[ 84.199501] Initializing XFRM netlink socket
[ 84.202893] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[ 84.204522] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.248702] IPsec XFRM device driver
[ 84.256161] l2tp_core: L2TP core driver, V2.0
[ 84.270290] l2tp_netlink: L2TP netlink interface
[ 84.271141] Console: switching to colour dummy device 80x25
[ 84.274630] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 84.278015] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 84.291349] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.310946] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.311082] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.366454] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input25
[ 84.367380] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.375776] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 84.377382] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 84.408072] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.408158] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.408262] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.408369] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.454657] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.454748] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.589426] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 84.811234] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 84.811250] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 84.837185] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 84.971238] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
[ 85.159917] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 85.301372] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input26
[ 85.314815] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 85.369900] fbcon: i915drmfb (fb0) is primary device
[ 85.442421] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 85.442583] Console: switching to colour frame buffer device 200x56
[ 85.471476] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 85.579675] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 85.579690] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 85.579697] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 85.579703] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 85.579707] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 85.579712] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 85.579717] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 85.579722] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 85.711577] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 85.712267] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[ 85.719536] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[ 85.720464] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[ 85.728667] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[ 91.400533] rfkill: input handler disabled
[ 95.280574] systemd-journald[397]: /var/log/journal/16ae67b9dca94ecebbc8ec78ab24e074/user-5272.journal: Journal file uses a different sequence number ID, rotating.
[ 95.822901] rfkill: input handler enabled
[ 102.831586] rfkill: input handler disabled
[ 112.533051] ucsi_acpi USBC000:00: UCSI_GET_PD_MESSAGE failed (-95)
[ 118.063109] ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-110)
[ 173.773170] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[ 3144.918813] usb 1-1: new full-speed USB device number 5 using xhci_hcd
[ 3145.082419] usb 1-1: New USB device found, idVendor=1395, idProduct=0025, bcdDevice= 1.00
[ 3145.082445] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3145.082456] usb 1-1: Product: Sennheiser USB headset
[ 3145.082467] usb 1-1: Manufacturer: Sennheiser Communications
[ 3145.118219] input: Sennheiser Communications Sennheiser USB headset as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1395:0025.0004/input/input32
[ 3145.176805] hid-generic 0003:1395:0025.0004: input,hidraw3: USB HID v1.00 Device [Sennheiser Communications Sennheiser USB headset] on usb-0000:00:14.0-1/input3
[ 3145.357266] usbcore: registered new interface driver snd-usb-audio
[ 3208.917489] perf: interrupt took too long (2540 > 2500), lowering kernel.perf_event_max_sample_rate to 78500
[ 3372.895229] perf: interrupt took too long (3207 > 3175), lowering kernel.perf_event_max_sample_rate to 62250
[ 3551.075484] perf: interrupt took too long (4015 > 4008), lowering kernel.perf_event_max_sample_rate to 49750
[ 3859.581968] perf: interrupt took too long (5049 > 5018), lowering kernel.perf_event_max_sample_rate to 39500
[ 4530.203057] perf: interrupt took too long (6406 > 6311), lowering kernel.perf_event_max_sample_rate to 31000
[ 5593.139716] perf: interrupt took too long (8029 > 8007), lowering kernel.perf_event_max_sample_rate to 24750
[ 7838.729376] usb 1-1: USB disconnect, device number 5
[ 8989.155060] usb 3-1: USB disconnect, device number 2
[ 8989.155112] usb 3-1.1: USB disconnect, device number 3
[ 8989.174054] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[ 8989.174585] xhci_hcd 0000:39:00.0: HC died; cleaning up
[ 8989.174768] r8152 4-1.2:1.0 enx18dbf22dccf3: Stop submitting intr, status -108
[ 8989.310299] usb 4-1: USB disconnect, device number 2
[ 8989.310314] r8152-cfgselector 4-1.2: USB disconnect, device number 3
[ 8989.558827] xhci_hcd 0000:39:00.0: remove, state 1
[ 8989.558838] usb usb4: USB disconnect, device number 1
[ 8989.561208] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[ 8989.561338] xhci_hcd 0000:39:00.0: remove, state 1
[ 8989.561345] usb usb3: USB disconnect, device number 1
[ 8989.566723] xhci_hcd 0000:39:00.0: Host halt failed, -19
[ 8989.566734] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[ 8989.572577] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[ 8989.632503] pci_bus 0000:02: Allocating resources
[ 8989.632536] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 8989.632564] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8989.632570] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8989.632592] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 8989.632597] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 8993.215205] PM: suspend entry (deep)
[ 8993.227005] Filesystems sync: 0.011 seconds
[ 8993.232136] Freezing user space processes
[ 8993.371235] Freezing user space processes completed (elapsed 0.139 seconds)
[ 8993.371245] OOM killer disabled.
[ 8993.371247] Freezing remaining freezable tasks
[ 8993.373131] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 8993.373290] printk: Suspending console(s) (use no_console_suspend to debug)
[ 8993.988274] ACPI: EC: interrupt blocked
[ 8994.051905] ACPI: PM: Preparing to enter system sleep state S3
[ 8994.166198] ACPI: EC: event blocked
[ 8994.166202] ACPI: EC: EC stopped
[ 8994.166204] ACPI: PM: Saving platform NVS memory
[ 8994.168495] Disabling non-boot CPUs ...
[ 8994.171972] smpboot: CPU 1 is now offline
[ 8994.176655] smpboot: CPU 2 is now offline
[ 8994.180379] smpboot: CPU 3 is now offline
[ 8994.188652] ACPI: PM: Low-level resume complete
[ 8994.188700] ACPI: EC: EC started
[ 8994.188701] ACPI: PM: Restoring platform NVS memory
[ 8994.191051] Enabling non-boot CPUs ...
[ 8994.191174] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 8994.193091] CPU1 is up
[ 8994.193210] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 8994.195273] CPU2 is up
[ 8994.195377] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 8994.197406] CPU3 is up
[ 8994.201794] ACPI: PM: Waking up from system sleep state S3
[ 8995.312333] ACPI: EC: interrupt unblocked
[ 8995.312925] pcieport 0000:01:00.0: Unable to change power state from unknown to D0, device inaccessible
[ 8995.321162] pcieport 0000:02:01.0: Unable to change power state from unknown to D0, device inaccessible
[ 8995.321214] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 8995.321238] pcieport 0000:02:02.0: Unable to change power state from unknown to D0, device inaccessible
[ 8995.347371] ACPI: EC: event unblocked
[ 8995.348515] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 8995.348530] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 8995.348536] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 8995.358927] nvme nvme0: 4/0/0 default/read/poll queues
[ 8995.616982] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[ 8995.892246] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[ 8996.168123] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[ 8996.392664] OOM killer enabled.
[ 8996.392668] Restarting tasks ...
[ 8996.395040] pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 8996.400799] pci_bus 0000:03: busn_res: [bus 03] is released
[ 8996.404282] pci_bus 0000:04: busn_res: [bus 04-38] is released
[ 8996.406802] pci_bus 0000:39: busn_res: [bus 39] is released
[ 8996.413055] done.
[ 8996.413090] random: crng reseeded on system resumption
[ 8996.495967] pci_bus 0000:02: busn_res: [bus 02-39] is released
[ 8996.587763] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 8997.012001] ucsi_acpi USBC000:00: ucsi_handle_connector_change: ACK failed (-110)
[ 8997.610980] PM: suspend exit
[ 8997.612628] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 8997.612638] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 8997.978876] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 8998.005611] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 8998.302623] Process accounting resumed
[ 8998.303243] warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 9000.499674] usb 1-2: new low-speed USB device number 6 using xhci_hcd
[ 9000.651754] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 9000.651786] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9000.651798] usb 1-2: Product: USB Optical Mouse
[ 9000.651803] usb 1-2: Manufacturer: Logitech
[ 9000.698811] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0005/input/input34
[ 9000.701355] hid-generic 0003:046D:C077.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[ 9002.683620] usb 1-1: new low-speed USB device number 7 using xhci_hcd
[ 9002.839786] usb 1-1: New USB device found, idVendor=0bf8, idProduct=101e, bcdDevice= 1.09
[ 9002.839804] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9002.839808] usb 1-1: Product: Fujitsu Keyboard
[ 9002.839811] usb 1-1: Manufacturer: Fujitsu
[ 9002.857470] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0BF8:101E.0006/input/input35
[ 9002.899649] ucsi_acpi USBC000:00: failed to re-enable notifications (-110)
[ 9002.922140] hid-generic 0003:0BF8:101E.0006: input,hidraw3: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input0
[ 9002.956506] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.0007/input/input36
[ 9003.019529] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.0007/input/input37
[ 9003.023269] hid-generic 0003:0BF8:101E.0007: input,hiddev1,hidraw4: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input1
[ 9004.577618] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[ 9004.577673] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 9004.577687] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 9004.577701] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 9004.577718] pci 0000:01:00.0: enabling Extended Tags
[ 9004.577902] pci 0000:01:00.0: supports D1 D2
[ 9004.577905] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9004.578018] 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)
[ 9004.713057] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 9004.713109] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 9004.713128] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 9004.713162] pci 0000:02:00.0: enabling Extended Tags
[ 9004.713413] pci 0000:02:00.0: supports D1 D2
[ 9004.713417] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9004.714848] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 9004.714898] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 9004.714914] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 9004.714930] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 9004.714952] pci 0000:02:01.0: enabling Extended Tags
[ 9004.715218] pci 0000:02:01.0: supports D1 D2
[ 9004.715222] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9004.725563] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 9004.725629] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 9004.725652] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 9004.725698] pci 0000:02:02.0: enabling Extended Tags
[ 9004.726051] pci 0000:02:02.0: supports D1 D2
[ 9004.726067] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9004.733889] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 9004.734164] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 9004.734387] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 9004.763146] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[ 9004.763183] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 9004.763276] pci 0000:39:00.0: enabling Extended Tags
[ 9004.763566] pci 0000:39:00.0: supports D1 D2
[ 9004.763570] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9004.763732] 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)
[ 9004.765300] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 9004.765350] pci_bus 0000:02: Allocating resources
[ 9004.765377] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[ 9004.765387] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[ 9004.765396] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 9004.765409] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[ 9004.765424] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]: assigned
[ 9004.765463] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 9004.765469] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 9004.765479] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[ 9004.765484] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]: assigned
[ 9004.765521] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 9004.765527] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 9004.765539] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 9004.765547] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 9004.765558] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 9004.765562] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[ 9004.765570] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 9004.765577] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 9004.765588] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 9004.765592] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[ 9004.765600] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 9004.765613] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 9004.765617] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[ 9004.765625] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 9004.765632] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 9004.765758] pcieport 0000:01:00.0: enabling device (0006 -> 0007)
[ 9004.787786] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[ 9004.789939] pcieport 0000:02:02.0: enabling device (0006 -> 0007)
[ 9004.888341] pci 0000:39:00.0: quirk_usb_early_handoff+0x0/0xa80 took 19823 usecs
[ 9004.889854] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9004.889934] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[ 9004.891360] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 9004.896368] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9004.896434] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[ 9004.896470] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 9004.897530] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 9004.897544] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9004.897549] usb usb3: Product: xHCI Host Controller
[ 9004.897553] usb usb3: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9004.897564] usb usb3: SerialNumber: 0000:39:00.0
[ 9004.908688] hub 3-0:1.0: USB hub found
[ 9004.908975] hub 3-0:1.0: 2 ports detected
[ 9005.018122] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 9005.018135] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9005.018147] usb usb4: Product: xHCI Host Controller
[ 9005.018151] usb usb4: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[ 9005.018156] usb usb4: SerialNumber: 0000:39:00.0
[ 9005.031168] hub 4-0:1.0: USB hub found
[ 9005.031424] hub 4-0:1.0: 2 ports detected
[ 9005.170340] pci_bus 0000:02: Allocating resources
[ 9005.170371] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 9005.170396] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 9005.170401] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 9005.170418] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 9005.170421] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 9005.275620] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 9005.426779] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice=30.03
[ 9005.426792] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9005.426796] usb 3-1: Product: USB2.0 Hub
[ 9005.426800] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 9005.453195] hub 3-1:1.0: USB hub found
[ 9005.453515] hub 3-1:1.0: 5 ports detected
[ 9005.588701] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[ 9005.616808] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice=30.03
[ 9005.616819] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9005.616824] usb 4-1: Product: USB3.1 Hub
[ 9005.616828] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 9005.639339] hub 4-1:1.0: USB hub found
[ 9005.639727] hub 4-1:1.0: 4 ports detected
[ 9006.171535] 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.
[ 9006.217094] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[ 9006.374274] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.06
[ 9006.374284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9006.374288] usb 3-1.1: Product: DELL DA300
[ 9006.374291] usb 3-1.1: Manufacturer: Bizlink
[ 9006.374293] usb 3-1.1: SerialNumber: MCU Ver0006
[ 9006.387571] hid-generic 0003:06C4:C412.0008: hiddev2,hidraw5: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[ 9006.451703] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[ 9006.476969] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[ 9006.476984] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 9006.476989] usb 4-1.2: Product: USB 10/100/1000 LAN
[ 9006.476993] usb 4-1.2: Manufacturer: Realtek
[ 9006.476997] usb 4-1.2: SerialNumber: 001000001
[ 9006.577038] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[ 9006.610135] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[ 9006.627921] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[ 9006.666749] r8152 4-1.2:1.0 eth0: v1.12.13
[ 9006.780627] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[ 9010.069512] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[ 9010.835647] ucsi_acpi USBC000:00: ucsi_handle_connector_change: ACK failed (-110)
[12125.991675] kauditd_printk_skb: 22 callbacks suppressed
[12125.991682] audit: type=1400 audit(1711630604.508:34): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name=2F6465762F73686D2F417566666F72646572756E67207A757220416E6765626F7473616267616265206D6974204D75737465722E646F6378 pid=9806 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=5272 ouid=5272
[12125.991709] audit: type=1400 audit(1711630604.508:35): apparmor="ALLOWED" operation="file_lock" class="file" profile="libreoffice-soffice" name=2F6465762F73686D2F417566666F72646572756E67207A757220416E6765626F7473616267616265206D6974204D75737465722E646F6378 pid=9806 comm="soffice.bin" requested_mask="wk" denied_mask="wk" fsuid=5272 ouid=5272
[12126.110702] audit: type=1400 audit(1711630604.624:36): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name=2F6465762F73686D2F417566666F72646572756E67207A757220416E6765626F7473616267616265206D6974204D75737465722E646F6378 pid=9806 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[12126.323506] audit: type=1400 audit(1711630604.840:37): apparmor="ALLOWED" operation="mknod" class="file" profile="libreoffice-soffice" name=2F6465762F73686D2F2E7E6C6F636B2E417566666F72646572756E67207A757220416E6765626F7473616267616265206D6974204D75737465722E646F637823 pid=9806 comm="soffice.bin" requested_mask="c" denied_mask="c" fsuid=5272 ouid=5272
[12126.323569] audit: type=1400 audit(1711630604.840:38): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name=2F6465762F73686D2F2E7E6C6F636B2E417566666F72646572756E67207A757220416E6765626F7473616267616265206D6974204D75737465722E646F637823 pid=9806 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=5272 ouid=5272
[12127.144250] audit: type=1400 audit(1711630605.660:39): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/profiles.ini" pid=9806 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[12127.160172] audit: type=1400 audit(1711630605.676:40): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/cert9.db" pid=9806 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=5272 ouid=5272
[12127.160362] audit: type=1400 audit(1711630605.676:41): apparmor="ALLOWED" operation="file_lock" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/cert9.db" pid=9806 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=5272 ouid=5272
[12127.161419] audit: type=1400 audit(1711630605.676:42): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/key4.db" pid=9806 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=5272 ouid=5272
[12127.161530] audit: type=1400 audit(1711630605.676:43): apparmor="ALLOWED" operation="file_lock" class="file" profile="libreoffice-soffice" name="/home/pmenzel/.thunderbird/iglp44v6.default/key4.db" pid=9806 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=5272 ouid=5272
[12213.653301] usb 1-2: USB disconnect, device number 6
[12213.870681] usb 1-1: USB disconnect, device number 7
[12214.735742] usb 3-1: USB disconnect, device number 2
[12214.735752] usb 3-1.1: USB disconnect, device number 3
[12214.774440] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[12214.774524] xhci_hcd 0000:39:00.0: HC died; cleaning up
[12214.774584] r8152 4-1.2:1.0 enx18dbf22dccf3: Stop submitting intr, status -108
[12214.926599] usb 4-1: USB disconnect, device number 2
[12214.926627] r8152-cfgselector 4-1.2: USB disconnect, device number 3
[12214.942431] xhci_hcd 0000:39:00.0: remove, state 1
[12214.942455] usb usb4: USB disconnect, device number 1
[12215.016407] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[12215.016576] xhci_hcd 0000:39:00.0: remove, state 1
[12215.016595] usb usb3: USB disconnect, device number 1
[12215.025224] xhci_hcd 0000:39:00.0: Host halt failed, -19
[12215.025247] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[12215.049815] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[12215.086492] pci_bus 0000:02: Allocating resources
[12215.086531] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[12215.086558] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[12215.086576] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[12215.086597] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[12215.086614] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[12220.028845] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[12220.037665] pci_bus 0000:03: busn_res: [bus 03] is released
[12220.038847] pci_bus 0000:04: busn_res: [bus 04-38] is released
[12220.039792] pci_bus 0000:39: busn_res: [bus 39] is released
[12220.040935] pci_bus 0000:02: busn_res: [bus 02-39] is released
[12241.013415] PM: suspend entry (deep)
[12241.040780] Filesystems sync: 0.027 seconds
[12241.045740] Freezing user space processes
[12241.049797] Freezing user space processes completed (elapsed 0.004 seconds)
[12241.049806] OOM killer disabled.
[12241.049809] Freezing remaining freezable tasks
[12241.051461] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[12241.051595] printk: Suspending console(s) (use no_console_suspend to debug)
[12241.668824] ACPI: EC: interrupt blocked
[12241.719584] ACPI: PM: Preparing to enter system sleep state S3
[12241.799316] ACPI: EC: event blocked
[12241.799321] ACPI: EC: EC stopped
[12241.799322] ACPI: PM: Saving platform NVS memory
[12241.801295] Disabling non-boot CPUs ...
[12241.804131] smpboot: CPU 1 is now offline
[12241.807444] smpboot: CPU 2 is now offline
[12241.810740] smpboot: CPU 3 is now offline
[12241.816494] ACPI: PM: Low-level resume complete
[12241.816544] ACPI: EC: EC started
[12241.816545] ACPI: PM: Restoring platform NVS memory
[12241.818924] Enabling non-boot CPUs ...
[12241.819045] smpboot: Booting Node 0 Processor 1 APIC 0x2
[12241.820927] CPU1 is up
[12241.821042] smpboot: Booting Node 0 Processor 2 APIC 0x1
[12241.823128] CPU2 is up
[12241.823233] smpboot: Booting Node 0 Processor 3 APIC 0x3
[12241.825241] CPU3 is up
[12241.830262] ACPI: PM: Waking up from system sleep state S3
[12242.910224] ACPI: EC: interrupt unblocked
[12242.940538] ACPI: EC: event unblocked
[12242.942570] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[12242.942582] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[12242.942588] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[12242.953622] nvme nvme0: 4/0/0 default/read/poll queues
[12243.209975] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[12243.490304] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[12243.765816] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[12243.986567] OOM killer enabled.
[12243.986571] Restarting tasks ... done.
[12243.994052] random: crng reseeded on system resumption
[12244.198540] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[12245.036955] PM: suspend exit
[12245.038658] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[12245.038681] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[12245.331326] Process accounting resumed
[12245.407236] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[12245.435388] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[12248.469294] ucsi_acpi USBC000:00: failed to re-enable notifications (-110)
[12301.572268] PM: suspend entry (deep)
[12301.579378] Filesystems sync: 0.007 seconds
[12301.583123] Freezing user space processes
[12301.586957] Freezing user space processes completed (elapsed 0.003 seconds)
[12301.586971] OOM killer disabled.
[12301.586973] Freezing remaining freezable tasks
[12301.588551] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[12301.588667] printk: Suspending console(s) (use no_console_suspend to debug)
[12302.212192] ACPI: EC: interrupt blocked
[12302.262111] ACPI: PM: Preparing to enter system sleep state S3
[12302.349536] ACPI: EC: event blocked
[12302.349540] ACPI: EC: EC stopped
[12302.349541] ACPI: PM: Saving platform NVS memory
[12302.351446] Disabling non-boot CPUs ...
[12302.354103] smpboot: CPU 1 is now offline
[12302.357512] smpboot: CPU 2 is now offline
[12302.360732] smpboot: CPU 3 is now offline
[12302.368140] ACPI: PM: Low-level resume complete
[12302.368189] ACPI: EC: EC started
[12302.368191] ACPI: PM: Restoring platform NVS memory
[12302.370538] Enabling non-boot CPUs ...
[12302.370660] smpboot: Booting Node 0 Processor 1 APIC 0x2
[12302.372574] CPU1 is up
[12302.372694] smpboot: Booting Node 0 Processor 2 APIC 0x1
[12302.374780] CPU2 is up
[12302.374883] smpboot: Booting Node 0 Processor 3 APIC 0x3
[12302.376926] CPU3 is up
[12302.381945] ACPI: PM: Waking up from system sleep state S3
[12303.500154] ACPI: EC: interrupt unblocked
[12303.528064] ACPI: EC: event unblocked
[12303.531316] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[12303.531335] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[12303.531355] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[12303.546847] nvme nvme0: 4/0/0 default/read/poll queues
[12303.835274] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[12304.118743] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[12304.398372] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[12304.629097] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[12304.698790] OOM killer enabled.
[12304.698801] Restarting tasks ... done.
[12304.710195] random: crng reseeded on system resumption
[12306.353060] PM: suspend exit
[12306.353869] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[12306.353878] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[12306.509784] Process accounting resumed
[12306.722597] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[12306.756739] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[12450.555206] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[12450.555218] wlp58s0: no HE support, limiting to HT/VHT
[12450.555225] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[12450.555287] wlp58s0: VHT information is missing, disabling VHT
[12450.555292] wlp58s0: determined AP 6c:f3:7f:10:96:58 to be HT
[12450.555301] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[12450.599600] wlp58s0: authenticate with 6c:f3:7f:10:96:58 (local address=9c:b6:d0:d1:6a:b1)
[12450.599610] wlp58s0: send auth to 6c:f3:7f:10:96:58 (try 1/3)
[12450.606056] wlp58s0: authenticated
[12450.606390] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[12450.606397] wlp58s0: no HE support, limiting to HT/VHT
[12450.606401] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[12450.609143] wlp58s0: associate with 6c:f3:7f:10:96:58 (try 1/3)
[12450.616860] wlp58s0: RX AssocResp from 6c:f3:7f:10:96:58 (capab=0x411 status=0 aid=6)
[12450.619634] wlp58s0: associated
[12597.692755] wlp58s0: deauthenticating from 6c:f3:7f:10:96:58 by local choice (Reason: 3=DEAUTH_LEAVING)
[12602.572870] PM: suspend entry (deep)
[12602.585141] Filesystems sync: 0.012 seconds
[12602.589033] Freezing user space processes
[12602.592583] Freezing user space processes completed (elapsed 0.003 seconds)
[12602.592591] OOM killer disabled.
[12602.592593] Freezing remaining freezable tasks
[12602.594155] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[12602.594243] printk: Suspending console(s) (use no_console_suspend to debug)
[12603.226524] ACPI: EC: interrupt blocked
[12603.264766] ACPI: PM: Preparing to enter system sleep state S3
[12603.338123] ACPI: EC: event blocked
[12603.338127] ACPI: EC: EC stopped
[12603.338128] ACPI: PM: Saving platform NVS memory
[12603.340033] Disabling non-boot CPUs ...
[12603.342544] smpboot: CPU 1 is now offline
[12603.345822] smpboot: CPU 2 is now offline
[12603.349191] smpboot: CPU 3 is now offline
[12603.356561] ACPI: PM: Low-level resume complete
[12603.356608] ACPI: EC: EC started
[12603.356609] ACPI: PM: Restoring platform NVS memory
[12603.358930] Enabling non-boot CPUs ...
[12603.359057] smpboot: Booting Node 0 Processor 1 APIC 0x2
[12603.360957] CPU1 is up
[12603.361067] smpboot: Booting Node 0 Processor 2 APIC 0x1
[12603.363177] CPU2 is up
[12603.363281] smpboot: Booting Node 0 Processor 3 APIC 0x3
[12603.366978] CPU3 is up
[12603.371388] ACPI: PM: Waking up from system sleep state S3
[12604.481645] ACPI: EC: interrupt unblocked
[12604.511009] ACPI: EC: event unblocked
[12604.513893] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[12604.513909] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[12604.513927] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[12604.549355] nvme nvme0: 4/0/0 default/read/poll queues
[12604.794226] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[12605.073699] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[12605.349869] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[12605.522986] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[12605.589414] OOM killer enabled.
[12605.589425] Restarting tasks ... done.
[12605.604753] random: crng reseeded on system resumption
[12607.351050] PM: suspend exit
[12607.358513] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[12607.358524] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[12607.520814] Process accounting resumed
[12607.745687] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[12607.775330] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[12613.310078] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[12613.310097] wlp58s0: no HE support, limiting to HT/VHT
[12613.310112] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[12613.310214] wlp58s0: VHT information is missing, disabling VHT
[12613.310223] wlp58s0: determined AP 6c:f3:7f:10:96:58 to be HT
[12613.310239] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[12613.347664] wlp58s0: authenticate with 6c:f3:7f:10:96:58 (local address=9c:b6:d0:d1:6a:b1)
[12613.347681] wlp58s0: send auth to 6c:f3:7f:10:96:58 (try 1/3)
[12613.354312] wlp58s0: authenticated
[12613.354625] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[12613.354629] wlp58s0: no HE support, limiting to HT/VHT
[12613.354633] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[12613.357163] wlp58s0: associate with 6c:f3:7f:10:96:58 (try 1/3)
[12613.365262] wlp58s0: RX AssocResp from 6c:f3:7f:10:96:58 (capab=0x411 status=0 aid=6)
[12613.377598] wlp58s0: associated
[13009.262937] wlp58s0: deauthenticating from 6c:f3:7f:10:96:58 by local choice (Reason: 3=DEAUTH_LEAVING)
[13039.861870] PM: hibernation: hibernation entry
[13039.881356] Filesystems sync: 0.015 seconds
[13039.881899] Freezing user space processes
[13039.890395] Freezing user space processes completed (elapsed 0.008 seconds)
[13039.890412] OOM killer disabled.
[13039.890867] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
[13039.890878] PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
[13039.890884] PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[13039.890893] PM: hibernation: Marking nosave pages: [mem 0x5014f000-0x5014ffff]
[13039.890900] PM: hibernation: Marking nosave pages: [mem 0x5015f000-0x5015ffff]
[13039.890906] PM: hibernation: Marking nosave pages: [mem 0x556ab000-0x556acfff]
[13039.890911] PM: hibernation: Marking nosave pages: [mem 0x62260000-0x623ecfff]
[13039.890930] PM: hibernation: Marking nosave pages: [mem 0x64df4000-0x6fffefff]
[13039.892520] PM: hibernation: Marking nosave pages: [mem 0x70000000-0x77ffffff]
[13039.892856] PM: hibernation: Marking nosave pages: [mem 0x78600000-0xffffffff]
[13039.899188] PM: hibernation: Basic memory bitmaps created
[13039.899194] PM: hibernation: Preallocating image memory
[13072.278083] PM: hibernation: Image allocation is 28906 pages short
[13072.886745] PM: hibernation: Basic memory bitmaps freed
[13072.887104] OOM killer enabled.
[13072.887107] Restarting tasks ... done.
[13073.641158] PM: hibernation: hibernation exit
[13073.846851] Process accounting resumed
[13074.335528] PM: suspend entry (deep)
[13074.353337] Filesystems sync: 0.017 seconds
[13074.354165] Freezing user space processes
[13074.359432] Freezing user space processes completed (elapsed 0.005 seconds)
[13074.359444] OOM killer disabled.
[13074.359447] Freezing remaining freezable tasks
[13074.361185] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[13074.361379] printk: Suspending console(s) (use no_console_suspend to debug)
[13074.997104] ACPI: EC: interrupt blocked
[13075.040348] ACPI: PM: Preparing to enter system sleep state S3
[13075.114392] ACPI: EC: event blocked
[13075.114396] ACPI: EC: EC stopped
[13075.114397] ACPI: PM: Saving platform NVS memory
[13075.116402] Disabling non-boot CPUs ...
[13075.119602] smpboot: CPU 1 is now offline
[13075.123306] smpboot: CPU 2 is now offline
[13075.126679] smpboot: CPU 3 is now offline
[13075.134302] ACPI: PM: Low-level resume complete
[13075.134351] ACPI: EC: EC started
[13075.134352] ACPI: PM: Restoring platform NVS memory
[13075.136703] Enabling non-boot CPUs ...
[13075.136829] smpboot: Booting Node 0 Processor 1 APIC 0x2
[13075.138703] CPU1 is up
[13075.138826] smpboot: Booting Node 0 Processor 2 APIC 0x1
[13075.140889] CPU2 is up
[13075.140991] smpboot: Booting Node 0 Processor 3 APIC 0x3
[13075.143001] CPU3 is up
[13075.148012] ACPI: PM: Waking up from system sleep state S3
[13076.200556] ACPI: EC: interrupt unblocked
[13076.253857] ACPI: EC: event unblocked
[13076.256026] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[13076.256076] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[13076.256082] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[13076.270259] nvme nvme0: 4/0/0 default/read/poll queues
[13076.528933] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[13076.805211] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[13077.085822] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[13077.256987] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[13077.332431] OOM killer enabled.
[13077.332454] Restarting tasks ... done.
[13077.351541] random: crng reseeded on system resumption
[13079.236329] PM: suspend exit
[13079.237256] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[13079.237266] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[13079.395602] Process accounting resumed
[13079.601578] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[13079.630244] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[13084.898020] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[13084.898031] wlp58s0: no HE support, limiting to HT/VHT
[13084.898036] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[13084.898081] wlp58s0: VHT information is missing, disabling VHT
[13084.898084] wlp58s0: determined AP 6c:f3:7f:10:96:58 to be HT
[13084.898091] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[13084.937851] wlp58s0: authenticate with 6c:f3:7f:10:96:58 (local address=9c:b6:d0:d1:6a:b1)
[13084.937868] wlp58s0: send auth to 6c:f3:7f:10:96:58 (try 1/3)
[13084.944128] wlp58s0: authenticated
[13084.944569] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[13084.944577] wlp58s0: no HE support, limiting to HT/VHT
[13084.944582] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[13084.948355] wlp58s0: associate with 6c:f3:7f:10:96:58 (try 1/3)
[13084.955757] wlp58s0: RX AssocResp from 6c:f3:7f:10:96:58 (capab=0x411 status=0 aid=6)
[13084.959147] wlp58s0: associated
[14144.040818] wlp58s0: deauthenticating from 6c:f3:7f:10:96:58 by local choice (Reason: 3=DEAUTH_LEAVING)
[14147.576005] PM: suspend entry (deep)
[14147.586637] Filesystems sync: 0.010 seconds
[14147.590647] Freezing user space processes
[14147.593702] Freezing user space processes completed (elapsed 0.003 seconds)
[14147.593710] OOM killer disabled.
[14147.593712] Freezing remaining freezable tasks
[14147.595512] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[14147.595766] printk: Suspending console(s) (use no_console_suspend to debug)
[14148.233700] ACPI: EC: interrupt blocked
[14148.278114] ACPI: PM: Preparing to enter system sleep state S3
[14148.359685] ACPI: EC: event blocked
[14148.359690] ACPI: EC: EC stopped
[14148.359691] ACPI: PM: Saving platform NVS memory
[14148.361582] Disabling non-boot CPUs ...
[14148.364704] smpboot: CPU 1 is now offline
[14148.368250] smpboot: CPU 2 is now offline
[14148.371748] smpboot: CPU 3 is now offline
[14148.379283] ACPI: PM: Low-level resume complete
[14148.379330] ACPI: EC: EC started
[14148.379332] ACPI: PM: Restoring platform NVS memory
[14148.381669] Enabling non-boot CPUs ...
[14148.381792] smpboot: Booting Node 0 Processor 1 APIC 0x2
[14148.383675] CPU1 is up
[14148.383782] smpboot: Booting Node 0 Processor 2 APIC 0x1
[14148.385836] CPU2 is up
[14148.386004] smpboot: Booting Node 0 Processor 3 APIC 0x3
[14148.388026] CPU3 is up
[14148.392416] ACPI: PM: Waking up from system sleep state S3
[14154.101430] ACPI: EC: interrupt unblocked
[14154.129270] ACPI: EC: event unblocked
[14154.131013] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[14154.131023] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[14154.131029] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[14154.146006] nvme nvme0: 4/0/0 default/read/poll queues
[14154.431059] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[14154.706542] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[14154.982436] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[14155.202955] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[14155.263738] OOM killer enabled.
[14155.263745] Restarting tasks ... done.
[14155.287160] random: crng reseeded on system resumption
[14155.303717] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[14155.303779] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[14155.303802] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[14155.303826] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[14155.303851] pci 0000:01:00.0: enabling Extended Tags
[14155.304159] pci 0000:01:00.0: supports D1 D2
[14155.304165] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[14155.304296] 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)
[14155.397899] usb 1-1: new low-speed USB device number 8 using xhci_hcd
[14155.490770] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[14155.490819] pci 0000:02:00.0: PCI bridge to [bus 03]
[14155.490839] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[14155.490875] pci 0000:02:00.0: enabling Extended Tags
[14155.491103] pci 0000:02:00.0: supports D1 D2
[14155.491107] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[14155.526476] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[14155.526558] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[14155.526594] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[14155.526624] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[14155.526666] pci 0000:02:01.0: enabling Extended Tags
[14155.543666] pci 0000:02:01.0: supports D1 D2
[14155.543674] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[14155.547051] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[14155.547121] pci 0000:02:02.0: PCI bridge to [bus 39]
[14155.547145] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[14155.547192] pci 0000:02:02.0: enabling Extended Tags
[14155.555153] usb 1-1: New USB device found, idVendor=0bf8, idProduct=101e, bcdDevice= 1.09
[14155.555163] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14155.555167] usb 1-1: Product: Fujitsu Keyboard
[14155.555170] usb 1-1: Manufacturer: Fujitsu
[14155.560551] pci 0000:02:02.0: supports D1 D2
[14155.560560] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[14155.585422] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[14155.585691] pci 0000:02:00.0: PCI bridge to [bus 03]
[14155.585968] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[14155.620580] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[14155.620633] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[14155.620754] pci 0000:39:00.0: enabling Extended Tags
[14155.621119] pci 0000:39:00.0: supports D1 D2
[14155.621123] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[14155.621257] 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)
[14155.627929] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0BF8:101E.0009/input/input43
[14155.655675] pci 0000:02:02.0: PCI bridge to [bus 39]
[14155.655756] pci_bus 0000:02: Allocating resources
[14155.655784] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[14155.655793] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[14155.655802] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[14155.655815] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[14155.655833] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]: assigned
[14155.655871] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[14155.655876] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[14155.655882] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[14155.655885] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]: assigned
[14155.655913] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[14155.655917] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[14155.655945] pci 0000:02:00.0: PCI bridge to [bus 03]
[14155.655993] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[14155.656058] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[14155.656084] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[14155.656091] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[14155.656097] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[14155.656105] pci 0000:02:02.0: PCI bridge to [bus 39]
[14155.656109] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[14155.656116] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[14155.656126] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[14155.656130] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[14155.656138] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[14155.656144] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[14155.667357] pcieport 0000:01:00.0: enabling device (0006 -> 0007)
[14155.689736] hid-generic 0003:0BF8:101E.0009: input,hidraw2: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input0
[14155.710120] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[14155.725487] pcieport 0000:02:02.0: enabling device (0006 -> 0007)
[14155.735408] xhci_hcd 0000:39:00.0: xHCI Host Controller
[14155.735460] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[14155.736853] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[14155.739739] xhci_hcd 0000:39:00.0: xHCI Host Controller
[14155.740207] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[14155.740233] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[14155.741077] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[14155.741083] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[14155.741088] usb usb3: Product: xHCI Host Controller
[14155.741092] usb usb3: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[14155.741097] usb usb3: SerialNumber: 0000:39:00.0
[14155.743171] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.000A/input/input44
[14155.767343] hub 3-0:1.0: USB hub found
[14155.767508] hub 3-0:1.0: 2 ports detected
[14155.813921] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.000A/input/input45
[14155.818731] hid-generic 0003:0BF8:101E.000A: input,hiddev1,hidraw3: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input1
[14155.949875] usb 1-2: new low-speed USB device number 9 using xhci_hcd
[14156.031989] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[14156.032002] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[14156.032006] usb usb4: Product: xHCI Host Controller
[14156.032010] usb usb4: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[14156.032013] usb usb4: SerialNumber: 0000:39:00.0
[14156.051881] hub 4-0:1.0: USB hub found
[14156.052591] hub 4-0:1.0: 2 ports detected
[14156.293895] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[14156.416024] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[14156.416044] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14156.416054] usb 1-2: Product: USB Optical Mouse
[14156.416062] usb 1-2: Manufacturer: Logitech
[14156.447293] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice=30.03
[14156.447308] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14156.447314] usb 3-1: Product: USB2.0 Hub
[14156.447319] usb 3-1: Manufacturer: VIA Labs, Inc.
[14156.577115] hub 3-1:1.0: USB hub found
[14156.577490] hub 3-1:1.0: 5 ports detected
[14156.583245] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.000B/input/input46
[14156.586820] hid-generic 0003:046D:C077.000B: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[14156.783779] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[14156.807012] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice=30.03
[14156.807033] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14156.807046] usb 4-1: Product: USB3.1 Hub
[14156.807051] usb 4-1: Manufacturer: VIA Labs, Inc.
[14156.901686] pci_bus 0000:02: Allocating resources
[14156.906226] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[14156.906344] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[14156.906372] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[14156.906471] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[14156.906497] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[14157.056120] hub 4-1:1.0: USB hub found
[14157.056788] hub 4-1:1.0: 4 ports detected
[14157.377869] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[14157.550471] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.06
[14157.550490] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[14157.550499] usb 3-1.1: Product: DELL DA300
[14157.550505] usb 3-1.1: Manufacturer: Bizlink
[14157.550512] usb 3-1.1: SerialNumber: MCU Ver0006
[14157.574643] hid-generic 0003:06C4:C412.000C: hiddev2,hidraw5: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[14158.032783] PM: suspend exit
[14158.040476] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[14158.040487] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[14158.410529] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[14158.422003] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[14158.441744] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[14158.446539] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[14158.446570] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[14158.446586] usb 4-1.2: Product: USB 10/100/1000 LAN
[14158.446599] usb 4-1.2: Manufacturer: Realtek
[14158.446612] usb 4-1.2: SerialNumber: 001000001
[14158.554287] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[14158.599189] Process accounting resumed
[14158.651895] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[14158.654957] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[14158.706531] r8152 4-1.2:1.0 eth0: v1.12.13
[14159.720589] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[14162.018931] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[14164.732985] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[14164.733002] wlp58s0: no HE support, limiting to HT/VHT
[14164.733009] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[14164.733074] wlp58s0: VHT information is missing, disabling VHT
[14164.733077] wlp58s0: determined AP 6c:f3:7f:10:ae:18 to be HT
[14164.733092] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[14164.773674] wlp58s0: authenticate with 6c:f3:7f:10:ae:18 (local address=9c:b6:d0:d1:6a:b1)
[14164.773686] wlp58s0: send auth to 6c:f3:7f:10:ae:18 (try 1/3)
[14164.780596] wlp58s0: authenticated
[14164.782595] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[14164.782635] wlp58s0: no HE support, limiting to HT/VHT
[14164.782674] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[14164.789877] wlp58s0: associate with 6c:f3:7f:10:ae:18 (try 1/3)
[14164.797566] wlp58s0: RX AssocResp from 6c:f3:7f:10:ae:18 (capab=0x411 status=0 aid=4)
[14164.808744] wlp58s0: associated
[14179.882292] wlp58s0: deauthenticating from 6c:f3:7f:10:ae:18 by local choice (Reason: 3=DEAUTH_LEAVING)
[19807.872718] kauditd_printk_skb: 21 callbacks suppressed
[19807.872724] audit: type=1400 audit(1711639476.079:65): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/sys/fs/cgroup/user.slice/user-5272.slice/user@5272.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-3527f7b2-0391-4a7c-88a4-6b38b9f3fc07.scope/memory.max" pid=9806 comm=433120436F6D70696C657254687265 requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[24292.899863] usb 1-2: USB disconnect, device number 9
[24293.108190] usb 1-1: USB disconnect, device number 8
[24294.312481] usb 3-1: USB disconnect, device number 2
[24294.312490] usb 3-1.1: USB disconnect, device number 3
[24294.351633] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[24294.351748] xhci_hcd 0000:39:00.0: HC died; cleaning up
[24294.351808] r8152 4-1.2:1.0 enx18dbf22dccf3: Stop submitting intr, status -108
[24294.465924] xhci_hcd 0000:39:00.0: remove, state 1
[24294.465949] usb usb4: USB disconnect, device number 1
[24294.491178] usb 4-1: USB disconnect, device number 2
[24294.491235] r8152-cfgselector 4-1.2: USB disconnect, device number 3
[24294.717362] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[24294.717554] xhci_hcd 0000:39:00.0: remove, state 1
[24294.717562] usb usb3: USB disconnect, device number 1
[24294.757202] xhci_hcd 0000:39:00.0: Host halt failed, -19
[24294.757215] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[24294.782140] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[24294.835662] pci_bus 0000:02: Allocating resources
[24294.835704] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[24294.835741] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24294.835759] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24294.835780] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24294.835785] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24299.559763] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[24299.601995] pci_bus 0000:03: busn_res: [bus 03] is released
[24299.603145] pci_bus 0000:04: busn_res: [bus 04-38] is released
[24299.604707] pci_bus 0000:39: busn_res: [bus 39] is released
[24299.605719] pci_bus 0000:02: busn_res: [bus 02-39] is released
[24306.229116] PM: suspend entry (deep)
[24306.246445] Filesystems sync: 0.017 seconds
[24306.250278] Freezing user space processes
[24306.253988] Freezing user space processes completed (elapsed 0.003 seconds)
[24306.253996] OOM killer disabled.
[24306.253998] Freezing remaining freezable tasks
[24306.255432] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[24306.256455] printk: Suspending console(s) (use no_console_suspend to debug)
[24306.854914] ACPI: EC: interrupt blocked
[24306.904632] ACPI: PM: Preparing to enter system sleep state S3
[24306.977073] ACPI: EC: event blocked
[24306.977077] ACPI: EC: EC stopped
[24306.977079] ACPI: PM: Saving platform NVS memory
[24306.979015] Disabling non-boot CPUs ...
[24306.981519] smpboot: CPU 1 is now offline
[24306.984636] smpboot: CPU 2 is now offline
[24306.987856] smpboot: CPU 3 is now offline
[24306.995404] ACPI: PM: Low-level resume complete
[24306.995452] ACPI: EC: EC started
[24306.995453] ACPI: PM: Restoring platform NVS memory
[24306.997763] Enabling non-boot CPUs ...
[24306.997886] smpboot: Booting Node 0 Processor 1 APIC 0x2
[24306.999770] CPU1 is up
[24306.999891] smpboot: Booting Node 0 Processor 2 APIC 0x1
[24307.002002] CPU2 is up
[24307.002106] smpboot: Booting Node 0 Processor 3 APIC 0x3
[24307.004126] CPU3 is up
[24307.008537] ACPI: PM: Waking up from system sleep state S3
[24312.739947] ACPI: EC: interrupt unblocked
[24312.773601] ACPI: EC: event unblocked
[24312.778807] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[24312.778836] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[24312.778857] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[24312.801706] nvme nvme0: 4/0/0 default/read/poll queues
[24313.084986] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[24313.361104] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[24313.637793] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[24313.792050] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[24313.858333] OOM killer enabled.
[24313.858339] Restarting tasks ... done.
[24313.863123] random: crng reseeded on system resumption
[24313.969633] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[24313.969700] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[24313.969717] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[24313.969740] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[24313.969773] pci 0000:01:00.0: enabling Extended Tags
[24313.970078] pci 0000:01:00.0: supports D1 D2
[24313.970083] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[24313.970225] 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)
[24314.213634] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[24314.213684] pci 0000:02:00.0: PCI bridge to [bus 03]
[24314.213699] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[24314.213731] pci 0000:02:00.0: enabling Extended Tags
[24314.214039] pci 0000:02:00.0: supports D1 D2
[24314.214044] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[24314.216037] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[24314.216085] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[24314.216102] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[24314.216118] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[24314.216139] pci 0000:02:01.0: enabling Extended Tags
[24314.216506] pci 0000:02:01.0: supports D1 D2
[24314.216511] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[24314.221650] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[24314.221699] pci 0000:02:02.0: PCI bridge to [bus 39]
[24314.221715] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[24314.221749] pci 0000:02:02.0: enabling Extended Tags
[24314.222011] pci 0000:02:02.0: supports D1 D2
[24314.222017] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[24314.224100] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[24314.284336] pci 0000:02:00.0: PCI bridge to [bus 03]
[24314.284799] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[24314.285332] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[24314.285378] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[24314.285474] pci 0000:39:00.0: enabling Extended Tags
[24314.285938] pci 0000:39:00.0: supports D1 D2
[24314.285942] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[24314.286094] 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)
[24314.287867] pci 0000:02:02.0: PCI bridge to [bus 39]
[24314.287918] pci_bus 0000:02: Allocating resources
[24314.287947] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[24314.287959] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[24314.287970] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[24314.287983] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[24314.288001] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]: assigned
[24314.288048] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24314.288054] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24314.288065] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[24314.288070] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]: assigned
[24314.288114] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24314.288120] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24314.288135] pci 0000:02:00.0: PCI bridge to [bus 03]
[24314.288145] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[24314.288159] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[24314.288165] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[24314.288174] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[24314.288181] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[24314.288192] pci 0000:02:02.0: PCI bridge to [bus 39]
[24314.288199] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[24314.288207] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[24314.288222] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[24314.288228] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[24314.288237] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[24314.288245] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[24314.288446] pcieport 0000:01:00.0: enabling device (0006 -> 0007)
[24314.339294] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[24314.350037] pcieport 0000:02:02.0: enabling device (0006 -> 0007)
[24314.359182] xhci_hcd 0000:39:00.0: xHCI Host Controller
[24314.359313] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[24314.364713] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[24314.381226] xhci_hcd 0000:39:00.0: xHCI Host Controller
[24314.381308] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[24314.381352] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[24314.382595] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[24314.382608] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[24314.382613] usb usb3: Product: xHCI Host Controller
[24314.382618] usb usb3: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[24314.382623] usb usb3: SerialNumber: 0000:39:00.0
[24314.422692] hub 3-0:1.0: USB hub found
[24314.424230] hub 3-0:1.0: 2 ports detected
[24314.681262] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[24314.681275] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[24314.681281] usb usb4: Product: xHCI Host Controller
[24314.681285] usb usb4: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[24314.681289] usb usb4: SerialNumber: 0000:39:00.0
[24314.691390] hub 4-0:1.0: USB hub found
[24314.691637] hub 4-0:1.0: 2 ports detected
[24314.928383] pci_bus 0000:02: Allocating resources
[24314.928418] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[24314.928444] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24314.928449] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24314.928463] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[24314.928467] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[24314.940552] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[24315.095360] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 9.f3
[24315.095374] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[24315.095379] usb 3-1: Product: USB2.0 Hub
[24315.095383] usb 3-1: Manufacturer: VIA Labs, Inc.
[24315.138096] hub 3-1:1.0: USB hub found
[24315.138368] hub 3-1:1.0: 5 ports detected
[24315.244054] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[24315.277924] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 9.f3
[24315.277938] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[24315.277943] usb 4-1: Product: USB3.1 Hub
[24315.277947] usb 4-1: Manufacturer: VIA Labs, Inc.
[24315.335043] hub 4-1:1.0: USB hub found
[24315.335782] hub 4-1:1.0: 4 ports detected
[24315.809705] PM: suspend exit
[24315.810621] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[24315.810630] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[24315.880629] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[24316.013713] Process accounting resumed
[24316.043430] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.01
[24316.043444] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[24316.043450] usb 3-1.1: Product: DELL DA300
[24316.043454] usb 3-1.1: Manufacturer: Bizlink
[24316.043458] usb 3-1.1: SerialNumber: MCU Ver0001
[24316.148870] hid-generic 0003:06C4:C412.000D: hiddev1,hidraw2: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[24316.172723] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[24316.202437] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[24316.996679] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[24317.018108] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[24317.018123] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[24317.018128] usb 4-1.2: Product: USB 10/100/1000 LAN
[24317.018131] usb 4-1.2: Manufacturer: Realtek
[24317.018134] usb 4-1.2: SerialNumber: 001000001
[24317.112256] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[24317.137466] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[24317.153070] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[24317.191729] r8152 4-1.2:1.0 eth0: v1.12.13
[24317.314765] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[24320.626612] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[27373.610431] audit: type=1400 audit(1711648696.953:66): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/sys/fs/cgroup/user.slice/user-5272.slice/user@5272.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-3527f7b2-0391-4a7c-88a4-6b38b9f3fc07.scope/memory.max" pid=9806 comm=433120436F6D70696C657254687265 requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[27433.573427] audit: type=1400 audit(1711648756.925:67): apparmor="ALLOWED" operation="open" class="file" profile="libreoffice-soffice" name="/sys/fs/cgroup/user.slice/user-5272.slice/user@5272.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-3527f7b2-0391-4a7c-88a4-6b38b9f3fc07.scope/memory.max" pid=9806 comm=433120436F6D70696C657254687265 requested_mask="r" denied_mask="r" fsuid=5272 ouid=5272
[29303.326146] PM: hibernation: hibernation entry
[29303.338986] Filesystems sync: 0.008 seconds
[29303.339127] Freezing user space processes
[29303.342979] Freezing user space processes completed (elapsed 0.003 seconds)
[29303.342989] OOM killer disabled.
[29303.343248] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
[29303.343255] PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
[29303.343258] PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[29303.343263] PM: hibernation: Marking nosave pages: [mem 0x5014f000-0x5014ffff]
[29303.343266] PM: hibernation: Marking nosave pages: [mem 0x5015f000-0x5015ffff]
[29303.343269] PM: hibernation: Marking nosave pages: [mem 0x556ab000-0x556acfff]
[29303.343272] PM: hibernation: Marking nosave pages: [mem 0x62260000-0x623ecfff]
[29303.343282] PM: hibernation: Marking nosave pages: [mem 0x64df4000-0x6fffefff]
[29303.344046] PM: hibernation: Marking nosave pages: [mem 0x70000000-0x77ffffff]
[29303.344225] PM: hibernation: Marking nosave pages: [mem 0x78600000-0xffffffff]
[29303.347528] PM: hibernation: Basic memory bitmaps created
[29303.347532] PM: hibernation: Preallocating image memory
[29336.385599] PM: hibernation: Allocated 1620466 pages for snapshot
[29336.385608] PM: hibernation: Allocated 6481864 kbytes in 33.03 seconds (196.24 MB/s)
[29336.385613] Freezing remaining freezable tasks
[29336.387450] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[29336.402282] printk: Suspending console(s) (use no_console_suspend to debug)
[29336.991546] ACPI: EC: interrupt blocked
[29337.000881] Disabling non-boot CPUs ...
[29337.006764] smpboot: CPU 1 is now offline
[29337.018463] smpboot: CPU 2 is now offline
[29337.025389] smpboot: CPU 3 is now offline
[29337.029806] PM: hibernation: Creating image:
[29337.388102] PM: hibernation: Need to copy 1597980 pages
[29337.388107] PM: hibernation: Normal pages needed: 1597980 + 1024, available pages: 2491938
[29338.606768] PM: hibernation: Image created (1048969 pages copied, 549011 zero pages)
[29337.031181] Enabling non-boot CPUs ...
[29337.031302] smpboot: Booting Node 0 Processor 1 APIC 0x2
[29337.033760] CPU1 is up
[29337.033894] smpboot: Booting Node 0 Processor 2 APIC 0x1
[29337.037561] CPU2 is up
[29337.037674] smpboot: Booting Node 0 Processor 3 APIC 0x3
[29337.040272] CPU3 is up
[29337.044965] ACPI: EC: interrupt unblocked
[29337.090707] nvme nvme0: 4/0/0 default/read/poll queues
[29337.283377] PM: Using 3 thread(s) for lzo compression
[29337.283385] PM: Compressing and saving image data (1052091 pages)...
[29337.283403] PM: Image saving progress: 0%
[29337.285653] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[29337.311722] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[29339.135370] PM: Image saving progress: 10%
[29340.752160] PM: Image saving progress: 20%
[29342.074882] PM: Image saving progress: 30%
[29346.681761] PM: Image saving progress: 40%
[29348.779301] PM: hibernation: Wrote 4208364 kbytes in 11.49 seconds (366.26 MB/s)
[29348.779315] PM: Image size after compression: 259926 kbytes
[29349.396885] PM: hibernation: Basic memory bitmaps freed
[29349.397242] OOM killer enabled.
[29349.397245] Restarting tasks ... done.
[29350.797250] PM: hibernation: hibernation exit
[29351.815776] Process accounting resumed
[29353.118440] PM: suspend entry (deep)
[29353.157609] Filesystems sync: 0.039 seconds
[29353.158213] Freezing user space processes
[29353.163118] Freezing user space processes completed (elapsed 0.004 seconds)
[29353.163127] OOM killer disabled.
[29353.163130] Freezing remaining freezable tasks
[29353.164640] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[29353.164731] printk: Suspending console(s) (use no_console_suspend to debug)
[29353.788042] ACPI: EC: interrupt blocked
[29353.833290] ACPI: PM: Preparing to enter system sleep state S3
[29353.929593] ACPI: EC: event blocked
[29353.929598] ACPI: EC: EC stopped
[29353.929599] ACPI: PM: Saving platform NVS memory
[29353.931541] Disabling non-boot CPUs ...
[29353.934528] smpboot: CPU 1 is now offline
[29353.938591] smpboot: CPU 2 is now offline
[29353.942420] smpboot: CPU 3 is now offline
[29353.947987] ACPI: PM: Low-level resume complete
[29353.948037] ACPI: EC: EC started
[29353.948038] ACPI: PM: Restoring platform NVS memory
[29353.950426] Enabling non-boot CPUs ...
[29353.950547] smpboot: Booting Node 0 Processor 1 APIC 0x2
[29353.952506] CPU1 is up
[29353.952617] smpboot: Booting Node 0 Processor 2 APIC 0x1
[29353.954722] CPU2 is up
[29353.954827] smpboot: Booting Node 0 Processor 3 APIC 0x3
[29353.956999] CPU3 is up
[29353.961380] ACPI: PM: Waking up from system sleep state S3
[29354.789714] ACPI: EC: interrupt unblocked
[29354.859405] ACPI: EC: event unblocked
[29354.861113] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[29354.861123] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[29354.861129] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[29354.864597] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[29354.864603] usb usb3: root hub lost power or was reset
[29354.864606] usb usb4: root hub lost power or was reset
[29354.874851] nvme nvme0: 4/0/0 default/read/poll queues
[29355.160464] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[29355.187816] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[29355.435636] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[29355.467906] usb 4-1: reset SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[29355.711806] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[29356.091542] usb 3-1.1: reset full-speed USB device number 3 using xhci_hcd
[29357.087808] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[29357.113747] r8152 4-1.2:1.0: skip request firmware
[29357.113935] r8152 4-1.2:1.0 enx18dbf22dccf3: Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[29357.116476] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[29357.161558] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[29357.166776] OOM killer enabled.
[29357.166779] Restarting tasks ...
[29357.169101] pci_bus 0000:02: Allocating resources
[29357.169196] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[29357.169277] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29357.169285] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29357.169304] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29357.169308] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29357.177635] mei_me 0000:00:16.0: cl:host=04 me=00 is not connected
[29357.186935] done.
[29357.187002] random: crng reseeded on system resumption
[29357.212675] pci_bus 0000:02: Allocating resources
[29357.212710] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[29357.212737] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29357.212744] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29357.212766] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29357.212772] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29358.885191] PM: suspend exit
[29358.894882] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[29358.894895] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[29359.276688] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[29359.305184] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[29359.377149] Process accounting resumed
[29360.521076] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[29682.055666] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier off
[29937.088794] usb 3-1: USB disconnect, device number 2
[29937.088820] usb 3-1.1: USB disconnect, device number 3
[29937.108231] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[29937.108340] xhci_hcd 0000:39:00.0: HC died; cleaning up
[29937.108470] r8152 4-1.2:1.0 enx18dbf22dccf3: Stop submitting intr, status -108
[29937.266392] usb 4-1: USB disconnect, device number 2
[29937.266432] r8152-cfgselector 4-1.2: USB disconnect, device number 3
[29937.700486] xhci_hcd 0000:39:00.0: remove, state 1
[29937.700528] usb usb4: USB disconnect, device number 1
[29937.735891] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[29937.739649] xhci_hcd 0000:39:00.0: remove, state 1
[29937.739689] usb usb3: USB disconnect, device number 1
[29937.781841] xhci_hcd 0000:39:00.0: Host halt failed, -19
[29937.781878] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[29937.802248] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[29937.838904] pci_bus 0000:02: Allocating resources
[29937.839013] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[29937.839102] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29937.839133] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29937.839213] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[29937.839227] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[29941.474899] PM: suspend entry (deep)
[29941.482689] Filesystems sync: 0.007 seconds
[29941.489357] Freezing user space processes
[29941.495696] Freezing user space processes completed (elapsed 0.006 seconds)
[29941.495707] OOM killer disabled.
[29941.495710] Freezing remaining freezable tasks
[29941.497262] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[29941.497341] printk: Suspending console(s) (use no_console_suspend to debug)
[29942.165599] ACPI: EC: interrupt blocked
[29942.217457] ACPI: PM: Preparing to enter system sleep state S3
[29942.298300] ACPI: EC: event blocked
[29942.298305] ACPI: EC: EC stopped
[29942.298306] ACPI: PM: Saving platform NVS memory
[29942.300370] Disabling non-boot CPUs ...
[29942.303410] smpboot: CPU 1 is now offline
[29942.307067] smpboot: CPU 2 is now offline
[29942.310661] smpboot: CPU 3 is now offline
[29942.318234] ACPI: PM: Low-level resume complete
[29942.318282] ACPI: EC: EC started
[29942.318284] ACPI: PM: Restoring platform NVS memory
[29942.320636] Enabling non-boot CPUs ...
[29942.320760] smpboot: Booting Node 0 Processor 1 APIC 0x2
[29942.322678] CPU1 is up
[29942.322798] smpboot: Booting Node 0 Processor 2 APIC 0x1
[29942.324850] CPU2 is up
[29942.324958] smpboot: Booting Node 0 Processor 3 APIC 0x3
[29942.328250] CPU3 is up
[29942.332633] ACPI: PM: Waking up from system sleep state S3
[29943.424386] ACPI: EC: interrupt unblocked
[29943.429373] pcieport 0000:01:00.0: Unable to change power state from unknown to D0, device inaccessible
[29943.431995] pcieport 0000:02:01.0: Unable to change power state from unknown to D0, device inaccessible
[29943.432033] pcieport 0000:02:02.0: Unable to change power state from unknown to D0, device inaccessible
[29943.432047] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[29943.452273] ACPI: EC: event unblocked
[29943.454079] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[29943.454090] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[29943.454096] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[29943.466860] nvme nvme0: 4/0/0 default/read/poll queues
[29943.729888] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[29944.010234] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[29944.289814] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[29944.513812] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[29944.601308] OOM killer enabled.
[29944.601314] Restarting tasks ...
[29944.642048] pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible
[29944.660408] done.
[29944.660454] random: crng reseeded on system resumption
[29944.685834] pci_bus 0000:03: busn_res: [bus 03] is released
[29944.705624] pci_bus 0000:04: busn_res: [bus 04-38] is released
[29944.765241] pci_bus 0000:39: busn_res: [bus 39] is released
[29944.808903] pci_bus 0000:02: busn_res: [bus 02-39] is released
[29946.606379] PM: suspend exit
[29946.608915] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[29946.608935] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[29946.989369] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[29947.004024] Process accounting resumed
[29947.020568] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[29971.748885] PM: suspend entry (deep)
[29971.783718] Filesystems sync: 0.034 seconds
[29971.789592] Freezing user space processes
[29971.794941] Freezing user space processes completed (elapsed 0.005 seconds)
[29971.794953] OOM killer disabled.
[29971.794956] Freezing remaining freezable tasks
[29971.796649] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[29971.796796] printk: Suspending console(s) (use no_console_suspend to debug)
[29972.404332] ACPI: EC: interrupt blocked
[29972.449924] ACPI: PM: Preparing to enter system sleep state S3
[29972.529522] ACPI: EC: event blocked
[29972.529527] ACPI: EC: EC stopped
[29972.529528] ACPI: PM: Saving platform NVS memory
[29972.531408] Disabling non-boot CPUs ...
[29972.534237] smpboot: CPU 1 is now offline
[29972.538018] smpboot: CPU 2 is now offline
[29972.541215] smpboot: CPU 3 is now offline
[29972.546806] ACPI: PM: Low-level resume complete
[29972.546856] ACPI: EC: EC started
[29972.546858] ACPI: PM: Restoring platform NVS memory
[29972.549209] Enabling non-boot CPUs ...
[29972.549328] smpboot: Booting Node 0 Processor 1 APIC 0x2
[29972.551230] CPU1 is up
[29972.551340] smpboot: Booting Node 0 Processor 2 APIC 0x1
[29972.553448] CPU2 is up
[29972.553552] smpboot: Booting Node 0 Processor 3 APIC 0x3
[29972.555592] CPU3 is up
[29972.560775] ACPI: PM: Waking up from system sleep state S3
[29973.658430] ACPI: EC: interrupt unblocked
[29973.689248] ACPI: EC: event unblocked
[29973.692552] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[29973.692576] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[29973.692594] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[29973.737442] nvme nvme0: 4/0/0 default/read/poll queues
[29973.972379] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[29974.249121] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[29974.526014] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[29974.693520] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[29974.782861] OOM killer enabled.
[29974.782868] Restarting tasks ... done.
[29974.800854] random: crng reseeded on system resumption
[29977.404615] PM: suspend exit
[29977.405944] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[29977.405952] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[29977.769938] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[29977.801746] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[29979.377480] Process accounting resumed
[29991.211534] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[29991.211553] wlp58s0: no HE support, limiting to HT/VHT
[29991.211564] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[29991.211832] wlp58s0: determined AP 00:f6:63:af:fb:0f to be VHT
[29991.211849] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[29991.247387] wlp58s0: authenticate with 00:f6:63:af:fb:0f (local address=9c:b6:d0:d1:6a:b1)
[29991.247458] wlp58s0: send auth to 00:f6:63:af:fb:0f (try 1/3)
[29991.249678] wlp58s0: authenticated
[29991.251560] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[29991.251646] wlp58s0: no HE support, limiting to HT/VHT
[29991.251667] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[29991.259652] wlp58s0: associate with 00:f6:63:af:fb:0f (try 1/3)
[29991.261813] wlp58s0: RX AssocResp from 00:f6:63:af:fb:0f (capab=0x101 status=0 aid=179)
[29991.272443] wlp58s0: associated
[29991.275962] wlp58s0: Limiting TX power to 17 dBm as advertised by 00:f6:63:af:fb:0f
[30028.515313] wlp58s0: disconnect from AP 00:f6:63:af:fb:0f for new auth to 00:f6:63:9f:3c:9f
[30028.597776] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30028.597798] wlp58s0: no HE support, limiting to HT/VHT
[30028.597812] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30028.597909] wlp58s0: determined AP 00:f6:63:9f:3c:9f to be VHT
[30028.597926] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30028.627902] wlp58s0: authenticate with 00:f6:63:9f:3c:9f (local address=9c:b6:d0:d1:6a:b1)
[30028.627931] wlp58s0: send auth to 00:f6:63:9f:3c:9f (try 1/3)
[30028.631092] wlp58s0: authenticated
[30028.639534] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30028.639546] wlp58s0: no HE support, limiting to HT/VHT
[30028.639552] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30028.644293] wlp58s0: associate with 00:f6:63:9f:3c:9f (try 1/3)
[30028.647576] wlp58s0: RX ReassocResp from 00:f6:63:9f:3c:9f (capab=0x101 status=0 aid=9)
[30028.683245] wlp58s0: associated
[30028.684959] wlp58s0: Limiting TX power to 17 dBm as advertised by 00:f6:63:9f:3c:9f
[30166.625258] ath10k_pci 0000:3a:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
[30166.639952] wlp58s0: Connection to AP 00:00:00:00:00:00 lost
[30167.386032] wlp58s0: no HE support, limiting to HT/VHT
[30167.386092] wlp58s0: determined local STA to be HT, BW limited to 40 MHz
[30167.386395] wlp58s0: determined AP 00:f6:63:cb:fe:40 to be HT
[30167.386448] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[30167.444129] wlp58s0: authenticate with 00:f6:63:cb:fe:40 (local address=9c:b6:d0:d1:6a:b1)
[30167.444197] wlp58s0: send auth to 00:f6:63:cb:fe:40 (try 1/3)
[30167.446714] wlp58s0: send auth to 00:f6:63:cb:fe:40 (try 2/3)
[30167.449336] wlp58s0: send auth to 00:f6:63:cb:fe:40 (try 3/3)
[30167.451664] wlp58s0: authentication with 00:f6:63:cb:fe:40 timed out
[30168.382825] wlp58s0: no HE support, limiting to HT/VHT
[30168.382852] wlp58s0: determined local STA to be HT, BW limited to 40 MHz
[30168.383053] wlp58s0: determined AP 00:f6:63:9f:3c:90 to be HT
[30168.383074] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[30168.441121] wlp58s0: authenticate with 00:f6:63:9f:3c:90 (local address=9c:b6:d0:d1:6a:b1)
[30168.441135] wlp58s0: send auth to 00:f6:63:9f:3c:90 (try 1/3)
[30168.443502] wlp58s0: send auth to 00:f6:63:9f:3c:90 (try 2/3)
[30168.446923] wlp58s0: send auth to 00:f6:63:9f:3c:90 (try 3/3)
[30168.452084] wlp58s0: authentication with 00:f6:63:9f:3c:90 timed out
[30169.862982] wlp58s0: no HE support, limiting to HT/VHT
[30169.862998] wlp58s0: determined local STA to be HT, BW limited to 40 MHz
[30169.863051] wlp58s0: determined AP 70:79:b3:60:6a:82 to be HT
[30169.863061] wlp58s0: connecting with HT mode, max bandwidth 40 MHz
[30169.917268] wlp58s0: authenticate with 70:79:b3:60:6a:82 (local address=9c:b6:d0:d1:6a:b1)
[30169.917280] wlp58s0: send auth to 70:79:b3:60:6a:82 (try 1/3)
[30169.923876] wlp58s0: send auth to 70:79:b3:60:6a:82 (try 2/3)
[30169.926190] wlp58s0: send auth to 70:79:b3:60:6a:82 (try 3/3)
[30169.928407] wlp58s0: authentication with 70:79:b3:60:6a:82 timed out
[30186.975154] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30186.975172] wlp58s0: no HE support, limiting to HT/VHT
[30186.975183] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30186.975262] wlp58s0: determined AP 00:f6:63:9f:77:ff to be VHT
[30186.975276] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30187.013464] wlp58s0: authenticate with 00:f6:63:9f:77:ff (local address=9c:b6:d0:d1:6a:b1)
[30187.013537] wlp58s0: send auth to 00:f6:63:9f:77:ff (try 1/3)
[30187.015327] wlp58s0: authenticated
[30187.017509] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30187.017552] wlp58s0: no HE support, limiting to HT/VHT
[30187.017592] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30187.020893] wlp58s0: associate with 00:f6:63:9f:77:ff (try 1/3)
[30187.023797] wlp58s0: RX AssocResp from 00:f6:63:9f:77:ff (capab=0x101 status=0 aid=6)
[30187.033070] wlp58s0: associated
[30187.072172] wlp58s0: Limiting TX power to 17 dBm as advertised by 00:f6:63:9f:77:ff
[30229.088305] ath10k_pci 0000:3a:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
[30229.118992] wlp58s0: Connection to AP 00:00:00:00:00:00 lost
[30229.470816] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30229.470868] wlp58s0: no HE support, limiting to HT/VHT
[30229.470908] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30229.471198] wlp58s0: determined AP 00:f6:63:9f:77:ff to be VHT
[30229.471253] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30229.519386] wlp58s0: authenticate with 00:f6:63:9f:77:ff (local address=9c:b6:d0:d1:6a:b1)
[30229.520382] wlp58s0: send auth to 00:f6:63:9f:77:ff (try 1/3)
[30229.522250] wlp58s0: send auth to 00:f6:63:9f:77:ff (try 2/3)
[30229.524740] wlp58s0: send auth to 00:f6:63:9f:77:ff (try 3/3)
[30229.526275] wlp58s0: authentication with 00:f6:63:9f:77:ff timed out
[30249.960685] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30249.960699] wlp58s0: no HE support, limiting to HT/VHT
[30249.960708] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30249.960788] wlp58s0: determined AP 00:81:c4:7c:a1:ff to be VHT
[30249.960801] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30249.997951] wlp58s0: authenticate with 00:81:c4:7c:a1:ff (local address=9c:b6:d0:d1:6a:b1)
[30249.997962] wlp58s0: send auth to 00:81:c4:7c:a1:ff (try 1/3)
[30249.998659] wlp58s0: authenticated
[30249.999219] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30249.999238] wlp58s0: no HE support, limiting to HT/VHT
[30249.999245] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30249.999881] wlp58s0: associate with 00:81:c4:7c:a1:ff (try 1/3)
[30250.001861] wlp58s0: RX AssocResp from 00:81:c4:7c:a1:ff (capab=0x101 status=0 aid=81)
[30250.004575] wlp58s0: associated
[30250.091466] wlp58s0: Limiting TX power to 17 dBm as advertised by 00:81:c4:7c:a1:ff
[30305.375072] ath10k_pci 0000:3a:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
[30305.382359] wlp58s0: Connection to AP 00:00:00:00:00:00 lost
[30305.890842] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30305.890862] wlp58s0: no HE support, limiting to HT/VHT
[30305.890876] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30305.890975] wlp58s0: determined AP 00:81:c4:e7:0e:3f to be VHT
[30305.891014] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30305.934955] wlp58s0: authenticate with 00:81:c4:e7:0e:3f (local address=9c:b6:d0:d1:6a:b1)
[30305.935456] wlp58s0: send auth to 00:81:c4:e7:0e:3f (try 1/3)
[30305.937668] wlp58s0: send auth to 00:81:c4:e7:0e:3f (try 2/3)
[30305.940021] wlp58s0: send auth to 00:81:c4:e7:0e:3f (try 3/3)
[30305.945213] wlp58s0: authentication with 00:81:c4:e7:0e:3f timed out
[30311.353970] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30311.353986] wlp58s0: no HE support, limiting to HT/VHT
[30311.353996] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30311.354086] wlp58s0: determined AP 00:81:c4:7c:a1:ff to be VHT
[30311.354102] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30311.391685] wlp58s0: authenticate with 00:81:c4:7c:a1:ff (local address=9c:b6:d0:d1:6a:b1)
[30311.391708] wlp58s0: send auth to 00:81:c4:7c:a1:ff (try 1/3)
[30311.393097] wlp58s0: send auth to 00:81:c4:7c:a1:ff (try 2/3)
[30311.394398] wlp58s0: send auth to 00:81:c4:7c:a1:ff (try 3/3)
[30311.395532] wlp58s0: authentication with 00:81:c4:7c:a1:ff timed out
[30320.891942] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30320.891955] wlp58s0: no HE support, limiting to HT/VHT
[30320.891961] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30320.892022] wlp58s0: determined AP ac:4a:56:99:37:8f to be VHT
[30320.892032] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30320.927495] wlp58s0: authenticate with ac:4a:56:99:37:8f (local address=c6:ea:95:53:6a:1f)
[30320.927520] wlp58s0: send auth to ac:4a:56:99:37:8f (try 1/3)
[30320.929014] wlp58s0: authenticated
[30320.929689] wlp58s0: aborting authentication with ac:4a:56:99:37:8f by local choice (Reason: 3=DEAUTH_LEAVING)
[30321.675301] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30321.675322] wlp58s0: no HE support, limiting to HT/VHT
[30321.675330] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30321.675411] wlp58s0: determined AP ac:4a:56:99:37:8f to be VHT
[30321.675423] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30321.721514] wlp58s0: authenticate with ac:4a:56:99:37:8f (local address=9c:b6:d0:d1:6a:b1)
[30321.721616] wlp58s0: send auth to ac:4a:56:99:37:8f (try 1/3)
[30321.724191] wlp58s0: authenticated
[30321.733599] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30321.733649] wlp58s0: no HE support, limiting to HT/VHT
[30321.733692] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30321.738955] wlp58s0: associate with ac:4a:56:99:37:8f (try 1/3)
[30321.749684] wlp58s0: RX AssocResp from ac:4a:56:99:37:8f (capab=0x101 status=0 aid=191)
[30321.765411] wlp58s0: associated
[30321.780168] wlp58s0: Limiting TX power to 23 (23 - 0) dBm as advertised by ac:4a:56:99:37:8f
[30328.682122] wlp58s0: deauthenticating from ac:4a:56:99:37:8f by local choice (Reason: 3=DEAUTH_LEAVING)
[30333.790622] ath10k_pci 0000:3a:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
[30344.082890] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30344.082901] wlp58s0: no HE support, limiting to HT/VHT
[30344.082907] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30344.082954] wlp58s0: determined AP 4c:a6:4d:81:e7:0f to be VHT
[30344.082963] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30344.128029] wlp58s0: authenticate with 4c:a6:4d:81:e7:0f (local address=9c:b6:d0:d1:6a:b1)
[30344.128585] wlp58s0: send auth to 4c:a6:4d:81:e7:0f (try 1/3)
[30344.132174] wlp58s0: authenticated
[30344.143614] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30344.143657] wlp58s0: no HE support, limiting to HT/VHT
[30344.143698] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30344.146972] wlp58s0: associate with 4c:a6:4d:81:e7:0f (try 1/3)
[30344.156520] wlp58s0: RX AssocResp from 4c:a6:4d:81:e7:0f (capab=0x101 status=0 aid=8)
[30344.187894] wlp58s0: associated
[30344.217774] wlp58s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 4c:a6:4d:81:e7:0f
[30364.892557] wlp58s0: disconnect from AP 4c:a6:4d:81:e7:0f for new auth to ac:4a:56:9a:b7:8f
[30370.142241] ath10k_pci 0000:3a:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
[30370.202636] wlp58s0: no VHT 160 MHz capability on 5 GHz, limiting to 80 MHz
[30370.202689] wlp58s0: no HE support, limiting to HT/VHT
[30370.202730] wlp58s0: determined local STA to be VHT, BW limited to 80 MHz
[30370.203026] wlp58s0: determined AP ac:4a:56:9a:b7:8f to be VHT
[30370.203078] wlp58s0: connecting with VHT mode, max bandwidth 80 MHz
[30370.256258] wlp58s0: authenticate with ac:4a:56:9a:b7:8f (local address=9c:b6:d0:d1:6a:b1)
[30370.256329] wlp58s0: send auth to ac:4a:56:9a:b7:8f (try 1/3)
[30370.261205] wlp58s0: send auth to ac:4a:56:9a:b7:8f (try 2/3)
[30370.341724] wlp58s0: send auth to ac:4a:56:9a:b7:8f (try 3/3)
[30370.343572] wlp58s0: authentication with ac:4a:56:9a:b7:8f timed out
[30383.970404] PM: suspend entry (deep)
[30384.085992] Filesystems sync: 0.115 seconds
[30384.110701] Freezing user space processes
[30384.136439] Freezing user space processes completed (elapsed 0.025 seconds)
[30384.136468] OOM killer disabled.
[30384.136476] Freezing remaining freezable tasks
[30384.138540] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[30384.138808] printk: Suspending console(s) (use no_console_suspend to debug)
[30384.764471] ACPI: EC: interrupt blocked
[30384.815242] ACPI: PM: Preparing to enter system sleep state S3
[30384.900813] ACPI: EC: event blocked
[30384.900818] ACPI: EC: EC stopped
[30384.900819] ACPI: PM: Saving platform NVS memory
[30384.902865] Disabling non-boot CPUs ...
[30384.905396] smpboot: CPU 1 is now offline
[30384.908729] smpboot: CPU 2 is now offline
[30384.912093] smpboot: CPU 3 is now offline
[30384.917797] ACPI: PM: Low-level resume complete
[30384.917848] ACPI: EC: EC started
[30384.917850] ACPI: PM: Restoring platform NVS memory
[30384.921878] Enabling non-boot CPUs ...
[30384.922005] smpboot: Booting Node 0 Processor 1 APIC 0x2
[30384.923994] CPU1 is up
[30384.924115] smpboot: Booting Node 0 Processor 2 APIC 0x1
[30384.926255] CPU2 is up
[30384.926369] smpboot: Booting Node 0 Processor 3 APIC 0x3
[30384.929627] CPU3 is up
[30384.934120] ACPI: PM: Waking up from system sleep state S3
[30390.620139] ACPI: EC: interrupt unblocked
[30390.649562] ACPI: EC: event unblocked
[30390.651475] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[30390.651487] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[30390.651494] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[30390.667210] nvme nvme0: 4/0/0 default/read/poll queues
[30390.947192] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[30391.224298] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[30391.499389] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[30391.677319] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[30391.732394] OOM killer enabled.
[30391.732400] Restarting tasks ...
[30391.738717] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[30391.738772] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[30391.738791] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[30391.738809] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[30391.738830] pci 0000:01:00.0: enabling Extended Tags
[30391.756445] done.
[30391.756477] random: crng reseeded on system resumption
[30391.777078] pci 0000:01:00.0: supports D1 D2
[30391.777091] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[30391.777204] 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)
[30391.943966] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[30391.944026] pci 0000:02:00.0: PCI bridge to [bus 03]
[30391.944046] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[30391.944082] pci 0000:02:00.0: enabling Extended Tags
[30391.944403] pci 0000:02:00.0: supports D1 D2
[30391.944408] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[30392.137072] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[30392.137126] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[30392.137143] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[30392.137163] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[30392.137187] pci 0000:02:01.0: enabling Extended Tags
[30392.171142] pci 0000:02:01.0: supports D1 D2
[30392.171155] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[30392.195789] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[30392.195870] pci 0000:02:02.0: PCI bridge to [bus 39]
[30392.195896] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[30392.195945] pci 0000:02:02.0: enabling Extended Tags
[30392.234755] pci 0000:02:02.0: supports D1 D2
[30392.234774] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[30392.291775] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[30392.292321] pci 0000:02:00.0: PCI bridge to [bus 03]
[30392.309213] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[30392.310521] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[30392.310562] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[30392.310731] pci 0000:39:00.0: enabling Extended Tags
[30392.311154] pci 0000:39:00.0: supports D1 D2
[30392.311161] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[30392.311314] 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)
[30392.313410] pci 0000:02:02.0: PCI bridge to [bus 39]
[30392.313467] pci_bus 0000:02: Allocating resources
[30392.313496] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[30392.313511] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[30392.313522] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[30392.313538] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[30392.313556] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]: assigned
[30392.313610] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[30392.313615] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[30392.313628] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[30392.313635] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]: assigned
[30392.313681] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[30392.313687] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[30392.313703] pci 0000:02:00.0: PCI bridge to [bus 03]
[30392.313716] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[30392.313730] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[30392.313736] pci 0000:02:01.0: bridge window [io 0x2000-0x2fff]
[30392.313746] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[30392.313754] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[30392.313767] pci 0000:02:02.0: PCI bridge to [bus 39]
[30392.313774] pci 0000:02:02.0: bridge window [io 0x3000-0x3fff]
[30392.313784] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[30392.313800] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[30392.313806] pci 0000:01:00.0: bridge window [io 0x2000-0x3fff]
[30392.313816] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[30392.313823] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[30392.329700] pcieport 0000:01:00.0: enabling device (0006 -> 0007)
[30392.386979] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[30392.428534] pcieport 0000:02:02.0: enabling device (0006 -> 0007)
[30392.463635] pci 0000:39:00.0: quirk_usb_early_handoff+0x0/0xa80 took 21151 usecs
[30392.465147] xhci_hcd 0000:39:00.0: xHCI Host Controller
[30392.465224] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[30392.466796] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[30392.482792] xhci_hcd 0000:39:00.0: xHCI Host Controller
[30392.482857] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[30392.482895] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[30392.483869] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[30392.483886] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[30392.483892] usb usb3: Product: xHCI Host Controller
[30392.483897] usb usb3: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[30392.483901] usb usb3: SerialNumber: 0000:39:00.0
[30392.510804] hub 3-0:1.0: USB hub found
[30392.511037] hub 3-0:1.0: 2 ports detected
[30392.731446] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[30392.731463] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[30392.731471] usb usb4: Product: xHCI Host Controller
[30392.731478] usb usb4: Manufacturer: Linux 6.9.0-rc1+ xhci-hcd
[30392.731484] usb usb4: SerialNumber: 0000:39:00.0
[30392.762358] hub 4-0:1.0: USB hub found
[30392.763972] hub 4-0:1.0: 2 ports detected
[30392.998705] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[30393.157247] usb 3-1: New USB device found, idVendor=2109, idProduct=2820, bcdDevice= 9.f3
[30393.157263] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[30393.157269] usb 3-1: Product: USB2.0 Hub
[30393.157274] usb 3-1: Manufacturer: VIA Labs, Inc.
[30393.251075] pci_bus 0000:02: Allocating resources
[30393.251112] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[30393.251143] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[30393.251150] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[30393.251174] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[30393.251180] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[30393.269933] hub 3-1:1.0: USB hub found
[30393.270250] hub 3-1:1.0: 5 ports detected
[30393.491501] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[30393.522139] usb 4-1: New USB device found, idVendor=2109, idProduct=0820, bcdDevice= 9.f3
[30393.522154] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[30393.522160] usb 4-1: Product: USB3.1 Hub
[30393.522166] usb 4-1: Manufacturer: VIA Labs, Inc.
[30393.602154] hub 4-1:1.0: USB hub found
[30393.602804] hub 4-1:1.0: 4 ports detected
[30394.066707] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
[30394.227279] usb 3-1.1: New USB device found, idVendor=06c4, idProduct=c412, bcdDevice= 0.01
[30394.227296] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[30394.227302] usb 3-1.1: Product: DELL DA300
[30394.227307] usb 3-1.1: Manufacturer: Bizlink
[30394.227312] usb 3-1.1: SerialNumber: MCU Ver0001
[30394.253078] hid-generic 0003:06C4:C412.000E: hiddev1,hidraw2: USB HID v1.11 Device [Bizlink DELL DA300] on usb-0000:39:00.0-1.1/input0
[30395.035087] PM: suspend exit
[30395.037148] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[30395.037169] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[30395.083159] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[30395.104903] usb 4-1.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[30395.104919] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[30395.104925] usb 4-1.2: Product: USB 10/100/1000 LAN
[30395.104929] usb 4-1.2: Manufacturer: Realtek
[30395.104934] usb 4-1.2: SerialNumber: 001000001
[30395.406335] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[30395.438872] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[30395.585102] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[30395.628451] r8152 4-1.2:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[30395.656396] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[30395.804145] r8152 4-1.2:1.0 eth0: v1.12.13
[30396.217513] Process accounting resumed
[30396.947610] r8152 4-1.2:1.0 enx18dbf22dccf3: renamed from eth0
[30399.147718] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[32634.602575] perf: interrupt took too long (10041 > 10036), lowering kernel.perf_event_max_sample_rate to 19750
[32864.263446] PM: suspend entry (deep)
[32864.269655] Filesystems sync: 0.006 seconds
[32864.273330] Freezing user space processes
[32864.276985] Freezing user space processes completed (elapsed 0.003 seconds)
[32864.276993] OOM killer disabled.
[32864.276995] Freezing remaining freezable tasks
[32864.278628] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[32864.278714] printk: Suspending console(s) (use no_console_suspend to debug)
[32864.921197] ACPI: EC: interrupt blocked
[32864.969842] ACPI: PM: Preparing to enter system sleep state S3
[32865.052738] ACPI: EC: event blocked
[32865.052742] ACPI: EC: EC stopped
[32865.052743] ACPI: PM: Saving platform NVS memory
[32865.054741] Disabling non-boot CPUs ...
[32865.057617] smpboot: CPU 1 is now offline
[32865.061180] smpboot: CPU 2 is now offline
[32865.064144] smpboot: CPU 3 is now offline
[32865.071913] ACPI: PM: Low-level resume complete
[32865.071961] ACPI: EC: EC started
[32865.071963] ACPI: PM: Restoring platform NVS memory
[32865.074286] Enabling non-boot CPUs ...
[32865.074414] smpboot: Booting Node 0 Processor 1 APIC 0x2
[32865.076302] CPU1 is up
[32865.076422] smpboot: Booting Node 0 Processor 2 APIC 0x1
[32865.078507] CPU2 is up
[32865.078610] smpboot: Booting Node 0 Processor 3 APIC 0x3
[32865.080630] CPU3 is up
[32865.085654] ACPI: PM: Waking up from system sleep state S3
[32865.892480] ACPI: EC: interrupt unblocked
[32865.923419] ACPI: EC: event unblocked
[32865.926327] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[32865.926341] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[32865.926350] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[32865.931278] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[32865.931290] usb usb3: root hub lost power or was reset
[32865.931295] usb usb4: root hub lost power or was reset
[32865.942475] nvme nvme0: 4/0/0 default/read/poll queues
[32866.258092] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[32866.258443] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[32866.534227] usb 4-1: reset SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[32866.534776] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[32866.810064] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[32867.157847] usb 3-1.1: reset full-speed USB device number 3 using xhci_hcd
[32868.162060] r8152-cfgselector 4-1.2: reset SuperSpeed USB device number 3 using xhci_hcd
[32868.191865] r8152 4-1.2:1.0: skip request firmware
[32868.192190] r8152 4-1.2:1.0 enx18dbf22dccf3: Using pass-thru MAC addr 18:db:f2:2d:cc:f3
[32868.194875] r8152 4-1.2:1.0: load rtl8153b-2 v2 04/27/23 successfully
[32868.239585] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[32868.243842] OOM killer enabled.
[32868.243846] Restarting tasks ... done.
[32868.250103] random: crng reseeded on system resumption
[32868.284274] pci_bus 0000:02: Allocating resources
[32868.284319] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[32868.284350] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[32868.284363] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[32868.284389] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[32868.284394] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[32868.288887] pci_bus 0000:02: Allocating resources
[32868.296435] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[32868.296472] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[32868.296478] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[32868.296497] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[32868.296503] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[32869.301632] PM: suspend exit
[32869.303485] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[32869.515563] Process accounting resumed
[32871.670325] r8152 4-1.2:1.0 enx18dbf22dccf3: carrier on
[32898.837686] usb 1-1: new full-speed USB device number 10 using xhci_hcd
[32898.993183] usb 1-1: New USB device found, idVendor=1395, idProduct=0025, bcdDevice= 1.00
[32898.993229] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[32898.993253] usb 1-1: Product: Sennheiser USB headset
[32898.993273] usb 1-1: Manufacturer: Sennheiser Communications
[32899.053313] input: Sennheiser Communications Sennheiser USB headset as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1395:0025.000F/input/input53
[32899.116289] hid-generic 0003:1395:0025.000F: input,hidraw3: USB HID v1.00 Device [Sennheiser Communications Sennheiser USB headset] on usb-0000:00:14.0-1/input3
[34117.149740] usb 1-1: USB disconnect, device number 10
[34117.151896] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 1 comp_code 1
[34117.151938] xhci_hcd 0000:00:14.0: Looking for event-dma 0000000128897080 trb-start 0000000128897090 trb-end 0000000128897090 seg-start 0000000128897000 seg-end 0000000128897ff0
[34117.152051] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 1 comp_code 1
[34117.152076] xhci_hcd 0000:00:14.0: Looking for event-dma 0000000128897090 trb-start 00000001288970a0 trb-end 00000001288970a0 seg-start 0000000128897000 seg-end 0000000128897ff0
[34117.153887] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 1 comp_code 1
[34117.153915] xhci_hcd 0000:00:14.0: Looking for event-dma 00000001288970a0 trb-start 00000001288970b0 trb-end 00000001288970b0 seg-start 0000000128897000 seg-end 0000000128897ff0
[34117.153942] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 1 comp_code 1
[34117.153961] xhci_hcd 0000:00:14.0: Looking for event-dma 00000001288970b0 trb-start 00000001288970c0 trb-end 00000001288970c0 seg-start 0000000128897000 seg-end 0000000128897ff0
[34121.210186] usb 1-1: new full-speed USB device number 11 using xhci_hcd
[34121.364743] usb 1-1: New USB device found, idVendor=1395, idProduct=0025, bcdDevice= 1.00
[34121.364767] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[34121.364779] usb 1-1: Product: Sennheiser USB headset
[34121.364790] usb 1-1: Manufacturer: Sennheiser Communications
[34121.480381] input: Sennheiser Communications Sennheiser USB headset as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:1395:0025.0010/input/input54
[34121.544824] hid-generic 0003:1395:0025.0010: input,hidraw3: USB HID v1.00 Device [Sennheiser Communications Sennheiser USB headset] on usb-0000:00:14.0-1/input3