Re: wlwifi AX201: WARN_ON in iwl_mvm_mld_mac_ctxt_cmd_common repeated UMAC FW crashes on 6.16-rc2
From: Damian Tometzki
Date: Mon Jun 23 2025 - 00:00:39 EST
On Mon, Jun 23, 2025 at 2:00 AM Hugh Dickins <hughd@xxxxxxxxxx> wrote:
>
> On Sun, 22 Jun 2025, Damian Tometzki wrote:
> > On Sun, Jun 22, 2025 at 6:30 PM Damian Tometzki <damian@xxxxxxxxxxxxxx> wrote:
> > >
> > > Hi Miri,
> > > Hi all,
> > >
> > > with v6.16-rc2 I consistently hit a Wi-Fi firmware crash on a
> > > Lenovo ThinkPad X1 Carbon Gen 9.
> > >
> > > Hardware / FW
> > > -------------
> > > * NIC : Intel Wi-Fi 6 AX201 160 MHz (PCI ID a0f0:0070, rev 0x351)
> > > * FW : 77.864baa2e.0 QuZ-a0-hr-b0-77.ucode (auto-loaded)
> > > * BIOS : N32ET96W (1.72)
> > > * Platform: 20XWCTO1WW
> > >
> > > Kernel: 6.16.0-rc2 #440 PREEMPT(lazy)
> > >
> > > Symptoms
> > > --------
> > > Immediately after NetworkManager (or plain `ip link set wlp0s20f3 up`)
> > > the driver warns:
> > >
> > > WARNING at drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c:37
> > > iwl_mvm_mld_mac_ctxt_cmd_common+0x175/0x1d0
> > >
> > > The firmware then aborts:
> > >
> > > FW error in SYNC CMD MAC_CONFIG_CMD
> > > NMI_INTERRUPT_UMAC_FATAL
> > > ADVANCED_SYSASSERT 0x20103126
> > > Microcode SW error detected. Restarting 0x0.
> > >
> > > The cycle repeats every few seconds; the interface never becomes usable.
> > > Full dmesg attached.
> > >
> > > --
> > > VG
> > > Demian Tometzki
> >
> > Hi together,
> >
> > I identified commit 83f3ac2848b46e3e5af5d06b5f176c as the cause of the issue.
> > After reverting it, the system is working again.
> >
> > Best regards
> > Damian
>
> I have a similar Lenovo X1 Carbon Gen 9: saw no problem on rc1 or rc2,
> but vey much this problem on today's 6.16-rc3.
>
> Patch from Miri's reply (attachment without context so I'm replying
> to this not that) inlined below, works nicely for me: thank you.
> I've removed Change-Id and Organization tags.
>
> Hugh
Hi together,
for me, the fix resolved the issue too. Many thanks for the help and patch.
Attached my dmesg.
Many thanks
Damian
>
> From: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx>
> Date: Sun, 22 Jun 2025 23:42:04 +0300
> Subject: [PATCH] wifi: iwlwifi: mvm: assume '1' as the default mac_config_cmd
> version
>
> Unfortunately, FWs of some devices don't have the version of the
> iwl_mac_config_cmd defined in the TLVs. We send 0 as the 'def argument
> to iwl_fw_lookup_cmd_ver, so for such FWs, the return value will be 0,
> leading to a warning, and to not sending the command.
>
> Fix this by assuming that the default version is 1.
>
> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx>
> ---
> drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c b/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
> index 3c255ae916c8..48ab6a2a98cc 100644
> --- a/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
> @@ -32,7 +32,7 @@ static void iwl_mvm_mld_mac_ctxt_cmd_common(struct iwl_mvm *mvm,
> unsigned int link_id;
> int cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw,
> WIDE_ID(MAC_CONF_GROUP,
> - MAC_CONFIG_CMD), 0);
> + MAC_CONFIG_CMD), 1);
>
> if (WARN_ON(cmd_ver < 1 || cmd_ver > 3))
> return;
> --
> 2.34.1
[ 0.000000] Linux version 6.16.0-rc3 (damian@fedora) (gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2), GNU ld version 2.44-3.fc42) #442 SMP PREEMPT_DYNAMIC Mon Jun 23 05:47:36 CEST 2025
[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.16.0-rc3 root=UUID=bd9837ce-cc28-4936-a24b-13a21f09949d ro rootflags=subvol=root rhgb quiet iwlmvm.disable_mld=y
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008f36efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008f36f000-0x000000009432efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009432f000-0x0000000094f2efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000094f2f000-0x0000000094ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000094fff000-0x0000000094ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000095000000-0x0000000098ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099400000-0x00000000995fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099e00000-0x00000000a07fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.7 by Lenovo
[ 0.000000] efi: ACPI=0x94ffe000 ACPI 2.0=0x94ffe014 TPMFinalLog=0x94d8f000 SMBIOS=0x910ba000 SMBIOS 3.0=0x910ad000 MEMATTR=0x8b311018 ESRT=0x8b31f418 MOKvar=0x8f824000 RNG=0x94ffd018 TPMEventLog=0x94fee018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem78: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: LENOVO 20XWCTO1WW/20XWCTO1WW, BIOS N32ET96W (1.72 ) 03/04/2025
[ 0.000000] DMI: Memory slots populated: 8/8
[ 0.000000] tsc: Detected 2400.000 MHz processor
[ 0.000000] tsc: Detected 2419.200 MHz TSC
[ 0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000013] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000021] last_pfn = 0x45f800 max_arch_pfn = 0x400000000
[ 0.000025] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000028] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000589] last_pfn = 0x95000 max_arch_pfn = 0x400000000
[ 0.014168] esrt: Reserving ESRT space from 0x000000008b31f418 to 0x000000008b31f680.
[ 0.014176] e820: update [mem 0x8b31f000-0x8b31ffff] usable ==> reserved
[ 0.014195] Using GB pages for direct mapping
[ 0.014536] Secure boot disabled
[ 0.014537] RAMDISK: [mem 0x68322000-0x6b44afff]
[ 0.014543] ACPI: Early table checksum verification disabled
[ 0.014546] ACPI: RSDP 0x0000000094FFE014 000024 (v02 LENOVO)
[ 0.014551] ACPI: XSDT 0x0000000094FFC188 000114 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014558] ACPI: FACP 0x000000009109F000 000114 (v06 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014565] ACPI: DSDT 0x0000000091064000 035147 (v02 LENOVO ICL 00000002 01000013)
[ 0.014569] ACPI: FACS 0x0000000094D6E000 000040
[ 0.014572] ACPI: SSDT 0x000000009114A000 00255D (v02 LENOVO CpuSsdt 00003000 INTL 20191018)
[ 0.014576] ACPI: SSDT 0x0000000091149000 00059B (v02 LENOVO CtdpB 00001000 INTL 20191018)
[ 0.014579] ACPI: SSDT 0x00000000910CF000 00400F (v02 LENOVO DptfTabl 00001000 INTL 20191018)
[ 0.014582] ACPI: SSDT 0x00000000910BC000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20191018)
[ 0.014586] ACPI: TPM2 0x00000000910BB000 00004C (v04 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014589] ACPI: ECDT 0x00000000910A0000 000053 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014593] ACPI: HPET 0x000000009109E000 000038 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014596] ACPI: APIC 0x000000009109D000 00012C (v04 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014599] ACPI: SSDT 0x000000009109C000 0000F2 (v02 LENOVO PID1Ssdt 00000010 INTL 20191018)
[ 0.014603] ACPI: SSDT 0x000000009109A000 0014F8 (v02 LENOVO ProjSsdt 00000010 INTL 20191018)
[ 0.014606] ACPI: SSDT 0x0000000091061000 002926 (v02 LENOVO TglU_Rvp 00001000 INTL 20191018)
[ 0.014609] ACPI: NHLT 0x000000009105F000 001B80 (v00 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014613] ACPI: SSDT 0x000000009105B000 002CD7 (v02 LENOVO SaSsdt 00003000 INTL 20191018)
[ 0.014617] ACPI: SSDT 0x0000000091057000 003573 (v02 LENOVO IgfxSsdt 00003000 INTL 20191018)
[ 0.014620] ACPI: SSDT 0x000000009104B000 00B6A1 (v02 LENOVO TcssSsdt 00001000 INTL 20191018)
[ 0.014623] ACPI: LPIT 0x0000000091049000 0000CC (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014627] ACPI: WSMT 0x0000000091048000 000028 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014630] ACPI: SSDT 0x0000000091047000 00012A (v02 LENOVO TbtTypeC 00000000 INTL 20191018)
[ 0.014633] ACPI: DBGP 0x0000000091046000 000034 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014637] ACPI: DBG2 0x0000000091045000 000054 (v00 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014640] ACPI: POAT 0x0000000091044000 000055 (v03 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014644] ACPI: SSDT 0x000000009102D000 000B9C (v02 LENOVO UsbCTabl 00001000 INTL 20191018)
[ 0.014647] ACPI: BATB 0x000000009102C000 00004A (v02 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014650] ACPI: MCFG 0x000000008F829000 00003C (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014654] ACPI: SSDT 0x000000008F828000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20191018)
[ 0.014657] ACPI: BGRT 0x000000009102E000 000038 (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014660] ACPI: PTDT 0x000000008F827000 000986 (v00 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014664] ACPI: UEFI 0x00000000944C2000 00008A (v01 LENOVO TP-N32 00001720 PTEC 00000002)
[ 0.014667] ACPI: FPDT 0x000000008F826000 000034 (v01 LENOVO TP-N32 00001720 PTEC 00001720)
[ 0.014670] ACPI: Reserving FACP table memory at [mem 0x9109f000-0x9109f113]
[ 0.014671] ACPI: Reserving DSDT table memory at [mem 0x91064000-0x91099146]
[ 0.014672] ACPI: Reserving FACS table memory at [mem 0x94d6e000-0x94d6e03f]
[ 0.014673] ACPI: Reserving SSDT table memory at [mem 0x9114a000-0x9114c55c]
[ 0.014674] ACPI: Reserving SSDT table memory at [mem 0x91149000-0x9114959a]
[ 0.014675] ACPI: Reserving SSDT table memory at [mem 0x910cf000-0x910d300e]
[ 0.014676] ACPI: Reserving SSDT table memory at [mem 0x910bc000-0x910bc60d]
[ 0.014676] ACPI: Reserving TPM2 table memory at [mem 0x910bb000-0x910bb04b]
[ 0.014677] ACPI: Reserving ECDT table memory at [mem 0x910a0000-0x910a0052]
[ 0.014678] ACPI: Reserving HPET table memory at [mem 0x9109e000-0x9109e037]
[ 0.014679] ACPI: Reserving APIC table memory at [mem 0x9109d000-0x9109d12b]
[ 0.014680] ACPI: Reserving SSDT table memory at [mem 0x9109c000-0x9109c0f1]
[ 0.014681] ACPI: Reserving SSDT table memory at [mem 0x9109a000-0x9109b4f7]
[ 0.014681] ACPI: Reserving SSDT table memory at [mem 0x91061000-0x91063925]
[ 0.014682] ACPI: Reserving NHLT table memory at [mem 0x9105f000-0x91060b7f]
[ 0.014683] ACPI: Reserving SSDT table memory at [mem 0x9105b000-0x9105dcd6]
[ 0.014684] ACPI: Reserving SSDT table memory at [mem 0x91057000-0x9105a572]
[ 0.014685] ACPI: Reserving SSDT table memory at [mem 0x9104b000-0x910566a0]
[ 0.014686] ACPI: Reserving LPIT table memory at [mem 0x91049000-0x910490cb]
[ 0.014686] ACPI: Reserving WSMT table memory at [mem 0x91048000-0x91048027]
[ 0.014687] ACPI: Reserving SSDT table memory at [mem 0x91047000-0x91047129]
[ 0.014688] ACPI: Reserving DBGP table memory at [mem 0x91046000-0x91046033]
[ 0.014689] ACPI: Reserving DBG2 table memory at [mem 0x91045000-0x91045053]
[ 0.014690] ACPI: Reserving POAT table memory at [mem 0x91044000-0x91044054]
[ 0.014691] ACPI: Reserving SSDT table memory at [mem 0x9102d000-0x9102db9b]
[ 0.014691] ACPI: Reserving BATB table memory at [mem 0x9102c000-0x9102c049]
[ 0.014692] ACPI: Reserving MCFG table memory at [mem 0x8f829000-0x8f82903b]
[ 0.014693] ACPI: Reserving SSDT table memory at [mem 0x8f828000-0x8f828143]
[ 0.014694] ACPI: Reserving BGRT table memory at [mem 0x9102e000-0x9102e037]
[ 0.014695] ACPI: Reserving PTDT table memory at [mem 0x8f827000-0x8f827985]
[ 0.014696] ACPI: Reserving UEFI table memory at [mem 0x944c2000-0x944c2089]
[ 0.014697] ACPI: Reserving FPDT table memory at [mem 0x8f826000-0x8f826033]
[ 0.015232] No NUMA configuration found
[ 0.015233] Faking a node at [mem 0x0000000000000000-0x000000045f7fffff]
[ 0.015243] NODE_DATA(0) allocated [mem 0x45f7d5280-0x45f7fffff]
[ 0.015486] Zone ranges:
[ 0.015486] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015489] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015490] Normal [mem 0x0000000100000000-0x000000045f7fffff]
[ 0.015492] Device empty
[ 0.015493] Movable zone start for each node
[ 0.015495] Early memory node ranges
[ 0.015495] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.015497] node 0: [mem 0x0000000000100000-0x000000008f36efff]
[ 0.015498] node 0: [mem 0x0000000094fff000-0x0000000094ffffff]
[ 0.015499] node 0: [mem 0x0000000100000000-0x000000045f7fffff]
[ 0.015502] Initmem setup node 0 [mem 0x0000000000001000-0x000000045f7fffff]
[ 0.015509] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.015538] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.019275] On node 0, zone DMA32: 23696 pages in unavailable ranges
[ 0.040142] On node 0, zone Normal: 12288 pages in unavailable ranges
[ 0.040156] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.040219] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[ 0.041162] ACPI: PM-Timer IO Port: 0x1808
[ 0.041172] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.041174] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.041175] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.041176] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.041176] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.041177] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.041178] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.041178] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.041179] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.041180] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.041181] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.041181] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.041182] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.041183] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.041183] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.041184] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.041304] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.041307] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.041310] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.041315] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.041316] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.041326] e820: update [mem 0x8ab5b000-0x8abebfff] usable ==> reserved
[ 0.041336] TSC deadline timer available
[ 0.041341] CPU topo: Max. logical packages: 1
[ 0.041342] CPU topo: Max. logical dies: 1
[ 0.041342] CPU topo: Max. dies per package: 1
[ 0.041347] CPU topo: Max. threads per core: 2
[ 0.041348] CPU topo: Num. cores per package: 4
[ 0.041348] CPU topo: Num. threads per package: 8
[ 0.041349] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.041365] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.041367] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.041369] PM: hibernation: Registered nosave memory: [mem 0x8ab5b000-0x8abebfff]
[ 0.041371] PM: hibernation: Registered nosave memory: [mem 0x8b31f000-0x8b31ffff]
[ 0.041372] PM: hibernation: Registered nosave memory: [mem 0x8f36f000-0x94ffefff]
[ 0.041374] PM: hibernation: Registered nosave memory: [mem 0x95000000-0xffffffff]
[ 0.041376] [mem 0xa0800000-0xfed1ffff] available for PCI devices
[ 0.041377] Booting paravirtualized kernel on bare hardware
[ 0.041379] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.051650] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.052288] percpu: Embedded 83 pages/cpu s217088 r8192 d114688 u524288
[ 0.052295] pcpu-alloc: s217088 r8192 d114688 u524288 alloc=1*2097152
[ 0.052298] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.052320] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.16.0-rc3 root=UUID=bd9837ce-cc28-4936-a24b-13a21f09949d ro rootflags=subvol=root rhgb quiet iwlmvm.disable_mld=y
[ 0.052427] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.16.0-rc3", will be passed to user space.
[ 0.052479] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.054053] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.054816] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.054961] software IO TLB: area num 8.
[ 0.067387] Fallback order for Node 0: 0
[ 0.067392] Built 1 zonelists, mobility grouping on. Total pages: 4123406
[ 0.067393] Policy zone: Normal
[ 0.067651] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.102580] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.115818] ftrace: allocating 60767 entries in 240 pages
[ 0.115820] ftrace: allocated 240 pages with 4 groups
[ 0.116808] Dynamic Preempt: lazy
[ 0.116898] rcu: Preemptible hierarchical RCU implementation.
[ 0.116898] rcu: RCU event tracing is enabled.
[ 0.116899] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.116901] Trampoline variant of Tasks RCU enabled.
[ 0.116902] Rude variant of Tasks RCU enabled.
[ 0.116902] Tracing variant of Tasks RCU enabled.
[ 0.116903] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.116904] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.116914] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.116917] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.116919] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.123591] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.124140] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.124930] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.124999] Console: colour dummy device 80x25
[ 0.125003] printk: legacy console [tty0] enabled
[ 0.125057] ACPI: Core revision 20250404
[ 0.125424] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.125586] APIC: Switch to symmetric I/O mode setup
[ 0.131193] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.148819] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[ 0.148827] Calibrating delay loop (skipped), value calculated using timer frequency.. 4838.40 BogoMIPS (lpj=2419200)
[ 0.148859] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.148869] CPU0: Thermal monitoring enabled (TM1)
[ 0.148872] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.149046] CET detected: Indirect Branch Tracking enabled
[ 0.149048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.149049] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.149053] process: using mwait in idle threads
[ 0.149059] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.149061] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.149062] ITS: Mitigation: Aligned branch/return thunks
[ 0.149064] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.149065] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.149067] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.149070] GDS: Mitigation: Microcode
[ 0.149071] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
[ 0.149083] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.149084] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.149085] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.149086] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.149088] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.149089] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.149090] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.149091] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.149093] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.149094] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.149096] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.149097] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.149098] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.149099] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.149101] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 0.149824] Freeing SMP alternatives memory: 56K
[ 0.149824] pid_max: default: 32768 minimum: 301
[ 0.149824] LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm
[ 0.149824] Yama: becoming mindful.
[ 0.149824] SELinux: Initializing.
[ 0.149824] LSM support for eBPF active
[ 0.149824] landlock: Up and running.
[ 0.149824] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.149824] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.149824] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[ 0.149824] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.149824] ... version: 5
[ 0.149824] ... bit width: 48
[ 0.149824] ... generic registers: 8
[ 0.149824] ... value mask: 0000ffffffffffff
[ 0.149824] ... max period: 00007fffffffffff
[ 0.149824] ... fixed-purpose events: 4
[ 0.149824] ... event mask: 0001000f000000ff
[ 0.149824] signal: max sigframe size: 3632
[ 0.149824] Estimated ratio of average max frequency by base frequency (times 1024): 1621
[ 0.149824] rcu: Hierarchical SRCU implementation.
[ 0.149824] rcu: Max phase no-delay instances is 400.
[ 0.149824] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.152271] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.152364] smp: Bringing up secondary CPUs ...
[ 0.152483] smpboot: x86: Booting SMP configuration:
[ 0.152484] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.157922] smp: Brought up 1 node, 8 CPUs
[ 0.157922] smpboot: Total of 8 processors activated (38707.20 BogoMIPS)
[ 0.158935] Memory: 16014440K/16493624K available (21372K kernel code, 4482K rwdata, 10076K rodata, 4940K init, 4516K bss, 461104K reserved, 0K cma-reserved)
[ 0.159522] devtmpfs: initialized
[ 0.159522] x86/mm: Memory block size: 128MB
[ 0.161262] ACPI: PM: Registering ACPI NVS region [mem 0x9432f000-0x94f2efff] (12582912 bytes)
[ 0.161262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.161262] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.161262] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.161262] pinctrl core: initialized pinctrl subsystem
[ 0.162455] PM: RTC time: 03:53:56, date: 2025-06-23
[ 0.163026] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.163387] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.163574] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.163759] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.163776] audit: initializing netlink subsys (disabled)
[ 0.163840] audit: type=2000 audit(1750650836.015:1): state=initialized audit_enabled=0 res=1
[ 0.163954] thermal_sys: Registered thermal governor 'fair_share'
[ 0.163956] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.163957] thermal_sys: Registered thermal governor 'step_wise'
[ 0.163958] thermal_sys: Registered thermal governor 'user_space'
[ 0.163967] cpuidle: using governor menu
[ 0.163967] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.163967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.164361] PCI: ECAM [mem 0xc0000000-0xc79fffff] (base 0xc0000000) for domain 0000 [bus 00-79]
[ 0.164377] PCI: Using configuration type 1 for base access
[ 0.164464] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.165893] HugeTLB: allocation took 0ms with hugepage_allocation_threads=2
[ 0.165893] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.165893] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.165893] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.165893] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.165961] raid6: skipped pq benchmark and selected avx512x4
[ 0.165961] raid6: using avx512x2 recovery algorithm
[ 0.166853] ACPI: Added _OSI(Module Device)
[ 0.166854] ACPI: Added _OSI(Processor Device)
[ 0.166856] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.248916] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.259037] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.260224] ACPI: EC: EC started
[ 0.260226] ACPI: EC: interrupt blocked
[ 0.260916] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.260918] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.276128] ACPI: Dynamic OEM Table Load:
[ 0.276128] ACPI: SSDT 0xFFFF8E48019AE400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018)
[ 0.276565] ACPI: Dynamic OEM Table Load:
[ 0.276571] ACPI: SSDT 0xFFFF8E4801F81800 0005C3 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
[ 0.277244] ACPI: Dynamic OEM Table Load:
[ 0.277249] ACPI: SSDT 0xFFFF8E4801F77E00 0001CB (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
[ 0.277869] ACPI: Dynamic OEM Table Load:
[ 0.277874] ACPI: SSDT 0xFFFF8E480132C800 00028B (v02 PmRef Cpu0Hwp 00003000 INTL 20191018)
[ 0.278617] ACPI: Dynamic OEM Table Load:
[ 0.278625] ACPI: SSDT 0xFFFF8E4801FEB000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
[ 0.279336] ACPI: Dynamic OEM Table Load:
[ 0.279340] ACPI: SSDT 0xFFFF8E4801FFB000 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
[ 0.279998] ACPI: Dynamic OEM Table Load:
[ 0.280002] ACPI: SSDT 0xFFFF8E4801FFD800 0004D4 (v02 PmRef ApPsd 00003000 INTL 20191018)
[ 0.280654] ACPI: Dynamic OEM Table Load:
[ 0.280658] ACPI: SSDT 0xFFFF8E4801FFB800 00048A (v02 PmRef ApCst 00003000 INTL 20191018)
[ 0.283017] ACPI: Interpreter enabled
[ 0.283064] ACPI: PM: (supports S0 S4 S5)
[ 0.283065] ACPI: Using IOAPIC for interrupt routing
[ 0.283951] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.283952] PCI: Ignoring E820 reservations for host bridge windows
[ 0.284299] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.285198] ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
[ 0.286830] ACPI: \_SB_.PC00.LPCB.EC__.PUBS: New power resource
[ 0.290183] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTPR: New power resource
[ 0.291138] ACPI: \_SB_.PC00.RP01.PXP_: New power resource
[ 0.291341] ACPI: \_SB_.PC00.RP01.PXSX.MRST: New power resource
[ 0.291352] ACPI: \_SB_.PC00.RP01.PXSX.DRST: New power resource
[ 0.292111] ACPI: \_SB_.PC00.RP05.PXP_: New power resource
[ 0.296028] ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
[ 0.296094] ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
[ 0.296155] ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
[ 0.298215] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.298391] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.298416] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.298438] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.508558] ACPI: \PIN_: New power resource
[ 0.508571] ACPI: \PINP: New power resource
[ 0.508889] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-79])
[ 0.508895] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.513986] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.523882] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.523883] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.527742] PCI host bridge to bus 0000:00
[ 0.527744] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.527746] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.527747] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.527749] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[ 0.527750] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.527751] pci_bus 0000:00: root bus resource [bus 00-79]
[ 0.630573] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 conventional PCI endpoint
[ 0.630909] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.630925] pci 0000:00:02.0: BAR 0 [mem 0x603c000000-0x603cffffff 64bit]
[ 0.630927] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.630928] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
[ 0.630938] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.630941] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.630970] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.630971] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.630972] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.630973] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.631125] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 conventional PCI endpoint
[ 0.631162] pci 0000:00:04.0: BAR 0 [mem 0x603d180000-0x603d19ffff 64bit]
[ 0.631471] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400 PCIe Root Port
[ 0.631485] pci 0000:00:06.0: PCI bridge to [bus 04]
[ 0.631488] pci 0000:00:06.0: bridge window [mem 0xbc200000-0xbc2fffff]
[ 0.631539] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.631566] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.632057] pci 0000:00:07.0: [8086:9a25] type 01 class 0x060400 PCIe Root Port
[ 0.632077] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[ 0.632081] pci 0000:00:07.0: bridge window [mem 0xb0000000-0xbc1fffff]
[ 0.632089] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.632111] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[ 0.632172] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.632727] pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400 PCIe Root Port
[ 0.632746] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[ 0.632751] pci 0000:00:07.2: bridge window [mem 0xa2000000-0xae1fffff]
[ 0.632758] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.632780] pci 0000:00:07.2: Overriding RP PIO Log Size to 4
[ 0.632836] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[ 0.633476] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000 conventional PCI endpoint
[ 0.633493] pci 0000:00:08.0: BAR 0 [mem 0x603d1da000-0x603d1dafff 64bit]
[ 0.633591] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[ 0.633607] pci 0000:00:0a.0: BAR 0 [mem 0x603d1c0000-0x603d1c7fff 64bit]
[ 0.633614] pci 0000:00:0a.0: enabling Extended Tags
[ 0.633749] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.633777] pci 0000:00:0d.0: BAR 0 [mem 0x603d1b0000-0x603d1bffff 64bit]
[ 0.633810] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[ 0.634129] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 conventional PCI endpoint
[ 0.634152] pci 0000:00:0d.2: BAR 0 [mem 0x603d140000-0x603d17ffff 64bit]
[ 0.634154] pci 0000:00:0d.2: BAR 2 [mem 0x603d1d9000-0x603d1d9fff 64bit]
[ 0.634179] pci 0000:00:0d.2: supports D1 D2
[ 0.634179] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.634270] pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340 conventional PCI endpoint
[ 0.634294] pci 0000:00:0d.3: BAR 0 [mem 0x603d100000-0x603d13ffff 64bit]
[ 0.634296] pci 0000:00:0d.3: BAR 2 [mem 0x603d1d8000-0x603d1d8fff 64bit]
[ 0.634320] pci 0000:00:0d.3: supports D1 D2
[ 0.634321] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.634661] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.634707] pci 0000:00:14.0: BAR 0 [mem 0x603d1a0000-0x603d1affff 64bit]
[ 0.634776] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.634824] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 conventional PCI endpoint
[ 0.634824] pci 0000:00:14.2: BAR 0 [mem 0x603d1d0000-0x603d1d3fff 64bit]
[ 0.634824] pci 0000:00:14.2: BAR 2 [mem 0x603d1d7000-0x603d1d7fff 64bit]
[ 0.634824] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[ 0.634824] pci 0000:00:14.3: BAR 0 [mem 0x603d1cc000-0x603d1cffff 64bit]
[ 0.637161] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.638995] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.642051] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.654257] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 conventional PCI endpoint
[ 0.654314] pci 0000:00:16.0: BAR 0 [mem 0x603d1d5000-0x603d1d5fff 64bit]
[ 0.654381] pci 0000:00:16.0: PME# supported from D3hot
[ 0.654935] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 conventional PCI endpoint
[ 0.655355] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380 conventional PCI endpoint
[ 0.655504] pci 0000:00:1f.3: BAR 0 [mem 0x603d1c8000-0x603d1cbfff 64bit]
[ 0.655518] pci 0000:00:1f.3: BAR 4 [mem 0x603d000000-0x603d0fffff 64bit]
[ 0.655652] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.656017] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.656070] pci 0000:00:1f.4: BAR 0 [mem 0x603d1d4000-0x603d1d40ff 64bit]
[ 0.656080] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.656362] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.656417] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.656540] pci 0000:04:00.0: [1344:5407] type 00 class 0x010802 PCIe Endpoint
[ 0.656565] pci 0000:04:00.0: BAR 0 [mem 0xbc200000-0xbc203fff 64bit]
[ 0.656573] pci 0000:04:00.0: enabling Extended Tags
[ 0.656721] pci 0000:00:06.0: PCI bridge to [bus 04]
[ 0.656756] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[ 0.656791] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[ 0.660210] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x79)
[ 0.668522] Low-power S0 idle used by default for system suspend
[ 0.669177] ACPI: EC: interrupt unblocked
[ 0.669178] ACPI: EC: event unblocked
[ 0.669206] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.669207] ACPI: EC: GPE=0x6e
[ 0.669207] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.669209] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[ 0.669303] iommu: Default domain type: Translated
[ 0.669303] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.669303] SCSI subsystem initialized
[ 0.669303] libata version 3.00 loaded.
[ 0.669303] ACPI: bus type USB registered
[ 0.669303] usbcore: registered new interface driver usbfs
[ 0.669303] usbcore: registered new interface driver hub
[ 0.669303] usbcore: registered new device driver usb
[ 0.669303] pps_core: LinuxPPS API ver. 1 registered
[ 0.669303] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.669303] PTP clock support registered
[ 0.669303] EDAC MC: Ver: 3.0.0
[ 0.670058] efivars: Registered efivars operations
[ 0.670059] NetLabel: Initializing
[ 0.670059] NetLabel: domain hash size = 128
[ 0.670059] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.670059] NetLabel: unlabeled traffic allowed by default
[ 0.670059] mctp: management component transport protocol core
[ 0.670059] NET: Registered PF_MCTP protocol family
[ 0.670068] PCI: Using ACPI for IRQ routing
[ 0.690419] PCI: pci_cache_line_size set to 64 bytes
[ 0.690526] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.690607] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.690609] e820: reserve RAM buffer [mem 0x8ab5b000-0x8bffffff]
[ 0.690610] e820: reserve RAM buffer [mem 0x8b31f000-0x8bffffff]
[ 0.690611] e820: reserve RAM buffer [mem 0x8f36f000-0x8fffffff]
[ 0.690611] e820: reserve RAM buffer [mem 0x95000000-0x97ffffff]
[ 0.690612] e820: reserve RAM buffer [mem 0x45f800000-0x45fffffff]
[ 0.690866] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.690866] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.690866] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.690866] vgaarb: loaded
[ 0.690973] Monitor-Mwait will be used to enter C-1 state
[ 0.690973] Monitor-Mwait will be used to enter C-2 state
[ 0.690973] Monitor-Mwait will be used to enter C-3 state
[ 0.691038] clocksource: Switched to clocksource tsc-early
[ 0.691394] VFS: Disk quotas dquot_6.6.0
[ 0.691399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.691405] pnp: PnP ACPI init
[ 0.693335] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.693338] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.693404] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.693428] system 00:03: [io 0x1800-0x189f] could not be reserved
[ 0.693430] system 00:03: [io 0x0800-0x087f] has been reserved
[ 0.693431] system 00:03: [io 0x0880-0x08ff] has been reserved
[ 0.693431] system 00:03: [io 0x0900-0x097f] has been reserved
[ 0.693432] system 00:03: [io 0x0980-0x09ff] has been reserved
[ 0.693433] system 00:03: [io 0x0a00-0x0a7f] has been reserved
[ 0.693434] system 00:03: [io 0x0a80-0x0aff] has been reserved
[ 0.693435] system 00:03: [io 0x0b00-0x0b7f] has been reserved
[ 0.693436] system 00:03: [io 0x0b80-0x0bff] has been reserved
[ 0.693437] system 00:03: [io 0x15e0-0x15ef] has been reserved
[ 0.693438] system 00:03: [io 0x1600-0x167f] could not be reserved
[ 0.693439] system 00:03: [io 0x1640-0x165f] could not be reserved
[ 0.693441] system 00:03: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.693442] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.693444] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.693445] system 00:03: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.693446] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.693447] system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.693937] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.693953] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.693955] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.693956] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.693957] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.693959] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.693960] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.693961] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.694331] system 00:05: [io 0x1800-0x18fe] could not be reserved
[ 0.694333] system 00:05: [mem 0xfe000000-0xfe01ffff] has been reserved
[ 0.694334] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[ 0.694335] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[ 0.694336] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[ 0.694338] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.694339] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.694340] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[ 0.694341] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.694342] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.694557] system 00:06: [io 0x2000-0x20fe] has been reserved
[ 0.694881] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.694883] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.694884] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.694885] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.694886] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694888] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694889] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694890] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694891] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694892] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694894] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694895] pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694896] pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[ 0.694897] pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694898] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694899] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694900] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694902] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694903] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694904] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694905] pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694906] pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.694918] system 00:08: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.694919] system 00:08: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.695108] pnp: PnP ACPI: found 9 devices
[ 0.700459] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.700502] NET: Registered PF_INET protocol family
[ 0.700672] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.702443] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.702468] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.702551] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.702778] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.702935] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.703016] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.703074] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.703173] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.703242] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.703251] NET: Registered PF_XDP protocol family
[ 0.703257] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[ 0.703267] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 0.703278] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 0.703281] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff]: assigned
[ 0.703282] pci 0000:00:07.2: bridge window [io 0x5000-0x5fff]: assigned
[ 0.703283] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 0.703329] pci 0000:00:1f.5: BAR 0 [mem 0xa0800000-0xa0800fff]: assigned
[ 0.703342] pci 0000:00:06.0: PCI bridge to [bus 04]
[ 0.703345] pci 0000:00:06.0: bridge window [mem 0xbc200000-0xbc2fffff]
[ 0.703349] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[ 0.703350] pci 0000:00:07.0: bridge window [io 0x4000-0x4fff]
[ 0.703353] pci 0000:00:07.0: bridge window [mem 0xb0000000-0xbc1fffff]
[ 0.703355] pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.703359] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[ 0.703360] pci 0000:00:07.2: bridge window [io 0x5000-0x5fff]
[ 0.703363] pci 0000:00:07.2: bridge window [mem 0xa2000000-0xae1fffff]
[ 0.703366] pci 0000:00:07.2: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.703370] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.703375] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.703376] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.703377] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[ 0.703378] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.703379] pci_bus 0000:04: resource 1 [mem 0xbc200000-0xbc2fffff]
[ 0.703380] pci_bus 0000:20: resource 0 [io 0x4000-0x4fff]
[ 0.703380] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[ 0.703381] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[ 0.703382] pci_bus 0000:50: resource 0 [io 0x5000-0x5fff]
[ 0.703383] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[ 0.703383] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[ 0.703835] PCI: CLS 0 bytes, default 64
[ 0.703945] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.703946] software IO TLB: mapped [mem 0x0000000085fe8000-0x0000000089fe8000] (64MB)
[ 0.703987] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[ 0.704101] clocksource: Switched to clocksource tsc
[ 0.704121] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.704128] Trying to unpack rootfs image as initramfs...
[ 0.711616] Initialise system trusted keyrings
[ 0.711628] Key type blacklist registered
[ 0.711689] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.712002] integrity: Platform Keyring initialized
[ 0.712005] integrity: Machine keyring initialized
[ 0.712044] cryptd: max_cpu_qlen set to 1000
[ 0.719069] NET: Registered PF_ALG protocol family
[ 0.719075] xor: automatically using best checksumming function avx
[ 0.719077] Key type asymmetric registered
[ 0.719078] Asymmetric key parser 'x509' registered
[ 0.719099] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.719251] io scheduler mq-deadline registered
[ 0.719253] io scheduler kyber registered
[ 0.719258] io scheduler bfq registered
[ 0.720281] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.720604] pcieport 0000:00:06.0: PME: Signaling with IRQ 120
[ 0.720777] pcieport 0000:00:07.0: PME: Signaling with IRQ 121
[ 0.720790] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.721192] pcieport 0000:00:07.2: PME: Signaling with IRQ 122
[ 0.721205] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.723240] ACPI: AC: AC Adapter [AC] (off-line)
[ 0.723297] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.723367] ACPI: button: Sleep Button [SLPB]
[ 0.723386] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.723417] ACPI: button: Lid Switch [LID]
[ 0.723447] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 0.723467] ACPI: button: Power Button [PWRB]
[ 0.740939] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.740943] ACPI: thermal: Thermal Zone [THM0] (49 C)
[ 0.741247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.742633] hpet_acpi_add: no address or irqs in _CRS
[ 0.742664] Non-volatile memory driver v1.3
[ 0.742667] Linux agpgart interface v0.103
[ 0.744332] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 0.843982] Freeing initrd memory: 50340K
[ 0.851985] ACPI: battery: Slot [BAT0] (battery present)
[ 0.967220] ACPI: bus type drm_connector registered
[ 0.971741] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 0.980253] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.980271] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[ 0.981348] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 0.981524] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[ 0.981564] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[ 0.981566] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.981604] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[ 0.981606] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.981607] usb usb1: Product: xHCI Host Controller
[ 0.981608] usb usb1: Manufacturer: Linux 6.16.0-rc3 xhci-hcd
[ 0.981609] usb usb1: SerialNumber: 0000:00:0d.0
[ 0.981670] hub 1-0:1.0: USB hub found
[ 0.981679] hub 1-0:1.0: 1 port detected
[ 0.981923] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[ 0.981925] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.981926] usb usb2: Product: xHCI Host Controller
[ 0.981927] usb usb2: Manufacturer: Linux 6.16.0-rc3 xhci-hcd
[ 0.981928] usb usb2: SerialNumber: 0000:00:0d.0
[ 0.981995] hub 2-0:1.0: USB hub found
[ 0.982003] hub 2-0:1.0: 4 ports detected
[ 0.983113] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.983133] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.984278] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[ 0.984587] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.984628] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.984629] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.984674] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
[ 0.984676] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.984677] usb usb3: Product: xHCI Host Controller
[ 0.984678] usb usb3: Manufacturer: Linux 6.16.0-rc3 xhci-hcd
[ 0.984679] usb usb3: SerialNumber: 0000:00:14.0
[ 0.984743] hub 3-0:1.0: USB hub found
[ 0.984779] hub 3-0:1.0: 12 ports detected
[ 0.985929] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
[ 0.985931] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.985932] usb usb4: Product: xHCI Host Controller
[ 0.985933] usb usb4: Manufacturer: Linux 6.16.0-rc3 xhci-hcd
[ 0.985933] usb usb4: SerialNumber: 0000:00:14.0
[ 0.986007] hub 4-0:1.0: USB hub found
[ 0.986036] hub 4-0:1.0: 4 ports detected
[ 0.986453] usbcore: registered new interface driver usbserial_generic
[ 0.986456] usbserial: USB Serial support registered for generic
[ 0.986482] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.986841] i8042: Warning: Keylock active
[ 0.988528] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.988531] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.988578] mousedev: PS/2 mouse device common for all mice
[ 0.988642] rtc_cmos rtc_cmos: RTC can wake from S4
[ 0.991509] rtc_cmos rtc_cmos: registered as rtc0
[ 0.992013] rtc_cmos rtc_cmos: setting system clock to 2025-06-23T03:53:57 UTC (1750650837)
[ 0.992050] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 0.992356] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.992365] device-mapper: uevent: version 1.0.3
[ 0.992412] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.992421] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 0.992506] intel_pstate: Intel P-state driver initializing
[ 0.992954] intel_pstate: HWP enabled
[ 0.993289] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.993291] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.994805] fbcon: Deferring console take-over
[ 0.994807] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.994902] hid: raw HID events driver (C) Jiri Kosina
[ 0.994925] usbcore: registered new interface driver usbhid
[ 0.994926] usbhid: USB HID core driver
[ 0.995008] drop_monitor: Initializing network drop monitor service
[ 0.995076] Initializing XFRM netlink socket
[ 0.995119] NET: Registered PF_INET6 protocol family
[ 0.999454] Segment Routing with IPv6
[ 0.999455] RPL Segment Routing with IPv6
[ 0.999460] In-situ OAM (IOAM) with IPv6
[ 0.999477] mip6: Mobile IPv6
[ 0.999479] NET: Registered PF_PACKET protocol family
[ 1.000059] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 1.000271] microcode: Current revision: 0x000000bc
[ 1.000405] resctrl: L2 allocation detected
[ 1.000417] IPI shorthand broadcast: enabled
[ 1.001779] sched_clock: Marking stable (977000953, 24083568)->(1062328132, -61243611)
[ 1.001908] registered taskstats version 1
[ 1.002047] Loading compiled-in X.509 certificates
[ 1.002575] Loaded X.509 cert 'Build time autogenerated kernel key: 22ba1de0f2167ab1c659b60d13ae4aea8849e972'
[ 1.009234] Demotion targets for Node 0: null
[ 1.009238] page_owner is disabled
[ 1.009283] Key type .fscrypt registered
[ 1.009284] Key type fscrypt-provisioning registered
[ 1.009967] Btrfs loaded, zoned=yes, fsverity=yes
[ 1.009991] Key type big_key registered
[ 1.009997] Key type trusted registered
[ 1.010076] Key type encrypted registered
[ 1.010857] integrity: Loading X.509 certificate: UEFI:db
[ 1.010879] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
[ 1.010881] integrity: Loading X.509 certificate: UEFI:db
[ 1.010892] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[ 1.010893] integrity: Loading X.509 certificate: UEFI:db
[ 1.010907] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 1.010908] integrity: Loading X.509 certificate: UEFI:db
[ 1.010919] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 1.011750] blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
[ 1.011752] blacklist: Duplicate blacklisted hash bin:f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
[ 1.011755] blacklist: Duplicate blacklisted hash bin:c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
[ 1.011757] blacklist: Duplicate blacklisted hash bin:1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
[ 1.011759] blacklist: Duplicate blacklisted hash bin:c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
[ 1.011761] blacklist: Duplicate blacklisted hash bin:58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
[ 1.011763] blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
[ 1.011765] blacklist: Duplicate blacklisted hash bin:d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
[ 1.011766] blacklist: Duplicate blacklisted hash bin:d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
[ 1.011768] blacklist: Duplicate blacklisted hash bin:29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
[ 1.011770] blacklist: Duplicate blacklisted hash bin:90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
[ 1.011772] blacklist: Duplicate blacklisted hash bin:106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
[ 1.011774] blacklist: Duplicate blacklisted hash bin:174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
[ 1.011776] blacklist: Duplicate blacklisted hash bin:2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
[ 1.011778] blacklist: Duplicate blacklisted hash bin:2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
[ 1.011780] blacklist: Duplicate blacklisted hash bin:3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
[ 1.011782] blacklist: Duplicate blacklisted hash bin:47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
[ 1.011785] blacklist: Duplicate blacklisted hash bin:71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
[ 1.011787] blacklist: Duplicate blacklisted hash bin:82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
[ 1.011789] blacklist: Duplicate blacklisted hash bin:8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
[ 1.011791] blacklist: Duplicate blacklisted hash bin:8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
[ 1.011793] blacklist: Duplicate blacklisted hash bin:aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
[ 1.011795] blacklist: Duplicate blacklisted hash bin:c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
[ 1.011797] blacklist: Duplicate blacklisted hash bin:c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
[ 1.011799] blacklist: Duplicate blacklisted hash bin:c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
[ 1.011801] blacklist: Duplicate blacklisted hash bin:64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
[ 1.011803] blacklist: Duplicate blacklisted hash bin:45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
[ 1.012004] blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
[ 1.012006] blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
[ 1.012050] blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
[ 1.012152] blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
[ 1.013376] blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
[ 1.013877] blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
[ 1.014351] Loading compiled-in module X.509 certificates
[ 1.014743] Loaded X.509 cert 'Build time autogenerated kernel key: 22ba1de0f2167ab1c659b60d13ae4aea8849e972'
[ 1.014744] ima: Allocated hash algorithm: sha256
[ 1.147585] ima: No architecture policies found
[ 1.147622] evm: Initialising EVM extended attributes:
[ 1.147624] evm: security.selinux
[ 1.147626] evm: security.SMACK64 (disabled)
[ 1.147627] evm: security.SMACK64EXEC (disabled)
[ 1.147629] evm: security.SMACK64TRANSMUTE (disabled)
[ 1.147630] evm: security.SMACK64MMAP (disabled)
[ 1.147631] evm: security.apparmor (disabled)
[ 1.147632] evm: security.ima
[ 1.147633] evm: security.capability
[ 1.147634] evm: HMAC attrs: 0x1
[ 1.147877] PM: Magic number: 13:383:867
[ 1.148062] RAS: Correctable Errors collector initialized.
[ 1.148128] clk: Disabling unused clocks
[ 1.148131] PM: genpd: Disabling unused power domains
[ 1.166838] Freeing unused decrypted memory: 2028K
[ 1.167508] Freeing unused kernel image (initmem) memory: 4940K
[ 1.167533] Write protecting the kernel read-only data: 32768k
[ 1.168139] Freeing unused kernel image (text/rodata gap) memory: 1152K
[ 1.168235] Freeing unused kernel image (rodata/data gap) memory: 164K
[ 1.175559] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.175564] Run /init as init process
[ 1.175565] with arguments:
[ 1.175566] /init
[ 1.175567] rhgb
[ 1.175567] with environment:
[ 1.175568] HOME=/
[ 1.175568] TERM=linux
[ 1.175569] BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.16.0-rc3
[ 1.221109] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[ 1.260347] systemd[1]: Successfully made /usr/ read-only.
[ 1.260467] systemd[1]: systemd 257.6-1.fc42 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[ 1.260471] systemd[1]: Detected architecture x86-64.
[ 1.260473] systemd[1]: Running in initrd.
[ 1.260570] systemd[1]: Hostname set to <fedora>.
[ 1.277456] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x92, buttons: 3/3
[ 1.289733] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input5
[ 1.302091] systemd[1]: Queued start job for default target initrd.target.
[ 1.315513] systemd[1]: Expecting device dev-disk-by\x2duuid-bd9837ce\x2dcc28\x2d4936\x2da24b\x2d13a21f09949d.device - /dev/disk/by-uuid/bd9837ce-cc28-4936-a24b-13a21f09949d...
[ 1.315565] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[ 1.315584] systemd[1]: Reached target slices.target - Slice Units.
[ 1.315594] systemd[1]: Reached target swap.target - Swaps.
[ 1.315601] systemd[1]: Reached target timers.target - Timer Units.
[ 1.315659] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[ 1.315710] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 1.315752] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 1.315789] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 1.315818] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 1.315827] systemd[1]: Reached target sockets.target - Socket Units.
[ 1.316552] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 1.316578] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[ 1.317551] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 1.318018] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 1.318420] systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...
[ 1.319361] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 1.319971] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 1.327076] systemd-journald[165]: Collecting audit messages is disabled.
[ 1.327715] fuse: init (API version 7.44)
[ 1.328677] i2c_dev: i2c /dev entries driver
[ 1.329210] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 1.329753] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 1.330773] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 1.331245] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 1.334442] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 1.337508] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 1.338022] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 1.346484] usb 3-3: New USB device found, idVendor=06cb, idProduct=00fc, bcdDevice= 0.00
[ 1.346488] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 1.346490] usb 3-3: SerialNumber: 4b420108e826
[ 1.347287] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 1.347509] systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.
[ 1.347569] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[ 1.347580] systemd[1]: Reached target local-fs.target - Local File Systems.
[ 1.348058] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
[ 1.348955] systemd[1]: Started systemd-journald.service - Journal Service.
[ 1.460137] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[ 1.591115] usb 3-4: New USB device found, idVendor=04f2, idProduct=b6ea, bcdDevice=62.18
[ 1.591121] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.591123] usb 3-4: Product: Integrated Camera
[ 1.591125] usb 3-4: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.591126] usb 3-4: SerialNumber: 0001
[ 1.606503] ACPI: bus type thunderbolt registered
[ 1.699730] input: ELAN0672:00 04F3:3187 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0672:00/0018:04F3:3187.0001/input/input6
[ 1.700013] input: ELAN0672:00 04F3:3187 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0672:00/0018:04F3:3187.0001/input/input8
[ 1.700231] hid-generic 0018:04F3:3187.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0672:00 04F3:3187] on i2c-ELAN0672:00
[ 1.701333] Key type psk registered
[ 1.709580] nvme 0000:04:00.0: platform quirk: setting simple suspend
[ 1.709679] nvme nvme0: pci function 0000:04:00.0
[ 1.729134] usb 3-10: new full-speed USB device number 4 using xhci_hcd
[ 1.761011] nvme nvme0: 8/0/0 default/read/poll queues
[ 1.762015] input: ELAN0672:00 04F3:3187 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0672:00/0018:04F3:3187.0001/input/input9
[ 1.762079] input: ELAN0672:00 04F3:3187 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0672:00/0018:04F3:3187.0001/input/input11
[ 1.762130] hid-multitouch 0018:04F3:3187.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0672:00 04F3:3187] on i2c-ELAN0672:00
[ 1.764091] nvme0n1: p1 p2 p3
[ 1.853686] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[ 1.853690] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.114536] Setting dangerous option enable_guc - tainting kernel
[ 2.114542] Setting dangerous option enable_psr - tainting kernel
[ 2.114543] Setting dangerous option enable_fbc - tainting kernel
[ 2.114967] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 2.115153] i915 0000:00:02.0: [drm] Found tigerlake/uy (device ID 9a49) integrated display version 12.00 stepping C0
[ 2.133775] Bluetooth: Core ver 2.22
[ 2.133794] NET: Registered PF_BLUETOOTH protocol family
[ 2.133795] Bluetooth: HCI device and connection manager initialized
[ 2.133798] Bluetooth: HCI socket layer initialized
[ 2.133800] Bluetooth: L2CAP socket layer initialized
[ 2.133802] Bluetooth: SCO socket layer initialized
[ 2.138638] usbcore: registered new interface driver btusb
[ 2.139863] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[ 2.140901] Bluetooth: hci0: Device revision is 2
[ 2.140903] Bluetooth: hci0: Secure boot is enabled
[ 2.140904] Bluetooth: hci0: OTP lock is enabled
[ 2.140904] Bluetooth: hci0: API lock is enabled
[ 2.140905] Bluetooth: hci0: Debug lock is disabled
[ 2.140905] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 2.143474] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 2.143529] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 2.143928] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 2.145637] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[ 2.171482] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[ 2.171498] Bluetooth: hci0: Boot Address: 0x24800
[ 2.171499] Bluetooth: hci0: Firmware Version: 193-33.24
[ 2.177189] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.177191] Bluetooth: BNEP filters: protocol multicast
[ 2.177195] Bluetooth: BNEP socket layer initialized
[ 2.184966] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 70.1.1
[ 2.184970] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc_7.9.3.bin version 7.9.3
[ 2.188954] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 2.189341] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[ 2.189342] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[ 2.189754] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[ 2.190400] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[ 2.204220] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[ 2.205929] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.206103] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 2.213615] fbcon: i915drmfb (fb0) is primary device
[ 2.213617] fbcon: Deferring console take-over
[ 2.213618] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 2.401778] typec port0: bound usb3-port5 (ops connector_ops)
[ 2.401789] typec port0: bound usb2-port2 (ops connector_ops)
[ 2.553093] BTRFS: device label fedora devid 1 transid 633424 /dev/nvme0n1p3 (259:3) scanned by mount (363)
[ 2.553273] BTRFS info (device nvme0n1p3): first mount of filesystem bd9837ce-cc28-4936-a24b-13a21f09949d
[ 2.553292] BTRFS info (device nvme0n1p3): using crc32c (crc32c-x86) checksum algorithm
[ 2.553300] BTRFS info (device nvme0n1p3): using free-space-tree
[ 2.678939] typec port1: bound usb3-port6 (ops connector_ops)
[ 2.678948] typec port1: bound usb2-port3 (ops connector_ops)
[ 2.752467] systemd-journald[165]: Received SIGTERM from PID 1 (systemd).
[ 2.819779] audit: type=1404 audit(1750650839.326:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[ 2.850283] SELinux: Permission firmware_load in class system not defined in policy.
[ 2.850288] SELinux: Permission kexec_image_load in class system not defined in policy.
[ 2.850289] SELinux: Permission kexec_initramfs_load in class system not defined in policy.
[ 2.850290] SELinux: Permission policy_load in class system not defined in policy.
[ 2.850290] SELinux: Permission x509_certificate_load in class system not defined in policy.
[ 2.850299] SELinux: Permission watch_mountns in class file not defined in policy.
[ 2.850301] SELinux: Permission watch_mountns in class dir not defined in policy.
[ 2.850303] SELinux: Permission watch_mountns in class lnk_file not defined in policy.
[ 2.850304] SELinux: Permission watch_mountns in class chr_file not defined in policy.
[ 2.850305] SELinux: Permission watch_mountns in class blk_file not defined in policy.
[ 2.850306] SELinux: Permission watch_mountns in class sock_file not defined in policy.
[ 2.850307] SELinux: Permission watch_mountns in class fifo_file not defined in policy.
[ 2.850316] SELinux: Permission nlmsg in class netlink_route_socket not defined in policy.
[ 2.850317] SELinux: Permission nlmsg in class netlink_tcpdiag_socket not defined in policy.
[ 2.850318] SELinux: Permission nlmsg in class netlink_xfrm_socket not defined in policy.
[ 2.850321] SELinux: Permission nlmsg in class netlink_audit_socket not defined in policy.
[ 2.850341] SELinux: Permission watch_mountns in class anon_inode not defined in policy.
[ 2.850342] SELinux: Permission allowed in class io_uring not defined in policy.
[ 2.850343] SELinux: the above unknown classes and permissions will be allowed
[ 2.852110] SELinux: policy capability network_peer_controls=1
[ 2.852112] SELinux: policy capability open_perms=1
[ 2.852113] SELinux: policy capability extended_socket_class=1
[ 2.852113] SELinux: policy capability always_check_network=0
[ 2.852114] SELinux: policy capability cgroup_seclabel=1
[ 2.852115] SELinux: policy capability nnp_nosuid_transition=1
[ 2.852115] SELinux: policy capability genfs_seclabel_symlinks=1
[ 2.852116] SELinux: policy capability ioctl_skip_cloexec=0
[ 2.852116] SELinux: policy capability userspace_initial_context=0
[ 2.852117] SELinux: policy capability netlink_xperm=0
[ 2.852117] SELinux: policy capability netif_wildcard=0
[ 2.852118] SELinux: policy capability genfs_seclabel_wildcard=0
[ 2.891032] audit: type=1403 audit(1750650839.397:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[ 2.891712] systemd[1]: Successfully loaded SELinux policy in 72.042ms.
[ 2.907208] systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 11.237ms.
[ 2.909213] systemd[1]: systemd 257.6-1.fc42 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[ 2.909218] systemd[1]: Detected architecture x86-64.
[ 2.962221] systemd[1]: bpf-restrict-fs: Failed to load BPF object: No such process
[ 3.069158] zram: Added device: zram0
[ 3.230784] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 3.230891] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[ 3.231642] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 3.232031] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[ 3.232458] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 3.232853] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 3.233187] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[ 3.233482] systemd[1]: Created slice user.slice - User and Session Slice.
[ 3.233522] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[ 3.233580] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 3.233797] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 3.233820] systemd[1]: Expecting device dev-disk-by\x2duuid-7015\x2dF837.device - /dev/disk/by-uuid/7015-F837...
[ 3.233830] systemd[1]: Expecting device dev-disk-by\x2duuid-95740c92\x2d386d\x2d42cd\x2dadd0\x2d2c2c56c01c3a.device - /dev/disk/by-uuid/95740c92-386d-42cd-add0-2c2c56c01c3a...
[ 3.233841] systemd[1]: Expecting device dev-disk-by\x2duuid-bd9837ce\x2dcc28\x2d4936\x2da24b\x2d13a21f09949d.device - /dev/disk/by-uuid/bd9837ce-cc28-4936-a24b-13a21f09949d...
[ 3.233887] systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
[ 3.233901] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 3.233919] systemd[1]: Reached target getty.target - Login Prompts.
[ 3.233939] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[ 3.233955] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[ 3.233968] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[ 3.233983] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 3.234023] systemd[1]: Reached target slices.target - Slice Units.
[ 3.234050] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 3.234287] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 3.235326] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 3.236423] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 3.236961] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 3.237070] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 3.237433] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 3.237730] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[ 3.237779] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 3.237792] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 3.238203] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 3.238387] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 3.238658] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[ 3.240451] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 3.241036] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 3.241605] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 3.242185] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 3.242301] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 3.242437] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[ 3.243271] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 3.244446] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 3.245349] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 3.246443] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 3.247377] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 3.248365] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 3.249275] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 3.250155] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 3.250227] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ 3.250279] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[ 3.250424] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[ 3.250461] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[ 3.250560] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 3.252346] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 3.253576] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 3.254433] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[ 3.254476] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 3.255506] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 3.255577] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 3.255631] loop: module loaded
[ 3.256623] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 3.257648] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 3.260692] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 3.261214] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 3.261324] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 3.261435] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 3.261757] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 3.261998] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 3.262145] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 3.262768] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 3.262900] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 3.262901] BTRFS info (device nvme0n1p3 state M): use zstd compression, level 1
[ 3.263131] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 3.263254] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 3.263466] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 3.263592] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 3.263810] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 3.263943] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 3.264138] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 3.264254] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 3.264526] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 3.264938] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[ 3.265236] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 3.265517] systemd[1]: iscsi-onboot.service - Special handling of early boot iSCSI sessions was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/iscsi_session).
[ 3.265543] systemd[1]: ostree-remount.service - OSTree Remount OS/ Bind Mounts was skipped because of an unmet condition check (ConditionKernelCommandLine=ostree).
[ 3.266152] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 3.266212] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 3.267247] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 3.267310] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 3.268975] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 3.271097] systemd-journald[488]: Collecting audit messages is enabled.
[ 3.278671] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 3.278709] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 3.278956] systemd[1]: Started systemd-journald.service - Journal Service.
[ 3.279023] audit: type=1130 audit(1750650839.785:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.280143] audit: type=1130 audit(1750650839.787:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-load-credentials comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.281507] audit: type=1130 audit(1750650839.788:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.311644] audit: type=1130 audit(1750650839.818:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.312823] systemd-journald[488]: Received client request to flush runtime journal.
[ 3.319250] audit: type=1334 audit(1750650839.826:8): prog-id=32 op=LOAD
[ 3.319340] audit: type=1334 audit(1750650839.826:9): prog-id=33 op=LOAD
[ 3.319359] audit: type=1334 audit(1750650839.826:10): prog-id=34 op=LOAD
[ 4.010674] Bluetooth: hci0: Waiting for firmware download to complete
[ 4.010835] Bluetooth: hci0: Firmware loaded in 1796239 usecs
[ 4.010885] Bluetooth: hci0: Waiting for device to boot
[ 4.027861] Bluetooth: hci0: Device booted in 16607 usecs
[ 4.030193] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[ 4.031875] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 4.032959] Bluetooth: hci0: Firmware revision 0.4 build 193 week 33 2024
[ 4.034865] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 4.045424] input: Intel HID events as /devices/platform/INTC1051:00/input/input13
[ 4.054042] intel_pmc_core INT33A1:00: initialized
[ 4.085712] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 4.085717] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 4.085718] thinkpad_acpi: ThinkPad BIOS N32ET96W (1.72 ), EC N32HT56W
[ 4.085719] thinkpad_acpi: Lenovo ThinkPad X1 Carbon Gen 9, model 20XWCTO1WW
[ 4.092648] thinkpad_acpi: radio switch found; radios are enabled
[ 4.092657] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 4.092658] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 4.102443] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 4.129025] EDAC igen6: v2.5.1
[ 4.137448] thinkpad_acpi: secondary fan control detected & enabled
[ 4.147840] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0xb)
[ 4.151360] ACPI: battery: new hook: ThinkPad Battery Extension
[ 4.160414] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 4.167626] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input14
[ 4.180211] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 4.180455] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 4.180486] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 4.180777] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.187533] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.188162] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.188307] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 4.231755] input: PC Speaker as /devices/platform/pcspkr/input/input15
[ 4.244377] zram0: detected capacity change from 0 to 16777216
[ 4.247540] mc: Linux media interface: v0.10
[ 4.260115] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[ 4.260121] caller uncore_get_box_mmio_addr+0xe6/0x150 [intel_uncore] mapping multiple BARs
[ 4.261461] videodev: Linux video capture interface: v2.00
[ 4.297606] EXT4-fs (nvme0n1p2): mounted filesystem 95740c92-386d-42cd-add0-2c2c56c01c3a r/w with ordered data mode. Quota mode: none.
[ 4.352169] Adding 8388604k swap on /dev/zram0. Priority:100 extents:1 across:8388604k SSDsc
[ 4.396991] intel_rapl_msr: PL4 support detected.
[ 4.397024] intel_rapl_common: Found RAPL domain package
[ 4.397025] intel_rapl_common: Found RAPL domain core
[ 4.397026] intel_rapl_common: Found RAPL domain uncore
[ 4.397028] intel_rapl_common: Found RAPL domain psys
[ 4.598183] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598218] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598229] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598240] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598248] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598256] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.598264] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[ 4.613455] iTCO_vendor_support: vendor-support=0
[ 4.620077] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 4.631348] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 4.631358] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 4.631361] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 4.631364] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 4.631366] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 4.634544] Creating 1 MTD partitions on "0000:00:1f.5":
[ 4.634553] 0x000000000000-0x000002000000 : "BIOS"
[ 4.644254] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[ 4.645212] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 4.648288] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 4.654265] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 4.655686] Intel(R) Wireless WiFi driver for Linux
[ 4.660789] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 4.665655] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 4.670686] iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
[ 4.670709] iwlwifi 0000:00:14.3: PCI dev a0f0/0070, rev=0x351, rfid=0x10a100
[ 4.670714] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
[ 4.682440] usb 3-4: Found UVC 1.10 device Integrated Camera (04f2:b6ea)
[ 4.685888] intel_rapl_common: Found RAPL domain package
[ 4.687525] intel_tcc_cooling: Programmable TCC Offset detected
[ 4.697320] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[ 4.703543] usb 3-4: Found UVC 1.50 device Integrated Camera (04f2:b6ea)
[ 4.704370] usbcore: registered new interface driver uvcvideo
[ 4.727197] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 4.727456] iwlwifi 0000:00:14.3: loaded firmware version 77.864baa2e.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
[ 4.803663] iwlmvm: unknown parameter 'disable_mld' ignored
[ 4.830605] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[ 4.830676] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 4.837372] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[ 4.859521] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[ 4.859528] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[ 4.859530] sof-audio-pci-intel-tgl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
[ 4.859533] sof-audio-pci-intel-tgl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
[ 4.859535] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[ 4.886806] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[ 4.886812] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware file: intel/sof/sof-tgl.ri
[ 4.886814] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology file: intel/sof-tplg/sof-hda-generic-4ch.tplg
[ 4.907044] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 4.907050] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[ 4.933713] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[ 4.999236] iwlwifi 0000:00:14.3: base HW address: 20:c1:9b:dc:2d:c8
[ 5.004244] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 5.004248] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[ 5.015267] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
[ 5.015469] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[ 5.028294] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[ 5.039130] snd_hda_codec_realtek ehdaudio0D0: ALC287: picked fixup (pin match)
[ 5.039828] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[ 5.039831] snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.039832] snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 5.039834] snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0
[ 5.039835] snd_hda_codec_realtek ehdaudio0D0: inputs:
[ 5.039835] snd_hda_codec_realtek ehdaudio0D0: Mic=0x19
[ 5.081671] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[ 5.101476] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[ 5.101537] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[ 5.101570] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[ 5.101602] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[ 5.101639] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[ 5.278638] RPC: Registered named UNIX socket transport module.
[ 5.278641] RPC: Registered udp transport module.
[ 5.278641] RPC: Registered tcp transport module.
[ 5.278642] RPC: Registered tcp-with-tls transport module.
[ 5.278643] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 5.374929] nvme nvme0: using unchecked data buffer
[ 5.411047] Bluetooth: MGMT ver 1.23
[ 5.554111] block nvme0n1: No UUID available providing old NGUID
[ 5.700800] NET: Registered PF_QIPCRTR protocol family
[ 7.278649] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
[ 10.713338] wlp0s20f3: authenticate with b0:f2:08:dc:a3:5e (local address=ba:47:95:6e:51:1f)
[ 10.715419] wlp0s20f3: send auth to b0:f2:08:dc:a3:5e (try 1/3)
[ 11.007310] wlp0s20f3: authenticate with b0:f2:08:dc:a3:5e (local address=ba:47:95:6e:51:1f)
[ 11.007328] wlp0s20f3: send auth to b0:f2:08:dc:a3:5e (try 1/3)
[ 11.116429] wlp0s20f3: authenticated
[ 11.117050] wlp0s20f3: associate with b0:f2:08:dc:a3:5e (try 1/3)
[ 11.122630] wlp0s20f3: RX AssocResp from b0:f2:08:dc:a3:5e (capab=0x1111 status=0 aid=11)
[ 11.164768] wlp0s20f3: associated
[ 11.173390] wlp0s20f3: Limiting TX power to 20 (23 - 3) dBm as advertised by b0:f2:08:dc:a3:5e
[ 11.214233] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 11.214822] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 11.215306] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 11.215776] iwlwifi 0000:00:14.3: Unhandled alg: 0x707
[ 11.599921] netfs: FS-Cache loaded
[ 11.603592] Key type dns_resolver registered
[ 11.689515] Key type cifs.spnego registered
[ 11.689538] Key type cifs.idmap registered
[ 11.690274] CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
[ 11.690279] CIFS: Attempting to mount //dtometzki.file.core.windows.net/sadata
[ 11.699218] fs-verity: sha256 using implementation "sha256-x86"
[ 11.758189] evm: overlay not supported
[ 12.086564] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 13.523497] rfkill: input handler disabled
[ 14.262908] Bluetooth: RFCOMM TTY layer initialized
[ 14.262921] Bluetooth: RFCOMM socket layer initialized
[ 14.262927] Bluetooth: RFCOMM ver 1.11
[ 20.134573] rfkill: input handler enabled
[ 22.819221] rfkill: input handler disabled