You are not logged in.
I come from a custom compiled 6.2 kernel, the changes I made are listed below, the only reason was enabling the AMD P-State EPP driver in 6.2 already. Last week I tried switching to the official 6.3.9 from the arch repositories, however that one leads to a udev-worker with freezes and ends up in the
uninterruptible sleep [D]state. This prevents shutting down/hibernation/sleep state and anything else that requires all processes to stop.
I appreciate any hint on what might be the issue.
Here is the journal from booting with 6.3.9:
Jun 25 19:54:20 felix-z13 kernel: Linux version 6.3.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000
Jun 25 19:54:20 felix-z13 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=96332862-15a4-485d-bb64-d5839393200e rw loglevel=3 quiet amd_pstate=active
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Jun 25 19:54:20 felix-z13 kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jun 25 19:54:20 felix-z13 kernel: signal: max sigframe size: 3376
Jun 25 19:54:20 felix-z13 kernel: BIOS-provided physical RAM map:
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009dc0fff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000009dc1000-0x0000000009efffff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f27fff] ACPI NVS
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000009f28000-0x000000007097cfff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x000000007097d000-0x0000000070b7cfff] type 20
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000070b7d000-0x000000007657cfff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x000000007657d000-0x000000007757cfff] ACPI NVS
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x000000007757d000-0x00000000775fcfff] ACPI data
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x00000000775fd000-0x00000000775fefff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x00000000775ff000-0x00000000775fffff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000077600000-0x0000000077b56fff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000077b57000-0x0000000077b66fff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000077b67000-0x0000000079ffcfff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000079ffd000-0x000000007bffffff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x000000007ce00000-0x000000007fffffff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000085e2fffff] usable
Jun 25 19:54:20 felix-z13 kernel: BIOS-e820: [mem 0x000000085f340000-0x00000008a01fffff] reserved
Jun 25 19:54:20 felix-z13 kernel: NX (Execute Disable) protection: active
Jun 25 19:54:20 felix-z13 kernel: efi: EFI v2.7 by Lenovo
Jun 25 19:54:20 felix-z13 kernel: efi: ACPI=0x775fc000 ACPI 2.0=0x775fc014 SMBIOS=0x73445000 SMBIOS 3.0=0x73438000 TPMFinalLog=0x77551000 MEMATTR=0x6bfee018 ESRT=0x6bfc5e98
Jun 25 19:54:20 felix-z13 kernel: efi: Remove mem64: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
Jun 25 19:54:20 felix-z13 kernel: e820: remove [mem 0xfde00000-0xfdefffff] reserved
Jun 25 19:54:20 felix-z13 kernel: efi: Not removing mem65: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
Jun 25 19:54:20 felix-z13 kernel: efi: Remove mem67: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
Jun 25 19:54:20 felix-z13 kernel: e820: remove [mem 0x880000000-0x8a01fffff] reserved
Jun 25 19:54:20 felix-z13 kernel: SMBIOS 3.3.0 present.
Jun 25 19:54:20 felix-z13 kernel: DMI: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:20 felix-z13 kernel: tsc: Fast TSC calibration using PIT
Jun 25 19:54:20 felix-z13 kernel: tsc: Detected 2694.954 MHz processor
Jun 25 19:54:20 felix-z13 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 25 19:54:20 felix-z13 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 25 19:54:20 felix-z13 kernel: last_pfn = 0x85e300 max_arch_pfn = 0x400000000
Jun 25 19:54:20 felix-z13 kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jun 25 19:54:20 felix-z13 kernel: last_pfn = 0x79ffd max_arch_pfn = 0x400000000
Jun 25 19:54:20 felix-z13 kernel: esrt: Reserving ESRT space from 0x000000006bfc5e98 to 0x000000006bfc5fe8.
Jun 25 19:54:20 felix-z13 kernel: e820: update [mem 0x6bfc5000-0x6bfc5fff] usable ==> reserved
Jun 25 19:54:20 felix-z13 kernel: Using GB pages for direct mapping
Jun 25 19:54:20 felix-z13 kernel: Secure boot disabled
Jun 25 19:54:20 felix-z13 kernel: RAMDISK: [mem 0x34047000-0x3601afff]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Early table checksum verification disabled
Jun 25 19:54:20 felix-z13 kernel: ACPI: RSDP 0x00000000775FC014 000024 (v02 LENOVO)
Jun 25 19:54:20 felix-z13 kernel: ACPI: XSDT 0x00000000775FB228 00017C (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: FACP 0x0000000071183000 000114 (v06 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: DSDT 0x0000000071166000 016797 (v01 LENOVO TP-N3G 00001270 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: FACS 0x000000007754C000 000040
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007349A000 00071F (v01 LENOVO UsbCTabl 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007344B000 007DED (v02 LENOVO TP-N3G 00000002 MSFT 04000000)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007344A000 000586 (v01 LENOVO ACDC 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000073449000 0001D8 (v01 LENOVO STD3 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007339D000 000632 (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: TPM2 0x000000007339C000 000034 (v03 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: POAT 0x000000007339B000 000055 (v03 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: BATB 0x0000000073385000 00004A (v02 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: HPET 0x0000000071182000 000038 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: ECDT 0x0000000071181000 000054 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: APIC 0x0000000071180000 00014C (v02 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: MCFG 0x000000007117F000 00003C (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SBST 0x000000007117E000 000030 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: WSMT 0x000000007117D000 000028 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071165000 0000BA (v02 LENOVO PID0Ssdt 00000010 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007115F000 005354 (v02 LENOVO TP-N3G 00000001 AMD 00000001)
Jun 25 19:54:20 felix-z13 kernel: ACPI: CRAT 0x000000007115E000 000EC0 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: CDIT 0x000000007115D000 000029 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: VFCT 0x0000000071152000 00AE84 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: FPDT 0x0000000071151000 000034 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000073387000 0000D3 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071129000 00126E (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071128000 000690 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071126000 0015C7 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071124000 001602 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x000000007111B000 008260 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: BGRT 0x000000007111A000 000038 (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071119000 0007B3 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071118000 000879 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071117000 000652 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071116000 000058 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071114000 001D96 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071113000 0007A7 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071109000 0094A5 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071104000 004F66 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071103000 000D83 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071102000 00082D (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: UEFI 0x000000007754B000 00009E (v01 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000071101000 000052 (v01 LENOVO DRTM 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: IVRS 0x0000000071100000 0001E4 (v02 LENOVO TP-N3G 00001270 PTEC 00000002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000073499000 000090 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: SSDT 0x0000000073497000 001322 (v01 LENOVO TP-N3G 00000001 INTL 20180313)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving FACP table memory at [mem 0x71183000-0x71183113]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving DSDT table memory at [mem 0x71166000-0x7117c796]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving FACS table memory at [mem 0x7754c000-0x7754c03f]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7349a000-0x7349a71e]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7344b000-0x73452dec]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7344a000-0x7344a585]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x73449000-0x734491d7]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7339d000-0x7339d631]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving TPM2 table memory at [mem 0x7339c000-0x7339c033]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving POAT table memory at [mem 0x7339b000-0x7339b054]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving BATB table memory at [mem 0x73385000-0x73385049]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving HPET table memory at [mem 0x71182000-0x71182037]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving ECDT table memory at [mem 0x71181000-0x71181053]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving APIC table memory at [mem 0x71180000-0x7118014b]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving MCFG table memory at [mem 0x7117f000-0x7117f03b]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SBST table memory at [mem 0x7117e000-0x7117e02f]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving WSMT table memory at [mem 0x7117d000-0x7117d027]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71165000-0x711650b9]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7115f000-0x71164353]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving CRAT table memory at [mem 0x7115e000-0x7115eebf]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving CDIT table memory at [mem 0x7115d000-0x7115d028]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving VFCT table memory at [mem 0x71152000-0x7115ce83]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving FPDT table memory at [mem 0x71151000-0x71151033]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x73387000-0x733870d2]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71129000-0x7112a26d]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71128000-0x7112868f]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71126000-0x711275c6]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71124000-0x71125601]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x7111b000-0x7112325f]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving BGRT table memory at [mem 0x7111a000-0x7111a037]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71119000-0x711197b2]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71118000-0x71118878]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71117000-0x71117651]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71116000-0x71116057]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71114000-0x71115d95]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71113000-0x711137a6]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71109000-0x711124a4]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71104000-0x71108f65]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71103000-0x71103d82]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71102000-0x7110282c]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving UEFI table memory at [mem 0x7754b000-0x7754b09d]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x71101000-0x71101051]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving IVRS table memory at [mem 0x71100000-0x711001e3]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x73499000-0x7349908f]
Jun 25 19:54:20 felix-z13 kernel: ACPI: Reserving SSDT table memory at [mem 0x73497000-0x73498321]
Jun 25 19:54:20 felix-z13 kernel: No NUMA configuration found
Jun 25 19:54:20 felix-z13 kernel: Faking a node at [mem 0x0000000000000000-0x000000085e2fffff]
Jun 25 19:54:20 felix-z13 kernel: NODE_DATA(0) allocated [mem 0x85e2fb000-0x85e2fffff]
Jun 25 19:54:20 felix-z13 kernel: Zone ranges:
Jun 25 19:54:20 felix-z13 kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jun 25 19:54:20 felix-z13 kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jun 25 19:54:20 felix-z13 kernel: Normal [mem 0x0000000100000000-0x000000085e2fffff]
Jun 25 19:54:20 felix-z13 kernel: Device empty
Jun 25 19:54:20 felix-z13 kernel: Movable zone start for each node
Jun 25 19:54:20 felix-z13 kernel: Early memory node ranges
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000000100000-0x0000000009bfffff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000009dc1000-0x0000000009efffff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000009f28000-0x000000007097cfff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x00000000775fd000-0x00000000775fefff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000077600000-0x0000000077b56fff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000077b67000-0x0000000079ffcfff]
Jun 25 19:54:20 felix-z13 kernel: node 0: [mem 0x0000000100000000-0x000000085e2fffff]
Jun 25 19:54:20 felix-z13 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000085e2fffff]
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA32: 449 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA32: 40 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA32: 27776 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone Normal: 24579 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Jun 25 19:54:20 felix-z13 kernel: ACPI: PM-Timer IO Port: 0x408
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jun 25 19:54:20 felix-z13 kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Jun 25 19:54:20 felix-z13 kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Jun 25 19:54:20 felix-z13 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
Jun 25 19:54:20 felix-z13 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 12 global_irq 12 low edge)
Jun 25 19:54:20 felix-z13 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 25 19:54:20 felix-z13 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 25 19:54:20 felix-z13 kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Jun 25 19:54:20 felix-z13 kernel: e820: update [mem 0x6b890000-0x6b920fff] usable ==> reserved
Jun 25 19:54:20 felix-z13 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09dc0fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f27fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x6b890000-0x6b920fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x6bfc5000-0x6bfc5fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x7097d000-0x70b7cfff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x70b7d000-0x7657cfff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x7657d000-0x7757cfff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x7757d000-0x775fcfff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x775ff000-0x775fffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x77b57000-0x77b66fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x79ffd000-0x7bffffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x7ce00000-0x7fffffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfed7ffff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Jun 25 19:54:20 felix-z13 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
Jun 25 19:54:20 felix-z13 kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
Jun 25 19:54:20 felix-z13 kernel: Booting paravirtualized kernel on bare hardware
Jun 25 19:54:20 felix-z13 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 25 19:54:20 felix-z13 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jun 25 19:54:20 felix-z13 kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jun 25 19:54:20 felix-z13 kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jun 25 19:54:20 felix-z13 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Jun 25 19:54:20 felix-z13 kernel: Fallback order for Node 0: 0
Jun 25 19:54:20 felix-z13 kernel: Built 1 zonelists, mobility grouping on. Total pages: 8068912
Jun 25 19:54:20 felix-z13 kernel: Policy zone: Normal
Jun 25 19:54:20 felix-z13 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=96332862-15a4-485d-bb64-d5839393200e rw loglevel=3 quiet amd_pstate=active
Jun 25 19:54:20 felix-z13 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 25 19:54:20 felix-z13 kernel: random: crng init done
Jun 25 19:54:20 felix-z13 kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 25 19:54:20 felix-z13 kernel: software IO TLB: area num 16.
Jun 25 19:54:20 felix-z13 kernel: Memory: 31992192K/32788616K available (16384K kernel code, 2107K rwdata, 12660K rodata, 3324K init, 4000K bss, 796164K reserved, 0K cma-reserved)
Jun 25 19:54:20 felix-z13 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jun 25 19:54:20 felix-z13 kernel: ftrace: allocating 47302 entries in 185 pages
Jun 25 19:54:20 felix-z13 kernel: ftrace: allocated 185 pages with 5 groups
Jun 25 19:54:20 felix-z13 kernel: Dynamic Preempt: full
Jun 25 19:54:20 felix-z13 kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 25 19:54:20 felix-z13 kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jun 25 19:54:20 felix-z13 kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jun 25 19:54:20 felix-z13 kernel: Trampoline variant of Tasks RCU enabled.
Jun 25 19:54:20 felix-z13 kernel: Rude variant of Tasks RCU enabled.
Jun 25 19:54:20 felix-z13 kernel: Tracing variant of Tasks RCU enabled.
Jun 25 19:54:20 felix-z13 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 25 19:54:20 felix-z13 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jun 25 19:54:20 felix-z13 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jun 25 19:54:20 felix-z13 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 25 19:54:20 felix-z13 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 25 19:54:20 felix-z13 kernel: Console: colour dummy device 80x25
Jun 25 19:54:20 felix-z13 kernel: printk: console [tty0] enabled
Jun 25 19:54:20 felix-z13 kernel: ACPI: Core revision 20221020
Jun 25 19:54:20 felix-z13 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jun 25 19:54:20 felix-z13 kernel: APIC: Switch to symmetric I/O mode setup
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
Jun 25 19:54:20 felix-z13 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jun 25 19:54:20 felix-z13 kernel: Switched APIC routing to physical flat.
Jun 25 19:54:20 felix-z13 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 25 19:54:20 felix-z13 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26d89ffdebf, max_idle_ns: 440795342605 ns
Jun 25 19:54:20 felix-z13 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5392.48 BogoMIPS (lpj=8983180)
Jun 25 19:54:20 felix-z13 kernel: pid_max: default: 32768 minimum: 301
Jun 25 19:54:20 felix-z13 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
Jun 25 19:54:20 felix-z13 kernel: landlock: Up and running.
Jun 25 19:54:20 felix-z13 kernel: Yama: becoming mindful.
Jun 25 19:54:20 felix-z13 kernel: LSM support for eBPF active
Jun 25 19:54:20 felix-z13 kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 25 19:54:20 felix-z13 kernel: LVT offset 1 assigned for vector 0xf9
Jun 25 19:54:20 felix-z13 kernel: LVT offset 2 assigned for vector 0xf4
Jun 25 19:54:20 felix-z13 kernel: process: using mwait in idle threads
Jun 25 19:54:20 felix-z13 kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jun 25 19:54:20 felix-z13 kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jun 25 19:54:20 felix-z13 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : Mitigation: Retpolines
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jun 25 19:54:20 felix-z13 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 25 19:54:20 felix-z13 kernel: Freeing SMP alternatives memory: 40K
Jun 25 19:54:20 felix-z13 kernel: smpboot: CPU0: AMD Ryzen 7 PRO 6850U with Radeon Graphics (family: 0x19, model: 0x44, stepping: 0x1)
Jun 25 19:54:20 felix-z13 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jun 25 19:54:20 felix-z13 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 25 19:54:20 felix-z13 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 25 19:54:20 felix-z13 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 25 19:54:20 felix-z13 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jun 25 19:54:20 felix-z13 kernel: ... version: 0
Jun 25 19:54:20 felix-z13 kernel: ... bit width: 48
Jun 25 19:54:20 felix-z13 kernel: ... generic registers: 6
Jun 25 19:54:20 felix-z13 kernel: ... value mask: 0000ffffffffffff
Jun 25 19:54:20 felix-z13 kernel: ... max period: 00007fffffffffff
Jun 25 19:54:20 felix-z13 kernel: ... fixed-purpose events: 0
Jun 25 19:54:20 felix-z13 kernel: ... event mask: 000000000000003f
Jun 25 19:54:20 felix-z13 kernel: rcu: Hierarchical SRCU implementation.
Jun 25 19:54:20 felix-z13 kernel: rcu: Max phase no-delay instances is 1000.
Jun 25 19:54:20 felix-z13 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 25 19:54:20 felix-z13 kernel: smp: Bringing up secondary CPUs ...
Jun 25 19:54:20 felix-z13 kernel: x86: Booting SMP configuration:
Jun 25 19:54:20 felix-z13 kernel: .... node #0, CPUs: #1
Jun 25 19:54:20 felix-z13 kernel: TSC synchronization [CPU#0 -> CPU#1]:
Jun 25 19:54:20 felix-z13 kernel: Measured 2960825319 cycles TSC warp between CPUs, turning off TSC clock.
Jun 25 19:54:20 felix-z13 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Jun 25 19:54:20 felix-z13 kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jun 25 19:54:20 felix-z13 kernel: #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Jun 25 19:54:20 felix-z13 kernel: smp: Brought up 1 node, 16 CPUs
Jun 25 19:54:20 felix-z13 kernel: smpboot: Max logical packages: 1
Jun 25 19:54:20 felix-z13 kernel: smpboot: Total of 16 processors activated (86273.80 BogoMIPS)
Jun 25 19:54:20 felix-z13 kernel: devtmpfs: initialized
Jun 25 19:54:20 felix-z13 kernel: x86/mm: Memory block size: 128MB
Jun 25 19:54:20 felix-z13 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f27fff] (163840 bytes)
Jun 25 19:54:20 felix-z13 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7657d000-0x7757cfff] (16777216 bytes)
Jun 25 19:54:20 felix-z13 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 25 19:54:20 felix-z13 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: pinctrl core: initialized pinctrl subsystem
Jun 25 19:54:20 felix-z13 kernel: PM: RTC time: 17:54:16, date: 2023-06-25
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 25 19:54:20 felix-z13 kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jun 25 19:54:20 felix-z13 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 25 19:54:20 felix-z13 kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 25 19:54:20 felix-z13 kernel: audit: initializing netlink subsys (disabled)
Jun 25 19:54:20 felix-z13 kernel: audit: type=2000 audit(1687715656.156:1): state=initialized audit_enabled=0 res=1
Jun 25 19:54:20 felix-z13 kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 25 19:54:20 felix-z13 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 25 19:54:20 felix-z13 kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 25 19:54:20 felix-z13 kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 25 19:54:20 felix-z13 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 25 19:54:20 felix-z13 kernel: cpuidle: using governor ladder
Jun 25 19:54:20 felix-z13 kernel: cpuidle: using governor menu
Jun 25 19:54:20 felix-z13 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 25 19:54:20 felix-z13 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 25 19:54:20 felix-z13 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun 25 19:54:20 felix-z13 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as E820 entry
Jun 25 19:54:20 felix-z13 kernel: PCI: Using configuration type 1 for base access
Jun 25 19:54:20 felix-z13 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 25 19:54:20 felix-z13 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 25 19:54:20 felix-z13 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 25 19:54:20 felix-z13 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 25 19:54:20 felix-z13 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 25 19:54:20 felix-z13 kernel: ACPI: Added _OSI(Module Device)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Added _OSI(Processor Device)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 25 19:54:20 felix-z13 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0.PSTA], AE_ALREADY_EXISTS (20221020/dswload2-326)
Jun 25 19:54:20 felix-z13 kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jun 25 19:54:20 felix-z13 kernel: ACPI: 27 ACPI AML tables successfully acquired and loaded
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: EC started
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: interrupt blocked
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 25 19:54:20 felix-z13 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 25 19:54:20 felix-z13 kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Jun 25 19:54:20 felix-z13 kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Jun 25 19:54:20 felix-z13 kernel: ACPI: Interpreter enabled
Jun 25 19:54:20 felix-z13 kernel: ACPI: PM: (supports S0 S4 S5)
Jun 25 19:54:20 felix-z13 kernel: ACPI: Using IOAPIC for interrupt routing
Jun 25 19:54:20 felix-z13 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 25 19:54:20 felix-z13 kernel: PCI: Using E820 reservations for host bridge windows
Jun 25 19:54:20 felix-z13 kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GPP1.WLAN.WRST: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GPP2.P0WW: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.VGA_.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.ACP_.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.AZAL.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.HDAU.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.XHC0.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.XHC1.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.HS01.WWPR: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.HS02.BTRT: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.HS03.PRT3.WWPR: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP18.SATA.P0S0: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP18.SATA.P3S0: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP19.XHC2.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PRWL: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PRWB: New power resource
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 25 19:54:20 felix-z13 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 25 19:54:20 felix-z13 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Jun 25 19:54:20 felix-z13 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Jun 25 19:54:20 felix-z13 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 25 19:54:20 felix-z13 kernel: PCI host bridge to bus 0000:00
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfdbfffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [mem 0x880000000-0xffffffffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.0: [1022:14b5] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.2: [1022:14b6] type 00 class 0x080600
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.0: [1022:14b7] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: [1022:14ba] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.0: [1022:14b7] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: [1022:14ba] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.0: [1022:14b7] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: [1022:14cd] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.0: [1022:14b7] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: [1022:14cd] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.0: [1022:14b7] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: [1022:14b9] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: [1022:14b9] type 01 class 0x060400
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.0: [1022:1679] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.1: [1022:167a] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.2: [1022:167b] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.3: [1022:167c] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.4: [1022:167d] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.5: [1022:167e] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.6: [1022:167f] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.7: [1022:1680] type 00 class 0x060000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:01:00.0: [17cb:1103] type 00 class 0x028000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xb01fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.2 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: bridge window [mem 0xb0000000-0xb01fffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:02:00.0: [15b7:5016] type 00 class 0x010802
Jun 25 19:54:20 felix-z13 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xb0b00000-0xb0b03fff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: PCI bridge to [bus 02]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: bridge window [mem 0xb0b00000-0xb0bfffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: PCI bridge to [bus 03-32]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [io 0x4000-0x5fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [mem 0x98000000-0xafffffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [mem 0x8e0000000-0x907ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: PCI bridge to [bus 33-62]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [io 0x2000-0x3fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [mem 0x80000000-0x97ffffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [mem 0x8b0000000-0x8d7ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: [1002:1681] type 00 class 0x030000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: reg 0x10: [mem 0x910000000-0x91fffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: reg 0x18: [mem 0x920000000-0x9201fffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: reg 0x20: [io 0x1000-0x10ff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: reg 0x24: [mem 0xb0a00000-0xb0a7ffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: BAR 0: assigned to efifb
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: PME# supported from D1 D2 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: [1002:1640] type 00 class 0x040300
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: reg 0x10: [mem 0xb0ac8000-0xb0acbfff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: PME# supported from D1 D2 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.2: [1022:1649] type 00 class 0x108000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.2: reg 0x18: [mem 0xb0900000-0xb09fffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.2: reg 0x24: [mem 0xb0ace000-0xb0acffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.2: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.3: [1022:161d] type 00 class 0x0c0330
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.3: reg 0x10: [mem 0xb0600000-0xb06fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.3: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.3: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.4: [1022:161e] type 00 class 0x0c0330
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.4: reg 0x10: [mem 0xb0700000-0xb07fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.4: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.4: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.5: [1022:15e2] type 00 class 0x048000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.5: reg 0x10: [mem 0xb0a80000-0xb0abffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.5: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.5: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.6: [1022:15e3] type 00 class 0x040300
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.6: reg 0x10: [mem 0xb0ac0000-0xb0ac7fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.6: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.6: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.7: [1022:15e4] type 00 class 0x118000
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.7: reg 0x18: [mem 0xb0800000-0xb08fffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.7: reg 0x24: [mem 0xb0acc000-0xb0acdfff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.7: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: PCI bridge to [bus 63]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [mem 0xb0600000-0xb0afffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [mem 0x910000000-0x9201fffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.0: [1022:161f] type 00 class 0x0c0330
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.0: reg 0x10: [mem 0xb0200000-0xb02fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.0: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.0: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.3: [1022:15d6] type 00 class 0x0c0330
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.3: reg 0x10: [mem 0xb0300000-0xb03fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.3: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.3: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.4: [1022:15d7] type 00 class 0x0c0330
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.4: reg 0x10: [mem 0xb0400000-0xb04fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.4: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.4: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: [1022:162e] type 00 class 0x0c0340
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: reg 0x10: [mem 0x00000000-0x0007ffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: Max Payload Size set to 128 (was 256, max 256)
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: [1022:162f] type 00 class 0x0c0340
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: reg 0x10: [mem 0x00000000-0x0007ffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: Max Payload Size set to 128 (was 256, max 256)
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: enabling Extended Tags
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: PME# supported from D0 D3hot D3cold
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: PCI bridge to [bus 64]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: bridge window [mem 0xb0200000-0xb05fffff]
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 25 19:54:20 felix-z13 kernel: Low-power S0 idle used by default for system suspend
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: interrupt unblocked
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: event unblocked
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 25 19:54:20 felix-z13 kernel: ACPI: EC: GPE=0x7
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot ECDT EC initialization complete
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Jun 25 19:54:20 felix-z13 kernel: iommu: Default domain type: Translated
Jun 25 19:54:20 felix-z13 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 25 19:54:20 felix-z13 kernel: SCSI subsystem initialized
Jun 25 19:54:20 felix-z13 kernel: libata version 3.00 loaded.
Jun 25 19:54:20 felix-z13 kernel: ACPI: bus type USB registered
Jun 25 19:54:20 felix-z13 kernel: usbcore: registered new interface driver usbfs
Jun 25 19:54:20 felix-z13 kernel: usbcore: registered new interface driver hub
Jun 25 19:54:20 felix-z13 kernel: usbcore: registered new device driver usb
Jun 25 19:54:20 felix-z13 kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 25 19:54:20 felix-z13 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 25 19:54:20 felix-z13 kernel: PTP clock support registered
Jun 25 19:54:20 felix-z13 kernel: EDAC MC: Ver: 3.0.0
Jun 25 19:54:20 felix-z13 kernel: efivars: Registered efivars operations
Jun 25 19:54:20 felix-z13 kernel: NetLabel: Initializing
Jun 25 19:54:20 felix-z13 kernel: NetLabel: domain hash size = 128
Jun 25 19:54:20 felix-z13 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jun 25 19:54:20 felix-z13 kernel: NetLabel: unlabeled traffic allowed by default
Jun 25 19:54:20 felix-z13 kernel: mctp: management component transport protocol core
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_MCTP protocol family
Jun 25 19:54:20 felix-z13 kernel: PCI: Using ACPI for IRQ routing
Jun 25 19:54:20 felix-z13 kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x6b890000-0x6bffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x6bfc5000-0x6bffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x7097d000-0x73ffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x775ff000-0x77ffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x77b57000-0x77ffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x79ffd000-0x7bffffff]
Jun 25 19:54:20 felix-z13 kernel: e820: reserve RAM buffer [mem 0x85e300000-0x85fffffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: vgaarb: setting as boot VGA device
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: vgaarb: bridge control possible
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 25 19:54:20 felix-z13 kernel: vgaarb: loaded
Jun 25 19:54:20 felix-z13 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jun 25 19:54:20 felix-z13 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jun 25 19:54:20 felix-z13 kernel: clocksource: Switched to clocksource hpet
Jun 25 19:54:20 felix-z13 kernel: VFS: Disk quotas dquot_6.6.0
Jun 25 19:54:20 felix-z13 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 25 19:54:20 felix-z13 kernel: pnp: PnP ACPI init
Jun 25 19:54:20 felix-z13 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0400-0x04cf] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x04d6] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0c14] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0c50-0x0c52] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0c6c] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0c6f] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:04: [io 0x0cd0-0x0cdb] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0x00000000-0x01ffffff] could not be reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0xffffffe0-0xffffffff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0xfed61000-0xfed613ff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: system 00:05: [mem 0xfed80000-0xfed80fff] has been reserved
Jun 25 19:54:20 felix-z13 kernel: pnp: PnP ACPI: found 6 devices
Jun 25 19:54:20 felix-z13 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_INET protocol family
Jun 25 19:54:20 felix-z13 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jun 25 19:54:20 felix-z13 kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_XDP protocol family
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: bridge window [mem 0xb0000000-0xb01fffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: PCI bridge to [bus 02]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: bridge window [mem 0xb0b00000-0xb0bfffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: PCI bridge to [bus 03-32]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [io 0x4000-0x5fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [mem 0x98000000-0xafffffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: bridge window [mem 0x8e0000000-0x907ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: PCI bridge to [bus 33-62]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [io 0x2000-0x3fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [mem 0x80000000-0x97ffffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: bridge window [mem 0x8b0000000-0x8d7ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: PCI bridge to [bus 63]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [mem 0xb0600000-0xb0afffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: bridge window [mem 0x910000000-0x9201fffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: BAR 0: assigned [mem 0xb0500000-0xb057ffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: BAR 0: assigned [mem 0xb0580000-0xb05fffff 64bit]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: PCI bridge to [bus 64]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: bridge window [mem 0xb0200000-0xb05fffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000effff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 5 [mem 0x80000000-0xdfffffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 6 [mem 0xf0000000-0xfdbfffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 7 [mem 0x880000000-0xffffffffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 8 [io 0x0000-0x0cf7 window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:00: resource 9 [io 0x0d00-0xffff window]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb01fffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:02: resource 1 [mem 0xb0b00000-0xb0bfffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x5fff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:03: resource 1 [mem 0x98000000-0xafffffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:03: resource 2 [mem 0x8e0000000-0x907ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:33: resource 0 [io 0x2000-0x3fff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:33: resource 1 [mem 0x80000000-0x97ffffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:33: resource 2 [mem 0x8b0000000-0x8d7ffffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:63: resource 0 [io 0x1000-0x1fff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:63: resource 1 [mem 0xb0600000-0xb0afffff]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:63: resource 2 [mem 0x910000000-0x9201fffff 64bit pref]
Jun 25 19:54:20 felix-z13 kernel: pci_bus 0000:64: resource 1 [mem 0xb0200000-0xb05fffff]
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: D0 power state depends on 0000:63:00.0
Jun 25 19:54:20 felix-z13 kernel: PCI: CLS 32 bytes, default 64
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.0: Adding to iommu group 0
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:01.2: Adding to iommu group 1
Jun 25 19:54:20 felix-z13 kernel: Trying to unpack rootfs image as initramfs...
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.0: Adding to iommu group 2
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:02.4: Adding to iommu group 3
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.0: Adding to iommu group 4
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:03.1: Adding to iommu group 4
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.0: Adding to iommu group 5
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:04.1: Adding to iommu group 5
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.0: Adding to iommu group 6
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.1: Adding to iommu group 7
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:08.3: Adding to iommu group 8
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:14.0: Adding to iommu group 9
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:14.3: Adding to iommu group 9
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.0: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.1: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.2: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.3: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.4: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.5: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.6: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:18.7: Adding to iommu group 10
Jun 25 19:54:20 felix-z13 kernel: pci 0000:01:00.0: Adding to iommu group 11
Jun 25 19:54:20 felix-z13 kernel: pci 0000:02:00.0: Adding to iommu group 12
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.0: Adding to iommu group 13
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.1: Adding to iommu group 14
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.2: Adding to iommu group 15
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.3: Adding to iommu group 16
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.4: Adding to iommu group 17
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.5: Adding to iommu group 18
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.6: Adding to iommu group 19
Jun 25 19:54:20 felix-z13 kernel: pci 0000:63:00.7: Adding to iommu group 20
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.0: Adding to iommu group 21
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.3: Adding to iommu group 22
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.4: Adding to iommu group 23
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.5: Adding to iommu group 24
Jun 25 19:54:20 felix-z13 kernel: pci 0000:64:00.6: Adding to iommu group 25
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.2: PCI INT A: not connected
Jun 25 19:54:20 felix-z13 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: Interrupt remapping enabled
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: Virtual APIC enabled
Jun 25 19:54:20 felix-z13 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 25 19:54:20 felix-z13 kernel: software IO TLB: mapped [mem 0x000000006698a000-0x000000006a98a000] (64MB)
Jun 25 19:54:20 felix-z13 kernel: LVT offset 0 assigned for vector 0x400
Jun 25 19:54:20 felix-z13 kernel: perf: AMD IBS detected (0x000003fd)
Jun 25 19:54:20 felix-z13 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jun 25 19:54:20 felix-z13 kernel: Initialise system trusted keyrings
Jun 25 19:54:20 felix-z13 kernel: Key type blacklist registered
Jun 25 19:54:20 felix-z13 kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jun 25 19:54:20 felix-z13 kernel: zbud: loaded
Jun 25 19:54:20 felix-z13 kernel: integrity: Platform Keyring initialized
Jun 25 19:54:20 felix-z13 kernel: integrity: Machine keyring initialized
Jun 25 19:54:20 felix-z13 kernel: Key type asymmetric registered
Jun 25 19:54:20 felix-z13 kernel: Asymmetric key parser 'x509' registered
Jun 25 19:54:20 felix-z13 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jun 25 19:54:20 felix-z13 kernel: io scheduler mq-deadline registered
Jun 25 19:54:20 felix-z13 kernel: io scheduler kyber registered
Jun 25 19:54:20 felix-z13 kernel: io scheduler bfq registered
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 35
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 36
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 37
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:04.1: PME: Signaling with IRQ 38
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:04.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 39
Jun 25 19:54:20 felix-z13 kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 40
Jun 25 19:54:20 felix-z13 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 25 19:54:20 felix-z13 kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jun 25 19:54:20 felix-z13 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jun 25 19:54:20 felix-z13 kernel: ACPI: button: Power Button [PWRB]
Jun 25 19:54:20 felix-z13 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Jun 25 19:54:20 felix-z13 kernel: ACPI: button: Lid Switch [LID]
Jun 25 19:54:20 felix-z13 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 25 19:54:20 felix-z13 kernel: ACPI: button: Sleep Button [SLPB]
Jun 25 19:54:20 felix-z13 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 25 19:54:20 felix-z13 kernel: ACPI: button: Power Button [PWRF]
Jun 25 19:54:20 felix-z13 kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1416
Jun 25 19:54:20 felix-z13 kernel: Monitor-Mwait will be used to enter C-1 state
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Jun 25 19:54:20 felix-z13 kernel: ACPI: thermal: [Firmware Bug]: Invalid critical threshold (0)
Jun 25 19:54:20 felix-z13 kernel: ACPI: thermal: [Firmware Bug]: No valid trip found
Jun 25 19:54:20 felix-z13 kernel: thermal LNXTHERM:01: registered as thermal_zone0
Jun 25 19:54:20 felix-z13 kernel: ACPI: thermal: Thermal Zone [TZ01] (20 C)
Jun 25 19:54:20 felix-z13 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 25 19:54:20 felix-z13 kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 25 19:54:20 felix-z13 kernel: Non-volatile memory driver v1.3
Jun 25 19:54:20 felix-z13 kernel: Linux agpgart interface v0.103
Jun 25 19:54:20 felix-z13 kernel: tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
Jun 25 19:54:20 felix-z13 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Jun 25 19:54:20 felix-z13 kernel: ACPI: bus type drm_connector registered
Jun 25 19:54:20 felix-z13 kernel: usbcore: registered new interface driver usbserial_generic
Jun 25 19:54:20 felix-z13 kernel: usbserial: USB Serial support registered for generic
Jun 25 19:54:20 felix-z13 kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 25 19:54:20 felix-z13 kernel: rtc_cmos 00:01: registered as rtc0
Jun 25 19:54:20 felix-z13 kernel: rtc_cmos 00:01: setting system clock to 2023-06-25T17:54:17 UTC (1687715657)
Jun 25 19:54:20 felix-z13 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jun 25 19:54:20 felix-z13 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 25 19:54:20 felix-z13 kernel: efifb: probing for efifb
Jun 25 19:54:20 felix-z13 kernel: efifb: showing boot graphics
Jun 25 19:54:20 felix-z13 kernel: efifb: framebuffer at 0x910000000, using 9024k, total 9024k
Jun 25 19:54:20 felix-z13 kernel: efifb: mode is 1920x1200x32, linelength=7680, pages=1
Jun 25 19:54:20 felix-z13 kernel: efifb: scrolling: redraw
Jun 25 19:54:20 felix-z13 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 25 19:54:20 felix-z13 kernel: fbcon: Deferring console take-over
Jun 25 19:54:20 felix-z13 kernel: fb0: EFI VGA frame buffer device
Jun 25 19:54:20 felix-z13 kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 25 19:54:20 felix-z13 kernel: drop_monitor: Initializing network drop monitor service
Jun 25 19:54:20 felix-z13 kernel: Initializing XFRM netlink socket
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_INET6 protocol family
Jun 25 19:54:20 felix-z13 kernel: Freeing initrd memory: 32592K
Jun 25 19:54:20 felix-z13 kernel: Segment Routing with IPv6
Jun 25 19:54:20 felix-z13 kernel: RPL Segment Routing with IPv6
Jun 25 19:54:20 felix-z13 kernel: In-situ OAM (IOAM) with IPv6
Jun 25 19:54:20 felix-z13 kernel: NET: Registered PF_PACKET protocol family
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU1: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU0: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU15: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU14: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU2: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU3: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU5: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU4: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU6: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU7: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU11: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU10: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU13: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU8: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU9: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: CPU12: patch_level=0x0a404102
Jun 25 19:54:20 felix-z13 kernel: microcode: Microcode Update Driver: v2.2.
Jun 25 19:54:20 felix-z13 kernel: resctrl: L3 allocation detected
Jun 25 19:54:20 felix-z13 kernel: resctrl: MB allocation detected
Jun 25 19:54:20 felix-z13 kernel: resctrl: L3 monitoring detected
Jun 25 19:54:20 felix-z13 kernel: IPI shorthand broadcast: enabled
Jun 25 19:54:20 felix-z13 kernel: registered taskstats version 1
Jun 25 19:54:20 felix-z13 kernel: Loading compiled-in X.509 certificates
Jun 25 19:54:20 felix-z13 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7da88250973fec432fc5b5ee43b4557383eb1bec'
Jun 25 19:54:20 felix-z13 kernel: zswap: loaded using pool zstd/zsmalloc
Jun 25 19:54:20 felix-z13 kernel: Key type .fscrypt registered
Jun 25 19:54:20 felix-z13 kernel: Key type fscrypt-provisioning registered
Jun 25 19:54:20 felix-z13 kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 25 19:54:20 felix-z13 kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Jun 25 19:54:20 felix-z13 kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 25 19:54:20 felix-z13 kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Jun 25 19:54:20 felix-z13 kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 25 19:54:20 felix-z13 kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Jun 25 19:54:20 felix-z13 kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Jun 25 19:54:20 felix-z13 kernel: PM: Magic number: 11:573:947
Jun 25 19:54:20 felix-z13 kernel: cpuid cpu2: hash matches
Jun 25 19:54:20 felix-z13 kernel: tty tty4: hash matches
Jun 25 19:54:20 felix-z13 kernel: processor cpu2: hash matches
Jun 25 19:54:20 felix-z13 kernel: memory memory0: hash matches
Jun 25 19:54:20 felix-z13 kernel: RAS: Correctable Errors collector initialized.
Jun 25 19:54:20 felix-z13 kernel: Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
Jun 25 19:54:20 felix-z13 kernel: Freeing unused decrypted memory: 2036K
Jun 25 19:54:20 felix-z13 kernel: Freeing unused kernel image (initmem) memory: 3324K
Jun 25 19:54:20 felix-z13 kernel: Write protecting the kernel read-only data: 30720k
Jun 25 19:54:20 felix-z13 kernel: Freeing unused kernel image (rodata/data gap) memory: 1676K
Jun 25 19:54:20 felix-z13 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 25 19:54:20 felix-z13 kernel: rodata_test: all tests were successful
Jun 25 19:54:20 felix-z13 kernel: Run /init as init process
Jun 25 19:54:20 felix-z13 kernel: with arguments:
Jun 25 19:54:20 felix-z13 kernel: /init
Jun 25 19:54:20 felix-z13 kernel: with environment:
Jun 25 19:54:20 felix-z13 kernel: HOME=/
Jun 25 19:54:20 felix-z13 kernel: TERM=linux
Jun 25 19:54:20 felix-z13 kernel: BOOT_IMAGE=/vmlinuz-linux
Jun 25 19:54:20 felix-z13 kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Jun 25 19:54:20 felix-z13 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jun 25 19:54:20 felix-z13 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/LNXVIDEO:00/input/input4
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: new USB bus registered, assigned bus number 1
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
Jun 25 19:54:20 felix-z13 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 25 19:54:20 felix-z13 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: new USB bus registered, assigned bus number 2
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jun 25 19:54:20 felix-z13 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb1: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb1: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb1: SerialNumber: 0000:63:00.3
Jun 25 19:54:20 felix-z13 kernel: hub 1-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 1-0:1.0: 4 ports detected
Jun 25 19:54:20 felix-z13 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 25 19:54:20 felix-z13 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb2: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb2: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb2: SerialNumber: 0000:63:00.3
Jun 25 19:54:20 felix-z13 kernel: hub 2-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 2-0:1.0: 2 ports detected
Jun 25 19:54:20 felix-z13 kernel: usb: port power management may be unreliable
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: new USB bus registered, assigned bus number 3
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: new USB bus registered, assigned bus number 4
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:63:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jun 25 19:54:20 felix-z13 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb3: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb3: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb3: SerialNumber: 0000:63:00.4
Jun 25 19:54:20 felix-z13 kernel: hub 3-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 3-0:1.0: 3 ports detected
Jun 25 19:54:20 felix-z13 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 25 19:54:20 felix-z13 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb4: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb4: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb4: SerialNumber: 0000:63:00.4
Jun 25 19:54:20 felix-z13 kernel: hub 4-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 4-0:1.0: 2 ports detected
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: new USB bus registered, assigned bus number 5
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: USB3 root hub has no ports
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: new USB bus registered, assigned bus number 6
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.0: Host supports USB 3.0 SuperSpeed
Jun 25 19:54:20 felix-z13 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb5: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb5: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb5: SerialNumber: 0000:64:00.0
Jun 25 19:54:20 felix-z13 kernel: hub 5-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 5-0:1.0: 1 port detected
Jun 25 19:54:20 felix-z13 kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 25 19:54:20 felix-z13 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb6: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb6: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb6: SerialNumber: 0000:64:00.0
Jun 25 19:54:20 felix-z13 kernel: hub 6-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: new USB bus registered, assigned bus number 7
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: new USB bus registered, assigned bus number 8
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jun 25 19:54:20 felix-z13 kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb7: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb7: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb7: SerialNumber: 0000:64:00.3
Jun 25 19:54:20 felix-z13 kernel: hub 7-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 7-0:1.0: 1 port detected
Jun 25 19:54:20 felix-z13 kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 25 19:54:20 felix-z13 kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb8: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb8: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb8: SerialNumber: 0000:64:00.3
Jun 25 19:54:20 felix-z13 kernel: hub 8-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 8-0:1.0: 1 port detected
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: new USB bus registered, assigned bus number 9
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
Jun 25 19:54:20 felix-z13 kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: new USB bus registered, assigned bus number 10
Jun 25 19:54:20 felix-z13 kernel: xhci_hcd 0000:64:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jun 25 19:54:20 felix-z13 kernel: nvme nvme0: pci function 0000:02:00.0
Jun 25 19:54:20 felix-z13 kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb9: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb9: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb9: SerialNumber: 0000:64:00.4
Jun 25 19:54:20 felix-z13 kernel: hub 9-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 9-0:1.0: 1 port detected
Jun 25 19:54:20 felix-z13 kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 25 19:54:20 felix-z13 kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 25 19:54:20 felix-z13 kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb usb10: Product: xHCI Host Controller
Jun 25 19:54:20 felix-z13 kernel: usb usb10: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
Jun 25 19:54:20 felix-z13 kernel: usb usb10: SerialNumber: 0000:64:00.4
Jun 25 19:54:20 felix-z13 kernel: hub 10-0:1.0: USB hub found
Jun 25 19:54:20 felix-z13 kernel: hub 10-0:1.0: 1 port detected
Jun 25 19:54:20 felix-z13 kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 25 19:54:20 felix-z13 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 25 19:54:20 felix-z13 kernel: nvme0n1: p1 p2 p4
Jun 25 19:54:20 felix-z13 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: ThinkPad BIOS N3GET47W (1.27 ), EC N3GHT54W
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: Lenovo ThinkPad Z13 Gen 1, model 21D2CTO1WW
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: radio switch found; radios are enabled
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: secondary fan control detected & enabled
Jun 25 19:54:20 felix-z13 kernel: thinkpad_acpi: battery 1 registered (start 50, stop 80, behaviours: 0x7)
Jun 25 19:54:20 felix-z13 kernel: ACPI: battery: new extension: ThinkPad Battery Extension
Jun 25 19:54:20 felix-z13 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
Jun 25 19:54:20 felix-z13 kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: new high-speed USB device number 2 using xhci_hcd
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: new high-speed USB device number 2 using xhci_hcd
Jun 25 19:54:20 felix-z13 kernel: usb 3-2: New USB device found, idVendor=10ab, idProduct=9309, bcdDevice= 0.01
Jun 25 19:54:20 felix-z13 kernel: usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=14.06
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: Product: iPhone
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: Manufacturer: Apple Inc.
Jun 25 19:54:20 felix-z13 kernel: usb 9-1: SerialNumber: 00008110000A605A1128401E
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: New USB device found, idVendor=5986, idProduct=2145, bcdDevice=67.15
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: Product: Integrated RGB Camera
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: Manufacturer: SunplusIT Inc
Jun 25 19:54:20 felix-z13 kernel: usb 5-1: SerialNumber: 01.00.00
Jun 25 19:54:20 felix-z13 kernel: usb 3-3: new full-speed USB device number 3 using xhci_hcd
Jun 25 19:54:20 felix-z13 kernel: usb 3-3: New USB device found, idVendor=06cb, idProduct=0123, bcdDevice= 0.00
Jun 25 19:54:20 felix-z13 kernel: usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Jun 25 19:54:20 felix-z13 kernel: usb 3-3: SerialNumber: c61711913ca5
Jun 25 19:54:20 felix-z13 kernel: [drm] amdgpu kernel modesetting enabled.
Jun 25 19:54:20 felix-z13 kernel: amdgpu: Virtual CRAT table created for CPU
Jun 25 19:54:20 felix-z13 kernel: amdgpu: Topology: Add CPU node
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: enabling device (0006 -> 0007)
Jun 25 19:54:20 felix-z13 kernel: [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x17AA:0x22F1 0xD1).
Jun 25 19:54:20 felix-z13 kernel: [drm] register mmio base: 0xB0A00000
Jun 25 19:54:20 felix-z13 kernel: [drm] register mmio size: 524288
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 0 <nv_common>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 1 <gmc_v10_0>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 2 <navi10_ih>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 3 <psp>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 4 <smu>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 5 <dm>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 6 <gfx_v10_0>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 7 <sdma_v5_2>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 8 <vcn_v3_0>
Jun 25 19:54:20 felix-z13 kernel: [drm] add ip block number 9 <jpeg_v3_0>
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: Fetched VBIOS from VFCT
Jun 25 19:54:20 felix-z13 kernel: amdgpu: ATOM BIOS: 113-REMBRANDT-X37
Jun 25 19:54:20 felix-z13 kernel: [drm] VCN(0) decode is enabled in VM mode
Jun 25 19:54:20 felix-z13 kernel: [drm] VCN(0) encode is enabled in VM mode
Jun 25 19:54:20 felix-z13 kernel: [drm] JPEG decode is enabled in VM mode
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: vgaarb: deactivate vga console
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Jun 25 19:54:20 felix-z13 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Jun 25 19:54:20 felix-z13 kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Jun 25 19:54:20 felix-z13 kernel: [drm] RAM width 256bits LPDDR5
Jun 25 19:54:20 felix-z13 kernel: [drm] amdgpu: 512M of VRAM memory ready
Jun 25 19:54:20 felix-z13 kernel: [drm] amdgpu: 15679M of GTT memory ready.
Jun 25 19:54:20 felix-z13 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jun 25 19:54:20 felix-z13 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
Jun 25 19:54:20 felix-z13 kernel: [drm] Loading DMUB firmware via PSP: version=0x0400002E
Jun 25 19:54:20 felix-z13 kernel: [drm] use_doorbell being set to: [true]
Jun 25 19:54:20 felix-z13 kernel: [drm] Found VCN firmware Version ENC: 1.23 DEC: 2 VEP: 0 Revision: 5
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: Will use PSP to load VCN firmware
Jun 25 19:54:20 felix-z13 kernel: [drm] reserve 0xa00000 from 0xf41e000000 for PSP TMR
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: RAS: optional ras ta ucode is not available
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: SMU is initialized successfully!
Jun 25 19:54:20 felix-z13 kernel: [drm] Display Core initialized with v3.2.223!
Jun 25 19:54:20 felix-z13 kernel: [drm] DP-HDMI FRL PCON supported
Jun 25 19:54:20 felix-z13 kernel: [drm] DMUB hardware initialized: version=0x0400002E
Jun 25 19:54:20 felix-z13 kernel: [drm] PSR support 1, DC PSR ver 0, sink PSR ver 3 DPCD caps 0x10 su_y_granularity 4
Jun 25 19:54:20 felix-z13 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Jun 25 19:54:20 felix-z13 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Jun 25 19:54:20 felix-z13 kernel: [drm] JPEG decode initialized successfully.
Jun 25 19:54:20 felix-z13 kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Jun 25 19:54:20 felix-z13 kernel: amdgpu: sdma_bitmap: 3
Jun 25 19:54:20 felix-z13 kernel: memmap_init_zone_device initialised 131072 pages in 0ms
Jun 25 19:54:20 felix-z13 kernel: amdgpu: HMM registered 512MB device memory
Jun 25 19:54:20 felix-z13 kernel: amdgpu: SRAT table not found
Jun 25 19:54:20 felix-z13 kernel: amdgpu: Virtual CRAT table created for GPU
Jun 25 19:54:20 felix-z13 kernel: amdgpu: Topology: Add dGPU node [0x1681:0x1002]
Jun 25 19:54:20 felix-z13 kernel: kfd kfd: amdgpu: added device 1002:1681
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Jun 25 19:54:20 felix-z13 kernel: [drm] Initialized amdgpu 3.52.0 20150101 for 0000:63:00.0 on minor 0
Jun 25 19:54:20 felix-z13 kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jun 25 19:54:20 felix-z13 kernel: fbcon: Deferring console take-over
Jun 25 19:54:20 felix-z13 kernel: amdgpu 0000:63:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jun 25 19:54:20 felix-z13 kernel: fbcon: Taking over console
Jun 25 19:54:20 felix-z13 kernel: [drm] DSC precompute is not needed.
Jun 25 19:54:20 felix-z13 kernel: Console: switching to colour frame buffer device 240x75
Jun 25 19:54:20 felix-z13 kernel: EXT4-fs (nvme0n1p2): mounted filesystem 96332862-15a4-485d-bb64-d5839393200e with ordered data mode. Quota mode: none.
Jun 25 19:54:20 felix-z13 systemd[1]: systemd 253.5-2-arch 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)
Jun 25 19:54:20 felix-z13 systemd[1]: Detected architecture x86-64.
Jun 25 19:54:20 felix-z13 systemd[1]: Hostname set to <felix-z13>.
Jun 25 19:54:20 felix-z13 systemd[1]: bpf-lsm: LSM BPF program attached
Jun 25 19:54:20 felix-z13 kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Jun 25 19:54:20 felix-z13 systemd[1]: Queued start job for default target Graphical Interface.
Jun 25 19:54:20 felix-z13 systemd[1]: Created slice Slice /system/getty.
Jun 25 19:54:20 felix-z13 systemd[1]: Created slice Slice /system/modprobe.
Jun 25 19:54:20 felix-z13 systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 25 19:54:20 felix-z13 systemd[1]: Created slice User and Session Slice.
Jun 25 19:54:20 felix-z13 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 25 19:54:20 felix-z13 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 25 19:54:20 felix-z13 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Local Encrypted Volumes.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Login Prompts.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Path Units.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Remote File Systems.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Slice Units.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Swaps.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Local Verity Protected Volumes.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on LVM2 poll daemon socket.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on Process Core Dump Socket.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on Journal Socket (/dev/log).
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on Journal Socket.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on udev Control Socket.
Jun 25 19:54:20 felix-z13 systemd[1]: Listening on udev Kernel Socket.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting Huge Pages File System...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting POSIX Message Queue File System...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting Kernel Debug File System...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting Kernel Trace File System...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting Temporary Directory /tmp...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Create List of Static Device Nodes...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Module configfs...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Module dm_mod...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Module drm...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Module fuse...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Module loop...
Jun 25 19:54:20 felix-z13 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Journal Service...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load Kernel Modules...
Jun 25 19:54:20 felix-z13 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Coldplug All udev Devices...
Jun 25 19:54:20 felix-z13 kernel: loop: module loaded
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted Huge Pages File System.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted POSIX Message Queue File System.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted Kernel Debug File System.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted Kernel Trace File System.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted Temporary Directory /tmp.
Jun 25 19:54:20 felix-z13 kernel: EXT4-fs (nvme0n1p2): re-mounted 96332862-15a4-485d-bb64-d5839393200e. Quota mode: none.
Jun 25 19:54:20 felix-z13 kernel: acpi_call: loading out-of-tree module taints kernel.
Jun 25 19:54:20 felix-z13 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Collecting audit messages is disabled.
Jun 25 19:54:20 felix-z13 kernel: device-mapper: uevent: version 1.0.3
Jun 25 19:54:20 felix-z13 kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Jun 25 19:54:20 felix-z13 kernel: fuse: init (API version 7.38)
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Journal started
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Runtime Journal (/run/log/journal/08b44ca2a52c4928b547f54af6a3e2a3) is 8.0M, max 1.5G, 1.5G free.
Jun 25 19:54:20 felix-z13 systemd-modules-load[352]: Inserted module 'acpi_call'
Jun 25 19:54:20 felix-z13 systemd-modules-load[352]: Inserted module 'crypto_user'
Jun 25 19:54:20 felix-z13 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Create List of Static Device Nodes.
Jun 25 19:54:20 felix-z13 systemd[1]: Started Journal Service.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Module configfs.
Jun 25 19:54:20 felix-z13 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Module dm_mod.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 25 19:54:20 felix-z13 systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Module drm.
Jun 25 19:54:20 felix-z13 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Module fuse.
Jun 25 19:54:20 felix-z13 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Module loop.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load Kernel Modules.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Coldplug All udev Devices.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting FUSE Control File System...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounting Kernel Configuration File System...
Jun 25 19:54:20 felix-z13 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:20 felix-z13 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load/Save OS Random Seed...
Jun 25 19:54:20 felix-z13 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Apply Kernel Variables...
Jun 25 19:54:20 felix-z13 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted FUSE Control File System.
Jun 25 19:54:20 felix-z13 systemd[1]: Mounted Kernel Configuration File System.
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Time spent on flushing to /var/log/journal/08b44ca2a52c4928b547f54af6a3e2a3 is 47.646ms for 1191 entries.
Jun 25 19:54:20 felix-z13 systemd-journald[351]: System Journal (/var/log/journal/08b44ca2a52c4928b547f54af6a3e2a3) is 546.0M, max 4.0G, 3.4G free.
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Received client request to flush runtime journal.
Jun 25 19:54:20 felix-z13 systemd-journald[351]: /var/log/journal/08b44ca2a52c4928b547f54af6a3e2a3/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jun 25 19:54:20 felix-z13 systemd-journald[351]: Rotating system journal.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load/Save OS Random Seed.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Apply Kernel Variables.
Jun 25 19:54:20 felix-z13 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 25 19:54:20 felix-z13 systemd[1]: Reached target Preparation for Local File Systems.
Jun 25 19:54:20 felix-z13 systemd[1]: Set up automount mnt-data.automount.
Jun 25 19:54:20 felix-z13 systemd[1]: Set up automount mnt-outputs.automount.
Jun 25 19:54:20 felix-z13 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 25 19:54:20 felix-z13 systemd-udevd[375]: Using default interface naming scheme 'v253'.
Jun 25 19:54:20 felix-z13 systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 25 19:54:20 felix-z13 systemd[1]: Found device WD PC SN740 SDDQMQD-1T00-1001 1.
Jun 25 19:54:20 felix-z13 kernel: acpi-tad ACPI000E:00: Missing _PRW
Jun 25 19:54:20 felix-z13 kernel: Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
Jun 25 19:54:20 felix-z13 systemd[1]: Starting File System Check on /dev/disk/by-uuid/2BF3-0082...
Jun 25 19:54:20 felix-z13 systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Jun 25 19:54:20 felix-z13 systemd-fsck[484]: fsck.fat 4.2 (2021-01-31)
Jun 25 19:54:20 felix-z13 systemd-fsck[484]: /dev/nvme0n1p1: 383 files, 62325/130812 clusters
Jun 25 19:54:20 felix-z13 kernel: input: ELAN06A0:00 04F3:3231 Mouse as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN06A0:00/0018:04F3:3231.0001/input/input8
Jun 25 19:54:20 felix-z13 kernel: input: ELAN06A0:00 04F3:3231 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN06A0:00/0018:04F3:3231.0001/input/input10
Jun 25 19:54:20 felix-z13 kernel: hid-generic 0018:04F3:3231.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06A0:00 04F3:3231] on i2c-ELAN06A0:00
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Jun 25 19:54:20 felix-z13 systemd[1]: Finished File System Check on /dev/disk/by-uuid/2BF3-0082.
Jun 25 19:54:20 felix-z13 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Jun 25 19:54:20 felix-z13 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jun 25 19:54:20 felix-z13 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jun 25 19:54:20 felix-z13 kernel: ccp 0000:63:00.2: enabling device (0000 -> 0002)
Jun 25 19:54:20 felix-z13 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jun 25 19:54:20 felix-z13 kernel: pcie_mp2_amd 0000:63:00.7: enabling device (0000 -> 0002)
Jun 25 19:54:20 felix-z13 kernel: ACPI: bus type thunderbolt registered
Jun 25 19:54:20 felix-z13 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
Jun 25 19:54:20 felix-z13 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jun 25 19:54:20 felix-z13 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 25 19:54:20 felix-z13 kernel: ccp 0000:63:00.2: tee enabled
Jun 25 19:54:20 felix-z13 kernel: ccp 0000:63:00.2: psp enabled
Jun 25 19:54:20 felix-z13 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jun 25 19:54:20 felix-z13 kernel: cryptd: max_cpu_qlen set to 1000
Jun 25 19:54:20 felix-z13 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jun 25 19:54:20 felix-z13 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jun 25 19:54:20 felix-z13 kernel: AVX2 version of gcm_enc/dec engaged.
Jun 25 19:54:20 felix-z13 kernel: AES CTR mode by8 optimization enabled
Jun 25 19:54:20 felix-z13 systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Jun 25 19:54:20 felix-z13 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 25 19:54:20 felix-z13 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 25 19:54:20 felix-z13 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 25 19:54:20 felix-z13 kernel: cfg80211: failed to load regulatory.db
Jun 25 19:54:20 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
Jun 25 19:54:20 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
Jun 25 19:54:20 felix-z13 kernel: input: ELAN06A0:00 04F3:3231 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN06A0:00/0018:04F3:3231.0001/input/input15
Jun 25 19:54:20 felix-z13 kernel: hid-multitouch 0018:04F3:3231.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN06A0:00 04F3:3231] on i2c-ELAN06A0:00
Jun 25 19:54:20 felix-z13 kernel: mousedev: PS/2 mouse device common for all mice
Jun 25 19:54:20 felix-z13 kernel: snd_pci_acp6x 0000:63:00.5: enabling device (0000 -> 0002)
Jun 25 19:54:20 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
Jun 25 19:54:20 felix-z13 kernel: snd_hda_intel 0000:63:00.1: enabling device (0000 -> 0002)
Jun 25 19:54:20 felix-z13 kernel: snd_hda_intel 0000:63:00.1: Handle vga_switcheroo audio client
Jun 25 19:54:20 felix-z13 kernel: snd_hda_intel 0000:63:00.6: enabling device (0000 -> 0002)
Jun 25 19:54:21 felix-z13 kernel: snd_hda_intel 0000:63:00.1: bound 0000:63:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jun 25 19:54:21 felix-z13 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:63:00.1/sound/card0/input16
Jun 25 19:54:21 felix-z13 kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:63:00.1/sound/card0/input17
Jun 25 19:54:21 felix-z13 kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:63:00.1/sound/card0/input18
Jun 25 19:54:21 felix-z13 kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:63:00.1/sound/card0/input19
Jun 25 19:54:21 felix-z13 kernel: kvm_amd: SVM disabled (by BIOS) in MSR_VM_CR on CPU 6
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware version: 3
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-17aa22f1.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
Jun 25 19:54:21 felix-z13 kernel: MCE: In-kernel MCE decoding enabled.
Jun 25 19:54:21 felix-z13 kernel: hid-generic 0020:1022:0001.0002: hidraw1: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Jun 25 19:54:21 felix-z13 kernel: hid-generic 0020:1022:0001.0003: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Jun 25 19:54:21 felix-z13 kernel: hid-generic 0020:1022:0001.0004: hidraw3: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Jun 25 19:54:21 felix-z13 kernel: ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0xb0000000-0xb01fffff 64bit]
Jun 25 19:54:21 felix-z13 kernel: ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
Jun 25 19:54:21 felix-z13 kernel: ath11k_pci 0000:01:00.0: MSI vectors: 32
Jun 25 19:54:21 felix-z13 kernel: ath11k_pci 0000:01:00.0: wcn6855 hw2.1
Jun 25 19:54:21 felix-z13 kernel: intel_rapl_common: Found RAPL domain package
Jun 25 19:54:21 felix-z13 kernel: intel_rapl_common: Found RAPL domain core
Jun 25 19:54:21 felix-z13 systemd[1]: Mounting /boot...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Load Kernel Module dm_mod...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Load Kernel Module loop...
Jun 25 19:54:21 felix-z13 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:21 felix-z13 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:21 felix-z13 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 25 19:54:21 felix-z13 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 25 19:54:21 felix-z13 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 25 19:54:21 felix-z13 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 25 19:54:21 felix-z13 kernel: NET: Registered PF_QIPCRTR protocol family
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Load Kernel Module dm_mod.
Jun 25 19:54:21 felix-z13 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Load Kernel Module loop.
Jun 25 19:54:21 felix-z13 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: Mounted /boot.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Local File Systems.
Jun 25 19:54:21 felix-z13 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: list_add corruption. next is NULL.
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at lib/list_debug.c:25 __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp(+) hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: Code: 01 00 00 00 c3 cc cc cc cc 48 c7 c7 a8 10 e6 a5 e8 9e 5d a9 ff 0f 0b 31 c0 c3 cc cc cc cc 48 c7 c7 d0 10 e6 a5 e8 89 5d a9 ff <0f> 0b eb e9 48 89 c1 48 c7 c7 f8 10 e6 a5 e8 76 5d a9 ff 0f 0b eb
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3af0 EFLAGS: 00010282
Jun 25 19:54:21 felix-z13 kernel: RAX: 0000000000000000 RBX: ffff92b8075e7a48 RCX: 0000000000000027
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92bf3e861688 RSI: 0000000000000001 RDI: ffff92bf3e861680
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92b8094ad740 R08: 0000000000000000 R09: ffffafa4024d3980
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000003 R11: ffffffffa66ca1e8 R12: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R13: ffff92b8075e7a40 R14: ffff92b8094ad960 R15: 0000000000000002
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? prb_read_valid+0x1b/0x30
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xba/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at kernel/workqueue.c:1661 __queue_delayed_work+0x6d/0x90
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G W OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__queue_delayed_work+0x6d/0x90
Jun 25 19:54:21 felix-z13 kernel: Code: c8 48 89 42 30 81 ff 40 01 00 00 75 2c 4c 89 cf e9 38 cb 0a 00 e9 c3 e1 ff ff 0f 0b eb cd 0f 0b 48 81 7a 38 60 93 8d a4 74 ab <0f> 0b 48 8b 42 28 48 85 c0 74 a9 0f 0b eb a5 89 fe 4c 89 cf e9 aa
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3ae0 EFLAGS: 00010007
Jun 25 19:54:21 felix-z13 kernel: RAX: 0000000000000246 RBX: 0000000000000246 RCX: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92b8094ad8a8 RSI: ffff92b800051000 RDI: 0000000000000140
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92b8094ad740 R08: 0000000000000000 R09: ffff92b8094ad8c8
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000003 R11: ffffffffa66ca1e8 R12: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R13: ffff92b8075e7a40 R14: ffff92b8094ad960 R15: 0000000000000002
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x6d/0x90
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x6d/0x90
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x6d/0x90
Jun 25 19:54:21 felix-z13 kernel: queue_delayed_work_on+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xec/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at kernel/workqueue.c:1662 __queue_delayed_work+0x78/0x90
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G W OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__queue_delayed_work+0x78/0x90
Jun 25 19:54:21 felix-z13 kernel: Code: 75 2c 4c 89 cf e9 38 cb 0a 00 e9 c3 e1 ff ff 0f 0b eb cd 0f 0b 48 81 7a 38 60 93 8d a4 74 ab 0f 0b 48 8b 42 28 48 85 c0 74 a9 <0f> 0b eb a5 89 fe 4c 89 cf e9 aa c1 0a 00 66 2e 0f 1f 84 00 00 00
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3ae0 EFLAGS: 00010082
Jun 25 19:54:21 felix-z13 kernel: RAX: ffff92b8094ad8c8 RBX: 0000000000000246 RCX: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92b8094ad8a8 RSI: ffff92b800051000 RDI: 0000000000000140
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92b8094ad740 R08: 0000000000000000 R09: ffff92b8094ad8c8
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000003 R11: ffffffffa66ca1e8 R12: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R13: ffff92b8075e7a40 R14: ffff92b8094ad960 R15: 0000000000000002
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x78/0x90
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x78/0x90
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x78/0x90
Jun 25 19:54:21 felix-z13 kernel: queue_delayed_work_on+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xec/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at kernel/workqueue.c:1663 __queue_delayed_work+0x5d/0x90
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G W OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__queue_delayed_work+0x5d/0x90
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 05 b6 e5 d2 01 48 89 72 48 89 7a 50 48 01 c8 48 89 42 30 81 ff 40 01 00 00 75 2c 4c 89 cf e9 38 cb 0a 00 e9 c3 e1 ff ff <0f> 0b eb cd 0f 0b 48 81 7a 38 60 93 8d a4 74 ab 0f 0b 48 8b 42 28
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3ae0 EFLAGS: 00010006
Jun 25 19:54:21 felix-z13 kernel: RAX: ffff92b8094ad8b0 RBX: 0000000000000246 RCX: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92b8094ad8a8 RSI: ffff92b800051000 RDI: 0000000000000140
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92b8094ad740 R08: ffff92b8156c1700 R09: ffff92b8094ad8c8
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000003 R11: ffffffffa66ca1e8 R12: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R13: ffff92b8075e7a40 R14: ffff92b8094ad960 R15: 0000000000000002
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x5d/0x90
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x5d/0x90
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __queue_delayed_work+0x5d/0x90
Jun 25 19:54:21 felix-z13 kernel: queue_delayed_work_on+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xec/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at kernel/workqueue.c:1506 __queue_work+0x33b/0x440
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G W OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__queue_work+0x33b/0x440
Jun 25 19:54:21 felix-z13 kernel: Code: 00 01 ff 00 75 0f 65 48 8b 3c 25 80 36 03 00 f6 47 2c 20 75 6d 0f 0b 48 83 c4 08 5b 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc <0f> 0b e9 94 fe ff ff 83 c9 02 48 8d 55 68 e9 7d fe ff ff 8b 15 bc
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3aa8 EFLAGS: 00010006
Jun 25 19:54:21 felix-z13 kernel: RAX: ffff92b8094ad8b0 RBX: ffff92b8094ad8a8 RCX: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92b8156c1700 RSI: fffffffffd2d22de RDI: ffff92bf3e873800
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92bf3e879900 R08: ffffffffa6651208 R09: ffffffffa6651200
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff92b800051000
Jun 25 19:54:21 felix-z13 kernel: R13: 0000000000000140 R14: 0000000000000009 R15: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __queue_work+0x33b/0x440
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __queue_work+0x33b/0x440
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __queue_work+0x33b/0x440
Jun 25 19:54:21 felix-z13 kernel: ? __queue_work+0x174/0x440
Jun 25 19:54:21 felix-z13 kernel: queue_delayed_work_on+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xec/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x00, buttons: 3/3
Jun 25 19:54:21 felix-z13 kernel: BUG: unable to handle page fault for address: 0000000000934870
Jun 25 19:54:21 felix-z13 kernel: #PF: supervisor write access in kernel mode
Jun 25 19:54:21 felix-z13 kernel: #PF: error_code(0x0002) - not-present page
Jun 25 19:54:21 felix-z13 kernel: PGD 0 P4D 0
Jun 25 19:54:21 felix-z13 kernel: Oops: 0002 [#1] PREEMPT SMP NOPTI
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G W OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x299/0x2e0
Jun 25 19:54:21 felix-z13 kernel: Code: ff ff f3 90 8b 03 85 c0 74 ee eb f6 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 00 4d 03 00 48 03 04 d5 00 db ec a5 <48> 89 28 8b 45 08 85 c0 75 09 f3 90 8b 45 08 85 c0 74 f7 48 8b 55
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3a68 EFLAGS: 00010002
Jun 25 19:54:21 felix-z13 kernel: RAX: 0000000000934870 RBX: ffff92b806c77210 RCX: 00000000c13b3840
Jun 25 19:54:21 felix-z13 kernel: RDX: 0000000000003071 RSI: 00000000c1c9d740 RDI: ffff92b806c77210
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92bf3e874d00 R08: 0000000000000001 R09: ffffffffa6651200
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000280000
Jun 25 19:54:21 felix-z13 kernel: R13: 0000000000280000 R14: 0000000000000002 R15: ffff92b806d3c010
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000000000934870 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __die+0x23/0x70
Jun 25 19:54:21 felix-z13 kernel: ? page_fault_oops+0x171/0x4e0
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_page_fault+0x26/0x30
Jun 25 19:54:21 felix-z13 kernel: ? native_queued_spin_lock_slowpath+0x299/0x2e0
Jun 25 19:54:21 felix-z13 kernel: _raw_spin_lock_irqsave+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: prepare_to_wait_event+0x24/0x180
Jun 25 19:54:21 felix-z13 kernel: amdtp_wait_for_response+0xe6/0x160 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: ? queue_delayed_work_on+0x3d/0x50
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_autoremove_wake_function+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xc6/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000000000934870
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x299/0x2e0
Jun 25 19:54:21 felix-z13 kernel: Code: ff ff f3 90 8b 03 85 c0 74 ee eb f6 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 05 48 63 d2 48 05 00 4d 03 00 48 03 04 d5 00 db ec a5 <48> 89 28 8b 45 08 85 c0 75 09 f3 90 8b 45 08 85 c0 74 f7 48 8b 55
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3a68 EFLAGS: 00010002
Jun 25 19:54:21 felix-z13 kernel: RAX: 0000000000934870 RBX: ffff92b806c77210 RCX: 00000000c13b3840
Jun 25 19:54:21 felix-z13 kernel: RDX: 0000000000003071 RSI: 00000000c1c9d740 RDI: ffff92b806c77210
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92bf3e874d00 R08: 0000000000000001 R09: ffffffffa6651200
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000280000
Jun 25 19:54:21 felix-z13 kernel: R13: 0000000000280000 R14: 0000000000000002 R15: ffff92b806d3c010
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000000000934870 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: note: (udev-worker)[382] exited with irqs disabled
Jun 25 19:54:21 felix-z13 kernel: note: (udev-worker)[382] exited with preempt_count 1
Jun 25 19:54:21 felix-z13 systemd-udevd[375]: HID-SENSOR-200076.2.auto: Worker [382] terminated by signal 9 (KILL).
Jun 25 19:54:21 felix-z13 kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input12
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Set Up Additional Binary Formats...
Jun 25 19:54:21 felix-z13 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Create Volatile Files and Directories...
Jun 25 19:54:21 felix-z13 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 779 (systemd-binfmt)
Jun 25 19:54:21 felix-z13 systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 25 19:54:21 felix-z13 systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Set Up Additional Binary Formats.
Jun 25 19:54:21 felix-z13 kernel: mhi mhi0: Requested to power ON
Jun 25 19:54:21 felix-z13 kernel: mhi mhi0: Power on setup success
Jun 25 19:54:21 felix-z13 kernel: acp_yc_mach acp_yc_mach.0: Enabling ACP DMIC support via DMI
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Create Volatile Files and Directories.
Jun 25 19:54:21 felix-z13 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Load Kernel Module dm_mod...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Load Kernel Module loop...
Jun 25 19:54:21 felix-z13 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:21 felix-z13 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 25 19:54:21 felix-z13 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 25 19:54:21 felix-z13 systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 25 19:54:21 felix-z13 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 25 19:54:21 felix-z13 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 25 19:54:21 felix-z13 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Network Time Synchronization...
Jun 25 19:54:21 felix-z13 systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 25 19:54:21 felix-z13 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Load Kernel Module dm_mod.
Jun 25 19:54:21 felix-z13 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Load Kernel Module loop.
Jun 25 19:54:21 felix-z13 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: 0: ID cd v29.63.1 XM@94 YM@e
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: 1: ID f20b v0.1.0 XM@176 YM@0
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Working\Project\LCFC\Z13&Z16\Z13-Pegasus-NDA-P\2022-03-11-release 3% 5%\5% tuning\17AA22F1_20220311_A0.bin
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Network Time Synchronization.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target System Initialization.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target System Time Set.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Daily atop restart.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Daily man-db regeneration.
Jun 25 19:54:21 felix-z13 systemd[1]: Started Daily verification of password and group files.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Timer Units.
Jun 25 19:54:21 felix-z13 systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 25 19:54:21 felix-z13 systemd[1]: Listening on Nix Daemon Socket.
Jun 25 19:54:21 felix-z13 systemd[1]: nordvpnd.socket: TCP_NODELAY failed: Operation not supported
Jun 25 19:54:21 felix-z13 systemd[1]: Starting NordVPN Daemon Socket...
Jun 25 19:54:21 felix-z13 systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 25 19:54:21 felix-z13 systemd[1]: Listening on NordVPN Daemon Socket.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Socket Units.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Basic System.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Save/Restore Sound Card State...
Jun 25 19:54:21 felix-z13 systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jun 25 19:54:21 felix-z13 systemd[1]: Starting D-Bus System Message Bus...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting User Login Management...
Jun 25 19:54:21 felix-z13 systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 25 19:54:21 felix-z13 systemd-logind[801]: New seat seat0.
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event1 (Lid Switch)
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Jun 25 19:54:21 felix-z13 systemd-logind[801]: Watching system buttons on /dev/input/event6 (ThinkPad Extra Buttons)
Jun 25 19:54:21 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware version: 3
Jun 25 19:54:21 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-17aa22f1.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Save/Restore Sound Card State.
Jun 25 19:54:21 felix-z13 systemd[1]: Started D-Bus System Message Bus.
Jun 25 19:54:21 felix-z13 systemd[1]: Started User Login Management.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Sound Card.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Network Manager...
Jun 25 19:54:21 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.6759] NetworkManager (version 1.42.6-1) is starting... (boot:b7aa0a4c-ce44-4fba-9601-6aee38d03686)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.6759] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 25 19:54:21 felix-z13 systemd[1]: Started Network Manager.
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.6778] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Network.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Network Manager Wait Online...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Permit User Sessions...
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.6809] manager[0x564b9db4d160]: monitoring kernel firmware directory '/lib/firmware'.
Jun 25 19:54:21 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=807 comm="/usr/bin/NetworkManager --no-daemon")
Jun 25 19:54:21 felix-z13 kernel: mc: Linux media interface: v0.10
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Permit User Sessions.
Jun 25 19:54:21 felix-z13 systemd[1]: /usr/lib/systemd/system/usbmuxd.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbmuxd.pid → /run/usbmuxd.pid; please update the unit file accordingly.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Multi-User System.
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Light Display Manager...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Hostname Service...
Jun 25 19:54:21 felix-z13 systemd[1]: Starting TLP system startup/shutdown...
Jun 25 19:54:21 felix-z13 systemd[1]: Started Socket daemon for the usbmux protocol used by Apple devices.
Jun 25 19:54:21 felix-z13 kernel: Bluetooth: Core ver 2.22
Jun 25 19:54:21 felix-z13 kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 25 19:54:21 felix-z13 kernel: Bluetooth: HCI device and connection manager initialized
Jun 25 19:54:21 felix-z13 kernel: Bluetooth: HCI socket layer initialized
Jun 25 19:54:21 felix-z13 kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jun 25 19:54:21 felix-z13 kernel: Bluetooth: L2CAP socket layer initialized
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.735][3] usbmuxd v1.1.1 starting up
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.736][3] Successfully dropped privileges to 'usbmux'
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.736][3] Using libusb 1.0.26
Jun 25 19:54:21 felix-z13 kernel: Bluetooth: SCO socket layer initialized
Jun 25 19:54:21 felix-z13 kernel: videodev: Linux video capture interface: v2.00
Jun 25 19:54:21 felix-z13 systemd[1]: Started Light Display Manager.
Jun 25 19:54:21 felix-z13 lightdm[868]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 25 19:54:21 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 25 19:54:21 felix-z13 systemd[1]: Started Hostname Service.
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7746] hostname: hostname: using hostnamed
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7746] hostname: static hostname changed from (none) to "felix-z13"
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7750] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7755] manager[0x564b9db4d160]: rfkill: Wi-Fi hardware radio set enabled
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7755] manager[0x564b9db4d160]: rfkill: WWAN hardware radio set enabled
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7806] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7843] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7847] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7859] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.7863] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jun 25 19:54:21 felix-z13 kernel: mhi mhi0: Wait for device to enter SBL or Mission mode
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8020] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8023] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8024] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8024] manager: Networking is enabled by state file
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8028] settings: Loaded settings plugin: keyfile (internal)
Jun 25 19:54:21 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=807 comm="/usr/bin/NetworkManager --no-daemon")
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8099] dhcp: init: Using DHCP client 'internal'
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8100] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8107] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8109] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8113] device (lo): Activation: starting connection 'lo' (eeacfe60-fe0a-4517-afcd-6510fa3dc15d)
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8134] ovsdb: disconnected from ovsdb
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8135] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8136] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8138] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8163] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 25 19:54:21 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 25 19:54:21 felix-z13 systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8451] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8453] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8457] device (lo): Activation: successful, device activated.
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8461] manager: startup complete
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.889][3] Initialization complete
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.889][3] Enabled exit on SIGUSR1 if no devices are attached. Start a new instance with "--exit" to trigger.
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.890][3] Connecting to new device on location 0x90002 as ID 1
Jun 25 19:54:21 felix-z13 usbmuxd[871]: libusb: error [udev_hotplug_event] ignoring udev action unbind
Jun 25 19:54:21 felix-z13 usbmuxd[871]: [19:54:21.890][3] Connected to v2.0 device 1 on location 0x90002 with serial number 00008110-000A605A1128401E
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.8976] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 25 19:54:21 felix-z13 kernel: ipheth 9-1:4.2: Apple iPhone USB Ethernet device attached
Jun 25 19:54:21 felix-z13 kernel: usbcore: registered new interface driver ipheth
Jun 25 19:54:21 felix-z13 systemd[1]: Finished Network Manager Wait Online.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Network is Online.
Jun 25 19:54:21 felix-z13 systemd[1]: Started NordVPN Daemon.
Jun 25 19:54:21 felix-z13 systemd[1]: Reached target Graphical Interface.
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.9053] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 25 19:54:21 felix-z13 NetworkManager[807]: <info> [1687715661.9075] settings: (eth0): created default wired connection 'Wired connection 1'
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 [Info] Daemon has started
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Kill Switch set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Firewall set to: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Routing set to: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Auto-connect set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 DNS set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 ThreatProtectionLite set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Protocol set to: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Meshnet set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 IPv6 set to: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Technology set to: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: NordVPN App Connection Settings:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Technology: NORDLYNX
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Meshnet: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Protocol: UDP
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Firewall: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: KillSwitch: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Obfuscate: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: ThreatProtectionLite: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: DNS:
Jun 25 19:54:21 felix-z13 nordvpnd[975]: IPv6: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Notify: enabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: Auto-connect: disabled
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 Get "https://downloads.nordcdn.com/configs/dns/cybersec.json": dial tcp: lookup downloads.nordcdn.com: Temporary failure in name resolution
Jun 25 19:54:21 felix-z13 nordvpnd[975]: 2023/06/25 19:54:21 error retrieving nameservers: doing http request: Get "https://downloads.nordcdn.com/configs/dns/cybersec.json": dial tcp: lookup downloads.nordcdn.com: Temporary failure in name resolution
Jun 25 19:54:22 felix-z13 kernel: usbcore: registered new interface driver btusb
Jun 25 19:54:22 felix-z13 systemd[1]: Reached target Bluetooth Support.
Jun 25 19:54:22 felix-z13 kernel: usb 5-1: Found UVC 1.50 device Integrated RGB Camera (5986:2145)
Jun 25 19:54:22 felix-z13 kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Get "https://api.nordvpn.com/v1/helpers/ips/insights": lookup api.nordvpn.com: Temporary failure in name resolution
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 rotated api transport to: std-http-transport
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Head "https://downloads.nordcdn.com/configs/templates/ovpn/1.0/template.xslt": dial tcp: lookup downloads.nordcdn.com: Temporary failure in name resolution
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Head "https://downloads.nordcdn.com/configs/templates/ovpn_xor/1.0/template.xslt": dial tcp: lookup downloads.nordcdn.com: Temporary failure in name resolution
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Get "https://api.nordvpn.com/v1/helpers/ips/insights": looking address up: looking addr ip up: lookup api.nordvpn.com on [fe80::8004:5fff:feaa:6764%eth0]:53: dial udp 103.86.99.100:53: connect: network is unreachable
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Get "https://api.nordvpn.com/v1/servers/countries": looking address up: looking addr ip up: lookup api.nordvpn.com on [fe80::8004:5fff:feaa:6764%eth0]:53: dial udp 103.86.99.100:53: connect: network is unreachable
Jun 25 19:54:22 felix-z13 kernel: usb 5-1: Found UVC 1.50 device Integrated RGB Camera (5986:2145)
Jun 25 19:54:22 felix-z13 kernel: usbcore: registered new interface driver uvcvideo
Jun 25 19:54:22 felix-z13 nordvpnd[975]: 2023/06/25 19:54:22 Get "https://api.nordvpn.com/v1/servers?limit=1073741824&filters[servers.status]=online&fields[servers.id]&fields[servers.name]&fields[servers.hostname]&fields[servers.station]&fields[servers.status]&fields[servers.load]&fields[servers.created_at]&fields[servers.groups.id]&fields[servers.groups.title]&fields[servers.technologies.id]&fields[servers.technologies.metadata]&fields[servers.technologies.pivot.status]&fields[servers.specifications.identifier]&fields[servers.specifications.values.value]&fields[servers.locations.country.name]&fields[servers.locations.country.code]&fields[servers.locations.country.city.name]&fields[servers.locations.country.city.latitude]&fields[servers.locations.country.city.longitude]&fields[servers.locations.country.city.hub_score]&fields[servers.ips]": looking address up: looking addr ip up: lookup api.nordvpn.com on [fe80::8004:5fff:feaa:6764%eth0]:53: dial udp 103.86.99.100:53: connect: network is unreachable
Jun 25 19:54:22 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
Jun 25 19:54:22 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: 0: ID cd v29.63.1 XM@94 YM@e
Jun 25 19:54:22 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: 1: ID f20b v0.1.0 XM@176 YM@0
Jun 25 19:54:22 felix-z13 kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Working\Project\LCFC\Z13&Z16\Z13-Pegasus-NDA-P\2022-03-11-release 3% 5%\5% tuning\17AA22F1_20220311_A1.bin
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC287: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Jun 25 19:54:22 felix-z13 kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
Jun 25 19:54:22 felix-z13 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:63:00.6/sound/card1/input20
Jun 25 19:54:22 felix-z13 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:63:00.6/sound/card1/input21
Jun 25 19:54:22 felix-z13 kernel: ath11k_pci 0000:01:00.0: chip_id 0x12 chip_family 0xb board_id 0xff soc_id 0x400c1211
Jun 25 19:54:22 felix-z13 kernel: ath11k_pci 0000:01:00.0: fw_version 0x110b196e fw_build_timestamp 2022-12-22 12:54 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23
Jun 25 19:54:22 felix-z13 lightdm[1099]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 25 19:54:22 felix-z13 lightdm[1099]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=971) by (uid=0)
Jun 25 19:54:22 felix-z13 systemd[1]: Created slice User Slice of UID 971.
Jun 25 19:54:22 felix-z13 systemd[1]: Starting User Runtime Directory /run/user/971...
Jun 25 19:54:22 felix-z13 systemd-logind[801]: New session c1 of user lightdm.
Jun 25 19:54:22 felix-z13 systemd[1]: Finished User Runtime Directory /run/user/971.
Jun 25 19:54:22 felix-z13 systemd[1]: Starting User Manager for UID 971...
Jun 25 19:54:22 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=1104 comm="(systemd)")
Jun 25 19:54:22 felix-z13 dbus-daemon[800]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:22 felix-z13 (systemd)[1104]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:22 felix-z13 (systemd)[1104]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 25 19:54:22 felix-z13 (systemd)[1104]: pam_unix(systemd-user:session): session opened for user lightdm(uid=971) by lightdm(uid=0)
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.7964] device (wlan0): driver supports Access Point (AP) mode
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.7969] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.7972] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/ieee80211/phy0/rfkill2) (driver ath11k_pci)
Jun 25 19:54:22 felix-z13 systemd[1104]: Queued start job for default target Main User Target.
Jun 25 19:54:22 felix-z13 systemd[1104]: Created slice User Application Slice.
Jun 25 19:54:22 felix-z13 systemd[1104]: Reached target Paths.
Jun 25 19:54:22 felix-z13 systemd[1104]: Reached target Timers.
Jun 25 19:54:22 felix-z13 systemd[1104]: Starting D-Bus User Message Bus Socket...
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GnuPG network certificate management daemon.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GCR ssh-agent wrapper.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GNOME Keyring daemon.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on p11-kit server.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on PipeWire PulseAudio.
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on PipeWire Multimedia System Socket.
Jun 25 19:54:22 felix-z13 kernel: ath11k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
Jun 25 19:54:22 felix-z13 systemd[1104]: Listening on D-Bus User Message Bus Socket.
Jun 25 19:54:22 felix-z13 systemd[1104]: Reached target Sockets.
Jun 25 19:54:22 felix-z13 systemd[1104]: Reached target Basic System.
Jun 25 19:54:22 felix-z13 systemd[1104]: Reached target Main User Target.
Jun 25 19:54:22 felix-z13 systemd[1104]: Startup finished in 60ms.
Jun 25 19:54:22 felix-z13 systemd[1]: Started User Manager for UID 971.
Jun 25 19:54:22 felix-z13 systemd[1]: Started Session c1 of User lightdm.
Jun 25 19:54:22 felix-z13 kernel: ath11k_pci 0000:01:00.0: Failed to set the requested Country regulatory setting
Jun 25 19:54:22 felix-z13 kernel: ath11k_pci 0000:01:00.0: Failed to set the requested Country regulatory setting
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.8215] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp1s0'
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.8255] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 25 19:54:22 felix-z13 systemd[1104]: Created slice User Core Session Slice.
Jun 25 19:54:22 felix-z13 systemd[1104]: Starting D-Bus User Message Bus...
Jun 25 19:54:22 felix-z13 systemd[1104]: Started D-Bus User Message Bus.
Jun 25 19:54:22 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Activating systemd to hand-off: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.0' (uid=971 pid=1122 comm="/usr/bin/slick-greeter")
Jun 25 19:54:22 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Successfully activated service 'org.freedesktop.systemd1'
Jun 25 19:54:22 felix-z13 systemd[1104]: Starting User preferences database...
Jun 25 19:54:22 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Successfully activated service 'ca.desrt.dconf'
Jun 25 19:54:22 felix-z13 systemd[1104]: Started User preferences database.
Jun 25 19:54:22 felix-z13 NetworkManager[807]: <info> [1687715662.9421] device (wlp1s0): set-hw-addr: set MAC address to 76:A3:E1:41:E0:55 (scanning)
Jun 25 19:54:22 felix-z13 slick-greeter-check-hidpi[1127]: Window scale: 1
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=807 comm="/usr/bin/NetworkManager --no-daemon")
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: Found xinput pointer: id=2
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: Found xinput pointer: id=4
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: Found xinput pointer: id=10
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: --> This device has a tap-to-click property
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: --> Tapping Enabled property ID: 308
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: --> Calling 'xinput set-prop 10 308 1'
Jun 25 19:54:23 felix-z13 slick-greeter-enable-tap-to-click[1140]: Found xinput pointer: id=12
Jun 25 19:54:23 felix-z13 systemd[1]: Starting WPA supplicant...
Jun 25 19:54:23 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=971 pid=1122 comm="/usr/bin/slick-greeter")
Jun 25 19:54:23 felix-z13 systemd[1104]: Starting Accessibility services bus...
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 25 19:54:23 felix-z13 systemd[1]: Started WPA supplicant.
Jun 25 19:54:23 felix-z13 wpa_supplicant[1143]: Successfully initialized wpa_supplicant
Jun 25 19:54:23 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Successfully activated service 'org.a11y.Bus'
Jun 25 19:54:23 felix-z13 systemd[1104]: Started Accessibility services bus.
Jun 25 19:54:23 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.0' (uid=971 pid=1122 comm="/usr/bin/slick-greeter")
Jun 25 19:54:23 felix-z13 systemd[1104]: Starting Virtual filesystem service...
Jun 25 19:54:23 felix-z13 dbus-daemon[1128]: [session uid=971 pid=1128] Successfully activated service 'org.gtk.vfs.Daemon'
Jun 25 19:54:23 felix-z13 systemd[1104]: Started Virtual filesystem service.
Jun 25 19:54:23 felix-z13 wpa_supplicant[1143]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.1005] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.1006] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.1' (uid=0 pid=801 comm="/usr/lib/systemd/systemd-logind")
Jun 25 19:54:23 felix-z13 systemd[1]: Starting Authorization Manager...
Jun 25 19:54:23 felix-z13 polkitd[1171]: Started polkitd version 122
Jun 25 19:54:23 felix-z13 polkitd[1171]: Loading rules from directory /etc/polkit-1/rules.d
Jun 25 19:54:23 felix-z13 polkitd[1171]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 25 19:54:23 felix-z13 polkitd[1171]: Finished loading, compiling and executing 4 rules
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 25 19:54:23 felix-z13 systemd[1]: Started Authorization Manager.
Jun 25 19:54:23 felix-z13 polkitd[1171]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.15' (uid=971 pid=1122 comm="/usr/bin/slick-greeter")
Jun 25 19:54:23 felix-z13 systemd[1]: Starting Daemon for power management...
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 25 19:54:23 felix-z13 systemd[1]: Started Daemon for power management.
Jun 25 19:54:23 felix-z13 at-spi-bus-launcher[1155]: dbus-daemon[1155]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=971 pid=1122 comm="/usr/bin/slick-greeter")
Jun 25 19:54:23 felix-z13 at-spi-bus-launcher[1155]: dbus-daemon[1155]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.18' (uid=0 pid=1197 comm="lightdm --session-child 15 22")
Jun 25 19:54:23 felix-z13 at-spi-bus-launcher[1199]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 25 19:54:23 felix-z13 systemd[1]: Starting Fingerprint Authentication Daemon...
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4760] device (eth0): carrier: link connected
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4764] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4770] policy: auto-activating connection 'Wired connection 1' (eca3c78c-3c31-3e4a-b97c-c8d860616a8e)
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4774] device (eth0): Activation: starting connection 'Wired connection 1' (eca3c78c-3c31-3e4a-b97c-c8d860616a8e)
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4775] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4776] manager: NetworkManager state is now CONNECTING
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4776] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4779] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.4781] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'net.reactivated.Fprint'
Jun 25 19:54:23 felix-z13 systemd[1]: Started Fingerprint Authentication Daemon.
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5513] dhcp4 (eth0): state changed new lease, address=172.20.10.6
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5516] policy: set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=807 comm="/usr/bin/NetworkManager --no-daemon")
Jun 25 19:54:23 felix-z13 dbus-daemon[800]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jun 25 19:54:23 felix-z13 nordvpnd[975]: 2023/06/25 19:54:23 [Error] refreshing vpn unsetting killswitch: getting api_whitelist: rule with specified name does not exist
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5549] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5561] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5562] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5564] manager: NetworkManager state is now CONNECTED_SITE
Jun 25 19:54:23 felix-z13 NetworkManager[807]: <info> [1687715663.5565] device (eth0): Activation: successful, device activated.
Jun 25 19:54:25 felix-z13 fprintd[1205]: Verification was in progress, stopping it
Jun 25 19:54:25 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=1197 comm="lightdm --session-child 15 22")
Jun 25 19:54:25 felix-z13 dbus-daemon[800]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:25 felix-z13 lightdm[1197]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:25 felix-z13 lightdm[1197]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 25 19:54:25 felix-z13 NetworkManager[807]: <info> [1687715665.6062] dhcp6 (eth0): activation: beginning transaction (timeout in 45 seconds)
Jun 25 19:54:25 felix-z13 NetworkManager[807]: <info> [1687715665.6068] policy: set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS
Jun 25 19:54:25 felix-z13 systemd[1]: Stopping Session c1 of User lightdm...
Jun 25 19:54:25 felix-z13 NetworkManager[807]: <info> [1687715665.6087] dhcp6 (eth0): state changed new lease
Jun 25 19:54:25 felix-z13 lightdm[1099]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 25 19:54:25 felix-z13 systemd[1]: session-c1.scope: Deactivated successfully.
Jun 25 19:54:25 felix-z13 systemd[1]: Stopped Session c1 of User lightdm.
Jun 25 19:54:25 felix-z13 lightdm[1197]: pam_unix(lightdm:session): session opened for user felix(uid=1000) by felix(uid=0)
Jun 25 19:54:25 felix-z13 systemd-logind[801]: Removed session c1.
Jun 25 19:54:25 felix-z13 systemd[1]: Created slice User Slice of UID 1000.
Jun 25 19:54:25 felix-z13 systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 25 19:54:25 felix-z13 systemd-logind[801]: New session 2 of user felix.
Jun 25 19:54:25 felix-z13 systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 25 19:54:25 felix-z13 systemd[1]: Starting User Manager for UID 1000...
Jun 25 19:54:25 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=1256 comm="(systemd)")
Jun 25 19:54:25 felix-z13 dbus-daemon[800]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:25 felix-z13 (systemd)[1256]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 25 19:54:25 felix-z13 (systemd)[1256]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[felix] ruser=[<unknown>] rhost=[<unknown>]
Jun 25 19:54:25 felix-z13 (systemd)[1256]: pam_unix(systemd-user:session): session opened for user felix(uid=1000) by felix(uid=0)
Jun 25 19:54:25 felix-z13 systemd-xdg-autostart-generator[1261]: Exec binary '/opt/pcloud/pcloud-drive-1.11.0-1.AppImage' does not exist: No such file or directory
Jun 25 19:54:25 felix-z13 systemd-journald[351]: /var/log/journal/08b44ca2a52c4928b547f54af6a3e2a3/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jun 25 19:54:25 felix-z13 systemd-xdg-autostart-generator[1261]: /home/felix/.config/autostart/pcloud-drive.AppImage.desktop: not generating unit, error parsing Exec= line: No such file or directory
Jun 25 19:54:25 felix-z13 systemd[1256]: Queued start job for default target Main User Target.
Jun 25 19:54:25 felix-z13 systemd[1256]: Created slice User Application Slice.
Jun 25 19:54:25 felix-z13 systemd[1256]: Reached target Paths.
Jun 25 19:54:25 felix-z13 systemd[1256]: Reached target Timers.
Jun 25 19:54:25 felix-z13 systemd[1256]: Starting D-Bus User Message Bus Socket...
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GnuPG network certificate management daemon.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GCR ssh-agent wrapper.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GNOME Keyring daemon.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on p11-kit server.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on PipeWire PulseAudio.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on PipeWire Multimedia System Socket.
Jun 25 19:54:25 felix-z13 systemd[1256]: Listening on D-Bus User Message Bus Socket.
Jun 25 19:54:25 felix-z13 systemd[1256]: Reached target Sockets.
Jun 25 19:54:25 felix-z13 systemd[1256]: Reached target Basic System.
Jun 25 19:54:25 felix-z13 systemd[1256]: Reached target Main User Target.
Jun 25 19:54:25 felix-z13 systemd[1256]: Startup finished in 88ms.
Jun 25 19:54:25 felix-z13 systemd[1]: Started User Manager for UID 1000.
Jun 25 19:54:25 felix-z13 systemd[1]: Started Session 2 of User felix.
Jun 25 19:54:25 felix-z13 systemd[1256]: Started GNOME Keyring daemon.
Jun 25 19:54:25 felix-z13 gnome-keyring-daemon[1266]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jun 25 19:54:25 felix-z13 systemd[1256]: Created slice User Core Session Slice.
Jun 25 19:54:25 felix-z13 systemd[1256]: Starting D-Bus User Message Bus...
Jun 25 19:54:25 felix-z13 systemd[1256]: Started D-Bus User Message Bus.
Jun 25 19:54:25 felix-z13 lightdm[1197]: gkr-pam: couldn't unlock the login keyring.
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.5' (uid=1000 pid=1314 comm="nm-applet")
Jun 25 19:54:26 felix-z13 systemd[1256]: Started PipeWire Multimedia Service.
Jun 25 19:54:26 felix-z13 systemd[1256]: Started Multimedia Service Session Manager.
Jun 25 19:54:26 felix-z13 systemd[1256]: Started PipeWire PulseAudio.
Jun 25 19:54:26 felix-z13 systemd[1256]: Starting Virtual filesystem service...
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Successfully activated service 'org.gtk.vfs.Daemon'
Jun 25 19:54:26 felix-z13 systemd[1256]: Started Virtual filesystem service.
Jun 25 19:54:26 felix-z13 wireplumber[1333]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire[1325]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 wireplumber[1333]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 wireplumber[1333]: could not set nice-level to -11: No such file or directory
Jun 25 19:54:26 felix-z13 pipewire[1325]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire[1325]: mod.rt: could not set nice-level to -11: No such file or directory
Jun 25 19:54:26 felix-z13 wireplumber[1333]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire-pulse[1334]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire[1325]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire-pulse[1334]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire-pulse[1334]: mod.rt: could not set nice-level to -11: No such file or directory
Jun 25 19:54:26 felix-z13 pipewire-pulse[1334]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 wireplumber[1333]: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire[1325]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 pipewire-pulse[1334]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Activating service name='org.mpris.MediaPlayer2.playerctld' requested by ':1.14' (uid=1000 pid=1311 comm="i3status-rs")
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Successfully activated service 'org.mpris.MediaPlayer2.playerctld'
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.17' (uid=1000 pid=1314 comm="nm-applet")
Jun 25 19:54:26 felix-z13 systemd[1256]: Starting Accessibility services bus...
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Successfully activated service 'org.a11y.Bus'
Jun 25 19:54:26 felix-z13 systemd[1256]: Started Accessibility services bus.
Jun 25 19:54:26 felix-z13 wireplumber[1333]: [0:00:09.111049797] [1333] INFO Camera camera_manager.cpp:298 libcamera v0.0.5
Jun 25 19:54:26 felix-z13 kernel: warning: `flameshot' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Jun 25 19:54:26 felix-z13 NetworkManager[807]: <info> [1687715666.2046] agent-manager: agent[590db6f6f1905dc8,:1.35/org.freedesktop.nm-applet/1000]: agent registered
Jun 25 19:54:26 felix-z13 at-spi-bus-launcher[1406]: dbus-daemon[1406]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1314 comm="nm-applet")
Jun 25 19:54:26 felix-z13 at-spi-bus-launcher[1406]: dbus-daemon[1406]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 25 19:54:26 felix-z13 at-spi-bus-launcher[1445]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 25 19:54:26 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.39' (uid=1000 pid=1313 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 25 19:54:26 felix-z13 systemd[1]: Starting Bluetooth management mechanism...
Jun 25 19:54:26 felix-z13 dbus-daemon[800]: [system] Successfully activated service 'org.blueman.Mechanism'
Jun 25 19:54:26 felix-z13 systemd[1]: Started Bluetooth management mechanism.
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.19' (uid=1000 pid=1313 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 25 19:54:26 felix-z13 dbus-daemon[800]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.39' (uid=1000 pid=1313 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 25 19:54:26 felix-z13 dbus-daemon[800]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Jun 25 19:54:26 felix-z13 systemd[1256]: Starting Bluetooth OBEX service...
Jun 25 19:54:26 felix-z13 obexd[1470]: OBEX daemon 5.66
Jun 25 19:54:26 felix-z13 dbus-daemon[1271]: [session uid=1000 pid=1271] Successfully activated service 'org.bluez.obex'
Jun 25 19:54:26 felix-z13 systemd[1256]: Started Bluetooth OBEX service.
Jun 25 19:54:26 felix-z13 wireplumber[1333]: SPA handle 'api.alsa.acp.device' could not be loaded; is it installed?
Jun 25 19:54:26 felix-z13 wireplumber[1333]: Failed to create 'api.alsa.acp.device' device
Jun 25 19:54:26 felix-z13 wireplumber[1333]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Jun 25 19:54:26 felix-z13 pipewire[1325]: [0:00:09.765962778] [1325] INFO Camera camera_manager.cpp:298 libcamera v0.0.5
Jun 25 19:54:26 felix-z13 wireplumber[1333]: <WpPortalPermissionStorePlugin:0x56032ea70f60> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
Jun 25 19:54:26 felix-z13 wireplumber[1333]: <WpPortalPermissionStorePlugin:0x56032ea70f60> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
Jun 25 19:54:26 felix-z13 wireplumber[1333]: <WpPortalPermissionStorePlugin:0x56032ea70f60> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
Jun 25 19:54:26 felix-z13 wireplumber[1333]: <WpPortalPermissionStorePlugin:0x56032ea70f60> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
Jun 25 19:54:26 felix-z13 NetworkManager[807]: <info> [1687715666.9798] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 25 19:54:35 felix-z13 systemd[1]: Stopping User Manager for UID 971...
Jun 25 19:54:35 felix-z13 systemd[1104]: Activating special unit Exit the Session...
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped target Main User Target.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopping Accessibility services bus...
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopping D-Bus User Message Bus...
Jun 25 19:54:35 felix-z13 gvfsd[1156]: A connection to the bus can't be made
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopping User preferences database...
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopping Virtual filesystem service...
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped User preferences database.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped D-Bus User Message Bus.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped Accessibility services bus.
Jun 25 19:54:35 felix-z13 systemd[1]: run-user-971-gvfs.mount: Deactivated successfully.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped Virtual filesystem service.
Jun 25 19:54:35 felix-z13 systemd[1104]: Removed slice User Core Session Slice.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped target Basic System.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped target Paths.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped target Sockets.
Jun 25 19:54:35 felix-z13 systemd[1104]: Stopped target Timers.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed D-Bus User Message Bus Socket.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GnuPG network certificate management daemon.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GCR ssh-agent wrapper.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GNOME Keyring daemon.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed p11-kit server.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed PipeWire PulseAudio.
Jun 25 19:54:35 felix-z13 systemd[1104]: Closed PipeWire Multimedia System Socket.
Jun 25 19:54:35 felix-z13 systemd[1104]: Removed slice User Application Slice.
Jun 25 19:54:35 felix-z13 systemd[1104]: Reached target Shutdown.
Jun 25 19:54:35 felix-z13 systemd[1104]: Finished Exit the Session.
Jun 25 19:54:35 felix-z13 systemd[1104]: Reached target Exit the Session.
Jun 25 19:54:35 felix-z13 (sd-pam)[1105]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 25 19:54:35 felix-z13 systemd[1]: user@971.service: Deactivated successfully.
Jun 25 19:54:36 felix-z13 systemd[1]: Stopped User Manager for UID 971.
Jun 25 19:54:36 felix-z13 systemd[1]: Stopping User Runtime Directory /run/user/971...
Jun 25 19:54:36 felix-z13 systemd[1]: run-user-971.mount: Deactivated successfully.
Jun 25 19:54:36 felix-z13 systemd[1]: user-runtime-dir@971.service: Deactivated successfully.
Jun 25 19:54:36 felix-z13 systemd[1]: Stopped User Runtime Directory /run/user/971.
Jun 25 19:54:36 felix-z13 systemd[1]: Removed slice User Slice of UID 971.
Jun 25 19:54:36 felix-z13 wpa_supplicant[1143]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
Jun 25 19:54:37 felix-z13 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 25 19:54:51 felix-z13 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 25 19:54:55 felix-z13 systemd-timesyncd[793]: Contacted time server [2a01:55e0::c005]:123 (2.arch.pool.ntp.org).
Jun 25 19:54:55 felix-z13 systemd-timesyncd[793]: Initial clock synchronization to Sun 2023-06-25 19:54:55.721225 CEST.
Jun 25 19:54:56 felix-z13 systemd[1]: fprintd.service: Deactivated successfully.
Jun 25 19:54:56 felix-z13 systemd[1]: blueman-mechanism.service: Deactivated successfully.
Jun 25 19:55:20 felix-z13 systemd-udevd[375]: 0000:63:00.7: Worker [425] processing SEQNUM=3808 is taking a long time
Jun 25 19:57:20 felix-z13 systemd-udevd[375]: 0000:63:00.7: Worker [425] processing SEQNUM=3808 killed
Jun 25 19:58:43 felix-z13 polkitd[1171]: Registered Authentication Agent for unix-process:1993:26612 (system bus name :1.44 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 25 19:58:43 felix-z13 systemd-logind[801]: The system will reboot now!
Jun 25 19:58:43 felix-z13 systemd-logind[801]: System is rebooting.Additionally, immediately after boot my processes are populated with a bunch of udev-workers:
ps auxf:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 19:54 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [rcu_gp]
root 4 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [rcu_par_gp]
root 5 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [slub_flushwq]
root 6 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [netns]
root 7 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:0-events]
root 8 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/0:0H-events_highpri]
root 9 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:0-events_unbound]
root 10 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [mm_percpu_wq]
root 11 0.1 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:1-events_unbound]
root 12 0.0 0.0 0 0 ? I 19:54 0:00 \_ [rcu_tasks_kthread]
root 13 0.0 0.0 0 0 ? I 19:54 0:00 \_ [rcu_tasks_rude_kthread]
root 14 0.0 0.0 0 0 ? I 19:54 0:00 \_ [rcu_tasks_trace_kthread]
root 15 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/0]
root 16 0.0 0.0 0 0 ? I 19:54 0:00 \_ [rcu_preempt]
root 17 0.0 0.0 0 0 ? S 19:54 0:00 \_ [rcub/0]
root 18 0.0 0.0 0 0 ? S 19:54 0:00 \_ [migration/0]
root 19 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/0]
root 20 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:1-events]
root 21 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/0]
root 22 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/1]
root 23 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/1]
root 24 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/1]
root 25 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/1]
root 26 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/1:0-cgwb_release]
root 27 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/1:0H-events_highpri]
root 28 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/2]
root 29 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/2]
root 30 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/2]
root 31 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/2]
root 32 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/2:0-mm_percpu_wq]
root 33 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/2:0H-events_highpri]
root 34 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/3]
root 35 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/3]
root 36 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/3]
root 37 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/3]
root 38 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/3:0-mm_percpu_wq]
root 39 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/3:0H-events_highpri]
root 40 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/4]
root 41 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/4]
root 42 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/4]
root 43 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/4]
root 44 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/4:0-events]
root 45 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/4:0H-events_highpri]
root 46 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/5]
root 47 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/5]
root 48 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/5]
root 49 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/5]
root 50 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/5:0-events]
root 51 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/5:0H-events_highpri]
root 52 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/6]
root 53 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/6]
root 54 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/6]
root 55 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/6]
root 56 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/6:0-pm]
root 57 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/6:0H-events_highpri]
root 58 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/7]
root 59 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/7]
root 60 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/7]
root 61 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/7]
root 62 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/7:0-events]
root 63 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/7:0H-events_highpri]
root 64 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/8]
root 65 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/8]
root 66 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/8]
root 67 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/8]
root 68 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/8:0-mm_percpu_wq]
root 69 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/8:0H-kblockd]
root 70 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/9]
root 71 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/9]
root 72 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/9]
root 73 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/9]
root 74 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/9:0-events]
root 75 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/9:0H-events_highpri]
root 76 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/10]
root 77 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/10]
root 78 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/10]
root 79 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/10]
root 80 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/10:0-events]
root 81 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/10:0H-events_highpri]
root 82 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/11]
root 83 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/11]
root 84 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/11]
root 85 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/11]
root 86 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/11:0-events]
root 87 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/11:0H-events_highpri]
root 88 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/12]
root 89 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/12]
root 90 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/12]
root 91 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/12]
root 92 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:0-pm]
root 93 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/12:0H-events_highpri]
root 94 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/13]
root 95 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/13]
root 96 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/13]
root 97 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/13]
root 98 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/13:0-events]
root 99 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/13:0H-events_highpri]
root 100 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/14]
root 101 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/14]
root 102 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/14]
root 103 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/14]
root 104 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/14:0-events]
root 105 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/14:0H-events_highpri]
root 106 0.0 0.0 0 0 ? S 19:54 0:00 \_ [cpuhp/15]
root 107 0.0 0.0 0 0 ? S 19:54 0:00 \_ [idle_inject/15]
root 108 0.1 0.0 0 0 ? S 19:54 0:00 \_ [migration/15]
root 109 0.0 0.0 0 0 ? S 19:54 0:00 \_ [ksoftirqd/15]
root 110 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/15:0-events]
root 111 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/15:0H-ttm]
root 112 0.0 0.0 0 0 ? S 19:54 0:00 \_ [kdevtmpfs]
root 113 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [inet_frag_wq]
root 114 0.0 0.0 0 0 ? S 19:54 0:00 \_ [kauditd]
root 115 0.0 0.0 0 0 ? S 19:54 0:00 \_ [khungtaskd]
root 116 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:2-events_power_efficient]
root 117 0.0 0.0 0 0 ? S 19:54 0:00 \_ [oom_reaper]
root 118 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [writeback]
root 119 0.0 0.0 0 0 ? S 19:54 0:00 \_ [kcompactd0]
root 120 0.0 0.0 0 0 ? SN 19:54 0:00 \_ [ksmd]
root 121 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/1:1-events_freezable]
root 122 0.0 0.0 0 0 ? SN 19:54 0:00 \_ [khugepaged]
root 123 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kintegrityd]
root 124 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kblockd]
root 125 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [blkcg_punt_bio]
root 126 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [tpm_dev_wq]
root 127 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ata_sff]
root 128 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [edac-poller]
root 129 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [devfreq_wq]
root 130 0.0 0.0 0 0 ? S 19:54 0:00 \_ [watchdogd]
root 131 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/0:1H-kblockd]
root 132 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/25-AMD-Vi]
root 133 0.0 0.0 0 0 ? S 19:54 0:00 \_ [kswapd0]
root 134 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/4:1-mm_percpu_wq]
root 135 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kthrotld]
root 136 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/37-pciehp]
root 137 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/38-pciehp]
root 138 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/2:1-events]
root 139 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/3:1-mm_percpu_wq]
root 140 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/5:1-events]
root 141 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/6:1-mm_percpu_wq]
root 142 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/7:1-events]
root 143 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/8:1-rcu_gp]
root 144 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/9:1-cgroup_destroy]
root 145 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/10:1-cgroup_destroy]
root 146 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/11:1-mm_percpu_wq]
root 147 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:1-events]
root 148 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/13:1-mm_percpu_wq]
root 149 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/14:1-events]
root 150 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/15:1-mm_percpu_wq]
root 151 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [acpi_thermal_pm]
root 152 0.0 0.0 0 0 ? S 19:54 0:00 \_ [xenbus_probe]
root 153 0.0 0.0 0 0 ? D 19:54 0:00 \_ [kworker/u32:3+events_unbound]
root 154 0.0 0.0 0 0 ? S 19:54 0:00 \_ [hwrng]
root 155 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amd_iommu_v2]
root 156 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [mld]
root 157 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/1:1H-kblockd]
root 158 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ipv6_addrconf]
root 165 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kstrp]
root 166 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [zswap-shrink]
root 167 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/u33:0-hci0]
root 168 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [charger_manager]
root 169 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/26-ACPI:Event]
root 170 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/27-ACPI:Event]
root 171 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/28-ACPI:Event]
root 172 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/29-ACPI:Event]
root 173 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/30-ACPI:Event]
root 174 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/31-ACPI:Event]
root 175 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/32-ACPI:Event]
root 176 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/33-ACPI:Event]
root 177 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/34-ACPI:Event]
root 178 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/1:2]
root 195 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/6:1H-kblockd]
root 208 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/11:1H-kblockd]
root 209 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/15:1H-ttm]
root 210 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/9:1H-kblockd]
root 211 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/4:1H-kblockd]
root 212 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/5:1H-kblockd]
root 213 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/14:1H-kblockd]
root 214 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/8:1H-ttm]
root 215 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/7:1H-kblockd]
root 216 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/3:1H-kblockd]
root 227 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/2:1H-kblockd]
root 228 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/13:1H]
root 229 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/10:1H-ttm]
root 230 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/12:1H-kblockd]
root 237 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/14:2-events]
root 260 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [nvme-wq]
root 261 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [nvme-reset-wq]
root 262 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [nvme-delete-wq]
root 263 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [nvme-auth-wq]
root 264 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ktpacpid]
root 265 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:2-events]
root 266 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/6:2]
root 267 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/8:2]
root 268 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/1:3-cgroup_destroy]
root 269 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/9:2-mm_percpu_wq]
root 270 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:3-events]
root 271 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu-reset-de]
root 272 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ttm]
root 273 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 274 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 275 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 276 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 277 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 278 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 279 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 280 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_r]
root 281 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [dm_vblank_contr]
root 282 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [amdgpu_dm_hpd_w]
root 283 0.0 0.0 0 0 ? S 19:54 0:00 \_ [card0-crtc0]
root 284 0.0 0.0 0 0 ? S 19:54 0:00 \_ [card0-crtc1]
root 285 0.0 0.0 0 0 ? S 19:54 0:00 \_ [card0-crtc2]
root 286 0.0 0.0 0 0 ? S 19:54 0:00 \_ [card0-crtc3]
root 287 0.1 0.0 0 0 ? S 19:54 0:00 \_ [gfx_0.0.0]
root 288 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.0.0]
root 289 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.1.0]
root 290 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.2.0]
root 291 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.3.0]
root 292 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.0.1]
root 293 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.1.1]
root 294 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.2.1]
root 295 0.0 0.0 0 0 ? S 19:54 0:00 \_ [comp_1.3.1]
root 296 0.0 0.0 0 0 ? S 19:54 0:00 \_ [sdma0]
root 297 0.0 0.0 0 0 ? S 19:54 0:00 \_ [vcn_dec_0]
root 298 0.0 0.0 0 0 ? S 19:54 0:00 \_ [vcn_enc_0.0]
root 299 0.0 0.0 0 0 ? S 19:54 0:00 \_ [vcn_enc_0.1]
root 300 0.0 0.0 0 0 ? S 19:54 0:00 \_ [jpeg_dec]
root 301 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/3:2-events]
root 312 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/13:2-events]
root 313 0.0 0.0 0 0 ? S 19:54 0:00 \_ [jbd2/nvme0n1p2-8]
root 314 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ext4-rsv-conver]
root 356 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/4:2-mm_percpu_wq]
root 358 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:4-cgroup_destroy]
root 359 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:5-events]
root 360 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:6-events]
root 361 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:7-events]
root 362 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:8-events]
root 363 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:9-rcu_gp]
root 364 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/0:10-events]
root 416 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/5:2-pm]
root 429 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/70-ELAN06A0:00]
root 604 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/10:2-events]
root 606 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [cryptd]
root 616 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [cfg80211]
root 619 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/71-cs35l41 IRQ1 Controller]
root 621 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/71-cs35l41 IRQ1 Controller]
root 622 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/11:2-events]
root 624 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:2-rcu_gp]
root 627 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:4-flush-259:0]
root 633 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ath11k_wq]
root 634 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [ath11k_aux_wq]
root 635 0.0 0.0 0 0 ? S 19:54 0:00 \_ [irq/122-bhi]
root 764 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/2:2]
root 766 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/2:3-events]
root 787 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/u33:1-hci0]
root 791 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:3-mm_percpu_wq]
root 795 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:4-events]
root 796 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/12:5]
root 902 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:5]
root 903 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/u32:6]
root 926 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/7:2-events]
root 927 0.0 0.0 0 0 ? I 19:54 0:00 \_ [kworker/7:3]
root 1023 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/u33:2-hci0]
root 1026 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/u33:3]
root 1110 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-321]
root 1111 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-322]
root 1112 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-323]
root 1113 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-324]
root 1114 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-325]
root 1115 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-326]
root 1116 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-327]
root 1117 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-328]
root 1118 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-329]
root 1119 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-330]
root 1120 0.0 0.0 0 0 ? S 19:54 0:00 \_ [napi/-331]
root 1138 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/15:2H]
root 1139 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/15:3H]
root 1208 0.0 0.0 0 0 ? I< 19:54 0:00 \_ [kworker/8:2H]
root 1 0.3 0.0 168488 12432 ? Ss 19:54 0:00 /sbin/init
root 351 0.0 0.0 41576 17416 ? Ss 19:54 0:00 /usr/lib/systemd/systemd-journald
root 375 0.0 0.0 34392 9984 ? Ss 19:54 0:00 /usr/lib/systemd/systemd-udevd
root 376 0.0 0.0 37988 10740 ? S 19:54 0:00 \_ (udev-worker)
root 377 0.0 0.0 34352 8432 ? S 19:54 0:00 \_ (udev-worker)
root 378 0.2 0.0 34788 8536 ? S 19:54 0:00 \_ (udev-worker)
root 379 0.1 0.0 41516 13464 ? S 19:54 0:00 \_ (udev-worker)
root 380 0.0 0.0 37736 10424 ? S 19:54 0:00 \_ (udev-worker)
root 381 0.0 0.0 33304 7232 ? S 19:54 0:00 \_ (udev-worker)
root 383 0.0 0.0 33752 7668 ? S 19:54 0:00 \_ (udev-worker)
root 384 0.0 0.0 37724 9724 ? S 19:54 0:00 \_ (udev-worker)
root 385 0.0 0.0 37884 9768 ? S 19:54 0:00 \_ (udev-worker)
root 387 0.6 0.0 33328 6716 ? S 19:54 0:01 \_ (udev-worker)
root 388 0.0 0.0 37916 9872 ? S 19:54 0:00 \_ (udev-worker)
root 389 0.0 0.0 33552 7240 ? S 19:54 0:00 \_ (udev-worker)
root 390 0.0 0.0 37092 8080 ? S 19:54 0:00 \_ (udev-worker)
root 391 0.0 0.0 33332 7168 ? S 19:54 0:00 \_ (udev-worker)
root 392 0.0 0.0 37776 9728 ? S 19:54 0:00 \_ (udev-worker)
root 394 0.0 0.0 37924 9780 ? S 19:54 0:00 \_ (udev-worker)
root 396 0.0 0.0 38168 9788 ? S 19:54 0:00 \_ (udev-worker)
root 397 0.0 0.0 33340 5748 ? S 19:54 0:00 \_ (udev-worker)
root 398 0.0 0.0 33564 6784 ? S 19:54 0:00 \_ (udev-worker)
root 399 0.0 0.0 33344 6232 ? S 19:54 0:00 \_ (udev-worker)
root 400 0.0 0.0 33852 7124 ? S 19:54 0:00 \_ (udev-worker)
root 401 0.0 0.0 33852 7260 ? S 19:54 0:00 \_ (udev-worker)
root 402 0.0 0.0 33856 8536 ? S 19:54 0:00 \_ (udev-worker)
root 403 0.0 0.0 33348 6704 ? S 19:54 0:00 \_ (udev-worker)
root 404 0.0 0.0 33880 7820 ? S 19:54 0:00 \_ (udev-worker)
root 405 0.0 0.0 33352 6812 ? S 19:54 0:00 \_ (udev-worker)
root 406 0.0 0.0 33356 6380 ? S 19:54 0:00 \_ (udev-worker)
root 407 0.0 0.0 39328 10836 ? S 19:54 0:00 \_ (udev-worker)
root 408 0.0 0.0 38200 10416 ? S 19:54 0:00 \_ (udev-worker)
root 409 0.0 0.0 38184 10232 ? S 19:54 0:00 \_ (udev-worker)
root 410 0.0 0.0 38204 9900 ? S 19:54 0:00 \_ (udev-worker)
root 411 0.0 0.0 33360 7088 ? S 19:54 0:00 \_ (udev-worker)
root 412 0.0 0.0 38196 10636 ? S 19:54 0:00 \_ (udev-worker)
root 413 0.1 0.0 37960 11816 ? S 19:54 0:00 \_ (udev-worker)
root 414 0.0 0.0 37744 10452 ? S 19:54 0:00 \_ (udev-worker)
root 415 0.0 0.0 33636 7512 ? S 19:54 0:00 \_ (udev-worker)
root 418 0.0 0.0 35736 9584 ? S 19:54 0:00 \_ (udev-worker)
root 419 0.0 0.0 33396 8384 ? S 19:54 0:00 \_ (udev-worker)
root 420 0.0 0.0 33944 7520 ? S 19:54 0:00 \_ (udev-worker)
root 421 0.0 0.0 33332 6944 ? S 19:54 0:00 \_ (udev-worker)
root 422 0.0 0.0 33400 7792 ? S 19:54 0:00 \_ (udev-worker)
root 423 0.0 0.0 33404 7524 ? S 19:54 0:00 \_ (udev-worker)
root 424 0.0 0.0 33404 6380 ? S 19:54 0:00 \_ (udev-worker)
root 425 0.0 0.0 34092 7532 ? D 19:54 0:00 \_ (udev-worker)
root 426 0.0 0.0 33412 7612 ? S 19:54 0:00 \_ (udev-worker)
root 427 0.1 0.0 33416 6648 ? S 19:54 0:00 \_ (udev-worker)
root 428 0.0 0.0 33948 7448 ? S 19:54 0:00 \_ (udev-worker)
systemd+ 793 0.0 0.0 90960 8320 ? Ssl 19:54 0:00 /usr/lib/systemd/systemd-timesyncd
dbus 800 0.0 0.0 9464 5248 ? Ss 19:54 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 801 0.0 0.0 50236 8256 ? Ss 19:54 0:00 /usr/lib/systemd/systemd-logind
root 807 0.0 0.0 693916 27484 ? Ssl 19:54 0:00 /usr/bin/NetworkManager --no-daemon
root 868 0.0 0.0 380316 7076 ? SLsl 19:54 0:00 /usr/bin/lightdm
root 879 1.8 0.3 1080128 105524 tty7 Rsl+ 19:54 0:03 \_ /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root 1197 0.0 0.0 246456 10440 ? Sl 19:54 0:00 \_ lightdm --session-child 15 22
felix 1272 0.0 0.0 169888 13512 ? Ss 19:54 0:00 \_ i3
root 870 0.0 0.0 10008 5624 ? Ds 19:54 0:00 /bin/sh /usr/bin/tlp init start
usbmux 871 0.0 0.0 158468 10228 ? Ssl 19:54 0:00 /usr/bin/usbmuxd --user usbmux --systemd
root 975 0.0 0.1 2470960 54468 ? Ssl 19:54 0:00 /usr/sbin/nordvpnd
root 1143 0.0 0.0 18008 10368 ? Ss 19:54 0:00 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
polkitd 1171 0.0 0.0 383792 11420 ? Ssl 19:54 0:00 /usr/lib/polkit-1/polkitd --no-debug
root 1181 0.0 0.0 314460 10868 ? Ssl 19:54 0:00 /usr/lib/upowerd
felix 1256 0.0 0.0 20024 11772 ? Ss 19:54 0:00 /usr/lib/systemd/systemd --user
felix 1257 0.0 0.0 24624 5288 ? S 19:54 0:00 \_ (sd-pam)
felix 1266 0.0 0.0 313132 13292 ? Ssl 19:54 0:00 \_ /usr/bin/gnome-keyring-daemon --foreground --components=pkcs11,secrets --control-directory=/run/user/1000/keyring
felix 1271 0.0 0.0 8740 4608 ? Ss 19:54 0:00 \_ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
felix 1325 0.0 0.0 132220 17744 ? Ssl 19:54 0:00 \_ /usr/bin/pipewire
felix 1333 0.0 0.0 417984 23136 ? Ssl 19:54 0:00 \_ /usr/bin/wireplumber
felix 1334 0.0 0.0 27556 8560 ? Ssl 19:54 0:00 \_ /usr/bin/pipewire-pulse
felix 1335 0.0 0.0 316844 10880 ? Ssl 19:54 0:00 \_ /usr/lib/gvfsd
felix 1343 0.0 0.0 452972 7928 ? Sl 19:54 0:00 \_ /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
felix 1373 0.0 0.0 228820 4608 ? Sl 19:54 0:00 \_ /usr/bin/playerctld
felix 1394 0.0 0.0 381824 7296 ? Ssl 19:54 0:00 \_ /usr/lib/at-spi-bus-launcher
felix 1406 0.0 0.0 8468 4332 ? S 19:54 0:00 | \_ /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
felix 1445 0.0 0.0 235052 7808 ? Sl 19:54 0:00 \_ /usr/lib/at-spi2-registryd --use-gnome-session
felix 1470 0.0 0.0 49372 8448 ? Ss 19:54 0:00 \_ /usr/lib/bluetooth/obexd
felix 1290 0.0 0.0 306440 7656 ? Sl 19:54 0:00 xss-lock --transfer-sleep-lock -- i3lock --nofork -c 000000
felix 1292 0.0 0.0 542748 18384 ? Sl 19:54 0:00 dunst
felix 1296 0.3 0.0 169524 13824 ? S 19:54 0:00 i3bar --bar_id=bar-0 --socket=/run/user/1000/i3/ipc-socket.1272
felix 1311 0.3 0.0 438812 20320 ? Sl 19:54 0:00 \_ i3status-rs
felix 1313 0.1 0.1 477484 53416 ? Sl 19:54 0:00 /usr/bin/python /usr/bin/blueman-applet
felix 1314 0.0 0.1 613008 39904 ? Sl 19:54 0:00 nm-applet
felix 1315 0.2 0.0 16648 6952 ? S 19:54 0:00 picom
felix 1317 0.1 0.2 1159016 84768 ? Sl 19:54 0:00 flameshot
felix 1318 0.0 0.0 26704 18176 ? S 19:54 0:00 python3 /usr/bin/libinput-gestures
felix 1558 0.0 0.0 7156 4608 ? S 19:54 0:00 \_ libinput-debug-events --device /dev/input/by-path/platform-AMDI0010:02-event-mouse
felix 1482 0.5 1.2 396652 387540 ? S 19:54 0:01 st
felix 1484 0.1 0.0 13620 9444 pts/0 Ss 19:54 0:00 \_ /usr/bin/zsh
felix 1874 0.0 0.0 11524 3968 pts/0 R+ 19:57 0:00 \_ ps auxfSee here process 425, which apparently is killed according to the journal. The only way to shut down the laptop is to long press the power button.
The device is a Lenovo Thinkpad z13 with an AMD Ryzen 7 PRO 6850U and an integrated AMD Radeon 680M graphics card.
Here is the lshw output:
H/W path Device Class Description
================================================================
system 21D2CTO1WW (LENOVO_MT_21D2_BU_Think_FM_ThinkPad Z13 Gen 1)
/0 bus 21D2CTO1WW
/0/0 memory 512KiB L1 cache
/0/1 memory 4MiB L2 cache
/0/2 memory 16MiB L3 cache
/0/3 processor AMD Ryzen 7 PRO 6850U with Radeon Graphics
/0/5 memory 32GiB System Memory
/0/5/0 memory 8GiB Synchronous Unbuffered (Unregistered) 6400 MHz (0.2 ns)
/0/5/1 memory 8GiB Synchronous Unbuffered (Unregistered) 6400 MHz (0.2 ns)
/0/5/2 memory 8GiB Synchronous Unbuffered (Unregistered) 6400 MHz (0.2 ns)
/0/5/3 memory 8GiB Synchronous Unbuffered (Unregistered) 6400 MHz (0.2 ns)
/0/14 memory 128KiB BIOS
/0/100 bridge Family 17h-19h PCIe Root Complex
/0/100/0.2 generic Family 17h-19h IOMMU
/0/100/1.2 bridge Family 17h-19h PCIe GPP Bridge
/0/100/1.2/0 wlp1s0 network QCNFA765 Wireless Network Adapter
/0/100/2.4 bridge Family 17h-19h PCIe GPP Bridge
/0/100/2.4/0 /dev/nvme0 storage WD PC SN740 SDDQMQD-1T00-1001
/0/100/2.4/0/0 hwmon3 disk NVMe disk
/0/100/2.4/0/2 /dev/ng0n1 disk NVMe disk
/0/100/2.4/0/1 /dev/nvme0n1 disk 1024GB NVMe disk
/0/100/2.4/0/1/1 /dev/nvme0n1p1 volume 511MiB Windows FAT volume
/0/100/2.4/0/1/2 /dev/nvme0n1p2 volume 500GiB EXT4 volume
/0/100/2.4/0/1/4 /dev/nvme0n1p4 volume 349GiB EXT4 volume
/0/100/3.1 bridge Family 19h USB4/Thunderbolt PCIe tunnel
/0/100/4.1 bridge Family 19h USB4/Thunderbolt PCIe tunnel
/0/100/8.1 bridge Family 17h-19h Internal PCIe GPP Bridge
/0/100/8.1/0 /dev/fb0 display Rembrandt [Radeon 680M]
/0/100/8.1/0.1 multimedia Rembrandt Radeon High Definition Audio Controller
/0/100/8.1/0.2 generic VanGogh PSP/CCP
/0/100/8.1/0.3 bus Rembrandt USB4 XHCI controller #3
/0/100/8.1/0.3/0 usb1 bus xHCI Host Controller
/0/100/8.1/0.3/1 usb2 bus xHCI Host Controller
/0/100/8.1/0.4 bus Rembrandt USB4 XHCI controller #4
/0/100/8.1/0.4/0 usb3 bus xHCI Host Controller
/0/100/8.1/0.4/0/2 communication Bluetooth wireless interface
/0/100/8.1/0.4/0/3 generic Generic USB device
/0/100/8.1/0.4/1 usb4 bus xHCI Host Controller
/0/100/8.1/0.5 multimedia ACP/ACP3X/ACP6x Audio Coprocessor
/0/100/8.1/0.6 multimedia Family 17h/19h HD Audio Controller
/0/100/8.1/0.7 generic Sensor Fusion Hub
/0/100/8.3 bridge Family 17h-19h Internal PCIe GPP Bridge
/0/100/8.3/0 bus Rembrandt USB4 XHCI controller #8
/0/100/8.3/0/0 usb5 bus xHCI Host Controller
/0/100/8.3/0/0/1 multimedia Integrated RGB Camera
/0/100/8.3/0/1 usb6 bus xHCI Host Controller
/0/100/8.3/0.3 bus Rembrandt USB4 XHCI controller #5
/0/100/8.3/0.3/0 usb7 bus xHCI Host Controller
/0/100/8.3/0.3/1 usb8 bus xHCI Host Controller
/0/100/8.3/0.4 bus Rembrandt USB4 XHCI controller #6
/0/100/8.3/0.4/0 usb9 bus xHCI Host Controller
/0/100/8.3/0.4/0/1 bus USB2.0 Hub
/0/100/8.3/0.4/0/1/2 bus USB 2.0 Hub
/0/100/8.3/0.4/0/1/3 generic iPhone
/0/100/8.3/0.4/0/1/5 generic USB Billboard Device
/0/100/8.3/0.4/1 usb10 bus xHCI Host Controller
/0/100/8.3/0.4/1/1 bus USB3.1 Hub
/0/100/8.3/0.4/1/1/1 storage ELE-L29
/0/100/8.3/0.4/1/1/2 communication AX88179A
/0/100/8.3/0.4/1/1/4 storage RD80
/0/100/8.3/0.5 bus Rembrandt USB4/Thunderbolt NHI controller #1
/0/100/8.3/0.6 bus Rembrandt USB4/Thunderbolt NHI controller #2
/0/100/14 bus FCH SMBus Controller
/0/100/14.3 bridge FCH LPC Bridge
/0/101 bridge Family 17h-19h PCIe Dummy Host Bridge
/0/102 bridge Family 17h-19h PCIe Dummy Host Bridge
/0/103 bridge Family 17h-19h PCIe Dummy Host Bridge
/0/104 bridge Family 17h-19h PCIe Dummy Host Bridge
/0/105 bridge Family 17h-19h PCIe Dummy Host Bridge
/0/106 bridge Rembrandt Data Fabric: Device 18h; Function 0
/0/107 bridge Rembrandt Data Fabric: Device 18h; Function 1
/0/108 bridge Rembrandt Data Fabric: Device 18h; Function 2
/0/109 bridge Rembrandt Data Fabric: Device 18h; Function 3
/0/10a bridge Rembrandt Data Fabric: Device 18h; Function 4
/0/10b bridge Rembrandt Data Fabric: Device 18h; Function 5
/0/10c bridge Rembrandt Data Fabric: Device 18h; Function 6
/0/10d bridge Rembrandt Data Fabric: Device 18h; Function 7
/0/4 system Motherboard registers
/0/6 system AT Real-Time Clock
/0/7 generic PnP device LEN0071
/0/8 generic PnP device LEN030d
/0/9 system Motherboard registers
/0/a system System Board
/1 power 5B10W51883
/2 scsi0 storage
/3 scsi1 storage
/4 eth0 network Ethernet interface
/5 eth1 network Ethernet interfaceThe only changes I made to the official 6.2 line of kernels were:
echo "Applying AMD PSTATE EPP v12 patch"
b4 shazam 20230131090016.3970625-1-perry.yuan@amd.comwhich patches the AMD PSTATE driver.
I also changed the kernel config:
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=yto use the powersave governor by default.
Finally I added the
amd_pstate=activeboot flag.
Last edited by ffrank (2023-06-25 20:56:38)
Offline
Jun 25 19:54:21 felix-z13 kernel: ------------[ cut here ]------------
Jun 25 19:54:21 felix-z13 kernel: list_add corruption. next is NULL.
Jun 25 19:54:21 felix-z13 kernel: WARNING: CPU: 9 PID: 382 at lib/list_debug.c:25 __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: Modules linked in: snd_sof_xtensa_dsp(+) hid_sensor_gyro_3d(+) hid_sensor_accel_3d hid_sensor_magn_3d snd_sof hid_sensor_trigger industrialio_triggered_buffer kfifo_buf vfat snd_sof_utils acpi_cpufreq(-) hid_sensor_iio_common amd64_edac(-) fat industrialio qrtr intel_rapl_msr snd_soc_core ath11k_pci(+) intel_rapl_common snd_compress hid_sensor_hub ac97_bus ath11k edac_mce_amd snd_pcm_dmaengine snd_pci_ps snd_hda_codec_realtek(+) qmi_helpers kvm snd_hda_codec_generic snd_rpl_pci_acp6x snd_hda_codec_hdmi snd_acp_pci irqbypass mac80211 snd_hda_intel joydev crct10dif_pclmul snd_hda_scodec_cs35l41_spi crc32_pclmul snd_intel_dspcfg snd_pci_acp6x polyval_clmulni mousedev snd_intel_sdw_acpi polyval_generic gf128mul libarc4 snd_pci_acp5x snd_hda_codec snd_hda_scodec_cs35l41_i2c ghash_clmulni_intel sha512_ssse3 hid_multitouch snd_hda_scodec_cs35l41 snd_rn_pci_acp3x ucsi_acpi snd_hda_core aesni_intel cfg80211 snd_acp_config snd_hwdep snd_hda_cs_dsp_ctls typec_ucsi crypto_simd cs_dsp cryptd snd_soc_acpi think_lmi(+)
Jun 25 19:54:21 felix-z13 kernel: psmouse snd_pcm typec sp5100_tco rapl pcspkr firmware_attributes_class snd_soc_cs35l41_lib k10temp thunderbolt i2c_piix4 amd_sfh(+) snd_pci_acp3x wmi_bmof ccp snd_timer mhi roles i2c_hid_acpi amd_pmc serial_multi_instantiate amd_pmf i2c_hid acpi_tad mac_hid crypto_user acpi_call(OE) fuse dm_mod loop bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 amdgpu thinkpad_acpi i2c_algo_bit serio_raw ledtrig_audio drm_ttm_helper platform_profile atkbd ttm libps2 vivaldi_fmap snd drm_buddy nvme gpu_sched soundcore drm_display_helper rfkill crc32c_intel nvme_core xhci_pci cec i8042 video xhci_pci_renesas nvme_common serio wmi
Jun 25 19:54:21 felix-z13 kernel: CPU: 9 PID: 382 Comm: (udev-worker) Tainted: G OE 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2
Jun 25 19:54:21 felix-z13 kernel: Hardware name: LENOVO 21D2CTO1WW/21D2CTO1WW, BIOS N3GET47W (1.27 ) 12/08/2022
Jun 25 19:54:21 felix-z13 kernel: RIP: 0010:__list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: Code: 01 00 00 00 c3 cc cc cc cc 48 c7 c7 a8 10 e6 a5 e8 9e 5d a9 ff 0f 0b 31 c0 c3 cc cc cc cc 48 c7 c7 d0 10 e6 a5 e8 89 5d a9 ff <0f> 0b eb e9 48 89 c1 48 c7 c7 f8 10 e6 a5 e8 76 5d a9 ff 0f 0b eb
Jun 25 19:54:21 felix-z13 kernel: RSP: 0018:ffffafa4024d3af0 EFLAGS: 00010282
Jun 25 19:54:21 felix-z13 kernel: RAX: 0000000000000000 RBX: ffff92b8075e7a48 RCX: 0000000000000027
Jun 25 19:54:21 felix-z13 kernel: RDX: ffff92bf3e861688 RSI: 0000000000000001 RDI: ffff92bf3e861680
Jun 25 19:54:21 felix-z13 kernel: RBP: ffff92b8094ad740 R08: 0000000000000000 R09: ffffafa4024d3980
Jun 25 19:54:21 felix-z13 kernel: R10: 0000000000000003 R11: ffffffffa66ca1e8 R12: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R13: ffff92b8075e7a40 R14: ffff92b8094ad960 R15: 0000000000000002
Jun 25 19:54:21 felix-z13 kernel: FS: 00007f2545f16200(0000) GS:ffff92bf3e840000(0000) knlGS:0000000000000000
Jun 25 19:54:21 felix-z13 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 25 19:54:21 felix-z13 kernel: CR2: 0000560922450000 CR3: 0000000104ac2000 CR4: 0000000000750ee0
Jun 25 19:54:21 felix-z13 kernel: PKRU: 55555554
Jun 25 19:54:21 felix-z13 kernel: Call Trace:
Jun 25 19:54:21 felix-z13 kernel: <TASK>
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: ? __warn+0x81/0x130
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: ? report_bug+0x171/0x1a0
Jun 25 19:54:21 felix-z13 kernel: ? prb_read_valid+0x1b/0x30
Jun 25 19:54:21 felix-z13 kernel: ? handle_bug+0x3c/0x80
Jun 25 19:54:21 felix-z13 kernel: ? exc_invalid_op+0x17/0x70
Jun 25 19:54:21 felix-z13 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 25 19:54:21 felix-z13 kernel: ? __list_add_valid+0x57/0xa0
Jun 25 19:54:21 felix-z13 kernel: amd_sfh_get_report+0xba/0x110 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: amdtp_hid_request+0x36/0x50 [amd_sfh 0130c474df7b912569160d3addf870371de2c004]
Jun 25 19:54:21 felix-z13 kernel: sensor_hub_get_feature+0xad/0x170 [hid_sensor_hub 659ef99257af59317b97fc20bdbf92ddef48dfc3]
Jun 25 19:54:21 felix-z13 kernel: hid_sensor_parse_common_attributes+0x217/0x310 [hid_sensor_iio_common 08b40bee284f109581aafa912429ff375eae0865]
Jun 25 19:54:21 felix-z13 kernel: hid_gyro_3d_probe+0x7f/0x2e0 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: platform_probe+0x44/0xa0
Jun 25 19:54:21 felix-z13 kernel: really_probe+0x19e/0x3e0
Jun 25 19:54:21 felix-z13 kernel: ? __pfx___driver_attach+0x10/0x10
Jun 25 19:54:21 felix-z13 kernel: __driver_probe_device+0x78/0x160
Jun 25 19:54:21 felix-z13 kernel: driver_probe_device+0x1f/0x90
Jun 25 19:54:21 felix-z13 kernel: __driver_attach+0xd2/0x1c0
Jun 25 19:54:21 felix-z13 kernel: bus_for_each_dev+0x88/0xd0
Jun 25 19:54:21 felix-z13 kernel: bus_add_driver+0x116/0x220
Jun 25 19:54:21 felix-z13 kernel: driver_register+0x59/0x100
Jun 25 19:54:21 felix-z13 kernel: ? __pfx_init_module+0x10/0x10 [hid_sensor_gyro_3d d810fe3e66317bad8c28657f71cf3205f010e055]
Jun 25 19:54:21 felix-z13 kernel: do_one_initcall+0x5d/0x240
Jun 25 19:54:21 felix-z13 kernel: do_init_module+0x4a/0x200
Jun 25 19:54:21 felix-z13 kernel: __do_sys_init_module+0x17f/0x1b0
Jun 25 19:54:21 felix-z13 kernel: do_syscall_64+0x60/0x90
Jun 25 19:54:21 felix-z13 kernel: ? exc_page_fault+0x7c/0x180
Jun 25 19:54:21 felix-z13 kernel: entry_SYSCALL_64_after_hwframe+0x72/0xdc
Jun 25 19:54:21 felix-z13 kernel: RIP: 0033:0x7f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: Code: 48 8b 0d bd ed 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 8a ed 0c 00 f7 d8 64 89 01 48
Jun 25 19:54:21 felix-z13 kernel: RSP: 002b:00007ffed58f8388 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 25 19:54:21 felix-z13 kernel: RAX: ffffffffffffffda RBX: 00005609221f3390 RCX: 00007f2546321f9e
Jun 25 19:54:21 felix-z13 kernel: RDX: 00007f254689b343 RSI: 00000000000077f8 RDI: 000056092244c880
Jun 25 19:54:21 felix-z13 kernel: RBP: 00007f254689b343 R08: 00000000000077f8 R09: 0000000000000000
Jun 25 19:54:21 felix-z13 kernel: R10: 000000000001a0b1 R11: 0000000000000246 R12: 0000000000020000
Jun 25 19:54:21 felix-z13 kernel: R13: 00005609222610b0 R14: 00005609221f3390 R15: 0000560922260870
Jun 25 19:54:21 felix-z13 kernel: </TASK>
Jun 25 19:54:21 felix-z13 kernel: ---[ end trace 0000000000000000 ]---Looks like there is an issue initializing the hid_sensor_gyro_3d module. What if you blacklist it?
Offline
Hey loqs,
Thank you that seems to do the trick. I had to blacklist all three hid_sensor_xxx_3d modules though.
blacklist hid_sensor_gyro_3d
blacklist hid_sensor_accel_3d
blacklist hid_sensor_magn_3dOffline