Error: psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4

From: Paul Menzel
Date: Sat Sep 21 2024 - 18:51:36 EST


#regzbot introduced: 2e0199df252a..54a58a787791

Dear Peter,


With merge commit 2004cef11ea0 (Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) I see the warning below on the Intel Kaby Lake laptop Dell XPS 13 9360 and with QEMU.

Dell XPS 13 9360:

psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4

QEMU:

$ qemu-system-x86_64 -enable-kvm -smp cpus=2 -m 1G -net nic -net user,hostfwd=tcp::22222-:22 -kernel /dev/shm/bzImage -append "root=/dev/sda1 debug console=ttyS0" -nographic

psi: inconsistent task state! task=11:kworker/u8:0 cpu=1 psi_fla4

Due to a compile error, I couldn’t bisect all commits, but it’s one of the commits below:

$ git bisect skip
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
781773e3b68031bd001c0c18aa72e8470c225ebd
a1c446611e31ca5363d4db51e398271da1dce0af
e1459a50ba31831efdfc35278023d959e4ba775b
f12e148892ede8d9ee82bcd3e469e6d01fc077ac
152e11f6df293e816a6a37c69757033cdc72667d
2e0199df252a536a03f4cb0810324dff523d1e79
54a58a78779169f9c92a51facf6de7ce94962328
We cannot bisect more!


Kind regards,

Paul


PS: Build error is:

```
kernel/sched/fair.c: In function ârequeue_delayed_entityâ:
kernel/sched/fair.c:6818:24: warning: unused variable âcfs_rqâ [-Wunused-variable]
6818 | struct cfs_rq *cfs_rq = cfs_rq_of(se);
| ^~~~~~
AR drivers/base/firmware_loader/built-in.a
AR drivers/base/built-in.a
AR drivers/built-in.a
In file included from kernel/sched/fair.c:54:
kernel/sched/fair.c: In function âswitched_from_fairâ:
kernel/sched/sched.h:2132:24: error: implicit declaration of function âstatic_branch_DELAY_ZEROâ; did you mean âstatic_branch_DELAY_DEQUEUEâ? [-Wimplicit-function-declaration]
2132 | #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x]))
| ^~~~~~~~~~~~~~
kernel/sched/fair.c:12977:21: note: in expansion of macro âsched_featâ
12977 | if (sched_feat(DELAY_ZERO) && p->se.vlag > 0)
| ^~~~~~~~~~
kernel/sched/sched.h:2132:59: error: â__SCHED_FEAT_DELAY_ZEROâ undeclared (first use in this function); did you mean â__SCHED_FEAT_DELAY_DEQUEUEâ?
2132 | #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x]))
| ^~~~~~~~~~~~~
kernel/sched/fair.c:12977:21: note: in expansion of macro âsched_featâ
12977 | if (sched_feat(DELAY_ZERO) && p->se.vlag > 0)
| ^~~~~~~~~~
kernel/sched/sched.h:2132:59: note: each undeclared identifier is reported only once for each function it appears in
2132 | #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x]))
| ^~~~~~~~~~~~~
kernel/sched/fair.c:12977:21: note: in expansion of macro âsched_featâ
12977 | if (sched_feat(DELAY_ZERO) && p->se.vlag > 0)
| ^~~~~~~~~~
make[4]: *** [scripts/Makefile.build:244: kernel/sched/fair.o] Error 1
```

PPS: Bisect log:

```
$ git bisect log
git bisect start
# status: waiting for both good and bad commits
# good: [509d2cd12a10d057fdf72f565b930f9a81140d59] Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-next
git bisect good 509d2cd12a10d057fdf72f565b930f9a81140d59
# status: waiting for bad commit, 1 good commit known
# bad: [509d2cd12a10d057fdf72f565b930f9a81140d59] Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-next
git bisect bad 509d2cd12a10d057fdf72f565b930f9a81140d59
# bad: [2004cef11ea072838f99bd95cefa5c8e45df0847] Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
git bisect bad 2004cef11ea072838f99bd95cefa5c8e45df0847
# skip: [2e0199df252a536a03f4cb0810324dff523d1e79] sched/fair: Prepare exit/cleanup paths for delayed_dequeue
git bisect skip 2e0199df252a536a03f4cb0810324dff523d1e79
# good: [f23c042ce34ba265cf3129d530702b5d218e3f4b] sched/deadline: Comment sched_dl_entity::dl_server variable
git bisect good f23c042ce34ba265cf3129d530702b5d218e3f4b
# skip: [a1c446611e31ca5363d4db51e398271da1dce0af] sched,freezer: Mark TASK_FROZEN special
git bisect skip a1c446611e31ca5363d4db51e398271da1dce0af
# bad: [85e511df3cec46021024176672a748008ed135bf] sched/eevdf: Allow shorter slices to wakeup-preempt
git bisect bad 85e511df3cec46021024176672a748008ed135bf
# good: [8e2e13ac6122915bd98315237b0317495e391be0] sched/fair: Cleanup pick_task_fair() vs throttle
git bisect good 8e2e13ac6122915bd98315237b0317495e391be0
# skip: [f12e148892ede8d9ee82bcd3e469e6d01fc077ac] sched/fair: Prepare pick_next_task() for delayed dequeue
git bisect skip f12e148892ede8d9ee82bcd3e469e6d01fc077ac
# bad: [54a58a78779169f9c92a51facf6de7ce94962328] sched/fair: Implement DELAY_ZERO
git bisect bad 54a58a78779169f9c92a51facf6de7ce94962328
# good: [dfa0a574cbc47bfd5f8985f74c8ea003a37fa078] sched/uclamg: Handle delayed dequeue
git bisect good dfa0a574cbc47bfd5f8985f74c8ea003a37fa078
# skip: [781773e3b68031bd001c0c18aa72e8470c225ebd] sched/fair: Implement ENQUEUE_DELAYED
git bisect skip 781773e3b68031bd001c0c18aa72e8470c225ebd
# skip: [e1459a50ba31831efdfc35278023d959e4ba775b] sched: Teach dequeue_task() about special task states
git bisect skip e1459a50ba31831efdfc35278023d959e4ba775b
# good: [e28b5f8bda01720b5ce8456b48cf4b963f9a80a1] sched/fair: Assert {set_next,put_prev}_entity() are properly balanced
git bisect good e28b5f8bda01720b5ce8456b48cf4b963f9a80a1
# skip: [152e11f6df293e816a6a37c69757033cdc72667d] sched/fair: Implement delayed dequeue
git bisect skip 152e11f6df293e816a6a37c69757033cdc72667d
# only skipped commits left to test
# possible first bad commit: [54a58a78779169f9c92a51facf6de7ce94962328] sched/fair: Implement DELAY_ZERO
# possible first bad commit: [152e11f6df293e816a6a37c69757033cdc72667d] sched/fair: Implement delayed dequeue
# possible first bad commit: [e1459a50ba31831efdfc35278023d959e4ba775b] sched: Teach dequeue_task() about special task states
# possible first bad commit: [a1c446611e31ca5363d4db51e398271da1dce0af] sched,freezer: Mark TASK_FROZEN special
# possible first bad commit: [781773e3b68031bd001c0c18aa72e8470c225ebd] sched/fair: Implement ENQUEUE_DELAYED
# possible first bad commit: [f12e148892ede8d9ee82bcd3e469e6d01fc077ac] sched/fair: Prepare pick_next_task() for delayed dequeue
# possible first bad commit: [2e0199df252a536a03f4cb0810324dff523d1e79] sched/fair: Prepare exit/cleanup paths for delayed_dequeue
```[ 0.000000] Linux version 6.11.0-07463-g7048c3743423 (build@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (Debian 14.2.0-5) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.1) #2 SMP PREEMPT_DYNAMIC Sat Sep 21 17:10:34 CEST 2024
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.11.0-07463-g7048c3743423 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000556aafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004817fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x51ac0018-0x51ad0057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000051ac0017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000051ac0018-0x0000000051ad0057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000051ad0058-0x00000000556aafff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000006f872000-0x000000006fffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000785fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004817fffff] usable
[ 0.000000] efi: EFI v2.4 by American Megatrends
[ 0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62679298 INITRD=0x5577da98 TPMEventLog=0x55778018
[ 0.000000] efi: Remove mem36: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Not removing mem37: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem38: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem39: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem40: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.000000] tsc: Detected 2899.886 MHz TSC
[ 0.000689] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000691] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000697] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[ 0.000701] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000702] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001000] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[ 0.007614] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[ 0.007620] Using GB pages for direct mapping
[ 0.013914] printk: log_buf_len: 8388608 bytes
[ 0.013915] printk: early log buf free: 125344(95%)
[ 0.013915] Secure boot disabled
[ 0.013916] RAMDISK: [mem 0x51ad1000-0x525c3fff]
[ 0.013920] ACPI: Early table checksum verification disabled
[ 0.013923] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL )
[ 0.013926] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013931] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.013935] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.013937] ACPI: FACS 0x000000006F86F180 000040
[ 0.013939] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.013941] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013943] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013945] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.013947] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.013949] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.013952] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013954] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.013956] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.013958] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.013960] ACPI: UEFI 0x00000000651B5168 000042 (v01 00000000 00000000)
[ 0.013962] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.013964] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.013966] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL CBX3 00000000 MSFT 0000005F)
[ 0.013968] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.013970] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.013973] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.013975] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.013977] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.013979] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.013981] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.013986] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.013988] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.013990] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.013993] ACPI: BGRT 0x00000000651C2550 000038 (v00 01072009 AMI 00010013)
[ 0.013995] ACPI: TPM2 0x00000000651C2588 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.013997] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.013999] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.014001] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[ 0.014002] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[ 0.014003] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[ 0.014003] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[ 0.014004] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[ 0.014004] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[ 0.014005] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[ 0.014006] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[ 0.014006] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[ 0.014007] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[ 0.014007] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[ 0.014008] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[ 0.014009] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[ 0.014009] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[ 0.014010] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[ 0.014011] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[ 0.014011] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[ 0.014012] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[ 0.014012] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[ 0.014013] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[ 0.014014] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[ 0.014014] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[ 0.014015] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[ 0.014015] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[ 0.014016] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[ 0.014017] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[ 0.014017] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[ 0.014018] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[ 0.014019] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[ 0.014019] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[ 0.014020] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[ 0.014137] No NUMA configuration found
[ 0.014137] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[ 0.014152] NODE_DATA(0) allocated [mem 0x47f3d5000-0x47f3fffff]
[ 0.014338] Zone ranges:
[ 0.014339] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.014340] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.014341] Normal [mem 0x0000000100000000-0x00000004817fffff]
[ 0.014342] Device empty
[ 0.014343] Movable zone start for each node
[ 0.014345] Early memory node ranges
[ 0.014346] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.014347] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.014347] node 0: [mem 0x0000000000100000-0x00000000556aafff]
[ 0.014348] node 0: [mem 0x00000000556ad000-0x0000000064df3fff]
[ 0.014349] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.014350] node 0: [mem 0x0000000078000000-0x00000000785fffff]
[ 0.014350] node 0: [mem 0x0000000100000000-0x00000004817fffff]
[ 0.014353] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[ 0.014357] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.014359] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.014382] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.016745] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.017199] On node 0, zone DMA32: 45579 pages in unavailable ranges
[ 0.017752] On node 0, zone Normal: 31232 pages in unavailable ranges
[ 0.018011] On node 0, zone Normal: 26624 pages in unavailable ranges
[ 0.018019] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[ 0.018202] ACPI: PM-Timer IO Port: 0x1808
[ 0.018207] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.018209] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.018209] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.018210] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.018236] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.018238] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.018240] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.018243] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.018244] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.018250] e820: update [mem 0x62260000-0x623ecfff] usable ==> reserved
[ 0.018258] TSC deadline timer available
[ 0.018261] CPU topo: Max. logical packages: 1
[ 0.018262] CPU topo: Max. logical dies: 1
[ 0.018262] CPU topo: Max. dies per package: 1
[ 0.018266] CPU topo: Max. threads per core: 2
[ 0.018266] CPU topo: Num. cores per package: 2
[ 0.018267] CPU topo: Num. threads per package: 4
[ 0.018267] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.018286] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.018288] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.018290] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.018291] PM: hibernation: Registered nosave memory: [mem 0x51ac0000-0x51ac0fff]
[ 0.018293] PM: hibernation: Registered nosave memory: [mem 0x51ad0000-0x51ad0fff]
[ 0.018294] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[ 0.018295] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[ 0.018296] PM: hibernation: Registered nosave memory: [mem 0x62260000-0x623ecfff]
[ 0.018297] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[ 0.018298] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[ 0.018298] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[ 0.018299] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[ 0.018300] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[ 0.018302] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[ 0.018302] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[ 0.018303] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.018303] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.018304] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.018304] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.018305] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.018306] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.018307] [mem 0x7c800000-0xfdffffff] available for PCI devices
[ 0.018308] Booting paravirtualized kernel on bare hardware
[ 0.018309] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.022940] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.023218] percpu: Embedded 94 pages/cpu s290816 r65536 d28672 u524288
[ 0.023225] pcpu-alloc: s290816 r65536 d28672 u524288 alloc=1*2097152
[ 0.023227] pcpu-alloc: [0] 0 1 2 3
[ 0.023250] Kernel command line: BOOT_IMAGE=/vmlinuz-6.11.0-07463-g7048c3743423 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[ 0.023312] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.11.0-07463-g7048c3743423", will be passed to user space.
[ 0.023338] random: crng init done
[ 0.024843] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.025603] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.025651] Fallback order for Node 0: 0
[ 0.025654] Built 1 zonelists, mobility grouping on. Total pages: 4090767
[ 0.025655] Policy zone: Normal
[ 0.025661] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.025668] software IO TLB: area num 4.
[ 0.044403] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.044405] kmemleak: Kernel memory leak detector disabled
[ 0.044431] ftrace: allocating 42696 entries in 167 pages
[ 0.051374] ftrace: allocated 167 pages with 5 groups
[ 0.052039] Dynamic Preempt: voluntary
[ 0.052080] rcu: Preemptible hierarchical RCU implementation.
[ 0.052080] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.052082] Trampoline variant of Tasks RCU enabled.
[ 0.052082] Rude variant of Tasks RCU enabled.
[ 0.052082] Tracing variant of Tasks RCU enabled.
[ 0.052083] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.052083] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.052089] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.052090] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.052091] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.055695] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.055905] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.056077] Console: colour dummy device 80x25
[ 0.056080] printk: legacy console [tty0] enabled
[ 0.056125] ACPI: Core revision 20240827
[ 0.056274] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.056328] APIC: Switch to symmetric I/O mode setup
[ 0.056330] DMAR: Host address width 39
[ 0.056331] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.056336] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.056339] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.056343] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.056345] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[ 0.056346] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[ 0.056348] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.056349] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.056351] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.056352] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.056353] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.057979] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.057980] x2apic enabled
[ 0.058035] APIC: Switched APIC routing to: cluster x2apic
[ 0.061885] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[ 0.061890] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[ 0.061922] CPU0: Thermal monitoring enabled (TM1)
[ 0.061959] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.061961] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.061964] process: using mwait in idle threads
[ 0.061967] Spectre V2 : User space: Vulnerable
[ 0.061969] Speculative Store Bypass: Vulnerable
[ 0.061972] SRBDS: Vulnerable
[ 0.061976] GDS: Vulnerable
[ 0.061981] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.061982] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.061983] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.061984] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.061985] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.061986] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.061987] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.061988] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.061989] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.065889] Freeing SMP alternatives memory: 36K
[ 0.065889] pid_max: default: 32768 minimum: 301
[ 0.065889] LSM: initializing lsm=capability,landlock,apparmor,bpf
[ 0.065889] landlock: Up and running.
[ 0.065889] AppArmor: AppArmor initialized
[ 0.065889] LSM support for eBPF active
[ 0.065889] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.065889] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.065889] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.065889] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.065889] ... version: 4
[ 0.065889] ... bit width: 48
[ 0.065889] ... generic registers: 4
[ 0.065889] ... value mask: 0000ffffffffffff
[ 0.065889] ... max period: 00007fffffffffff
[ 0.065889] ... fixed-purpose events: 3
[ 0.065889] ... event mask: 000000070000000f
[ 0.065889] signal: max sigframe size: 1616
[ 0.065889] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[ 0.065889] rcu: Hierarchical SRCU implementation.
[ 0.065889] rcu: Max phase no-delay instances is 1000.
[ 0.065889] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.065889] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.065889] smp: Bringing up secondary CPUs ...
[ 0.065889] smpboot: x86: Booting SMP configuration:
[ 0.065889] .... node #0, CPUs: #1 #2 #3
[ 0.065889] smp: Brought up 1 node, 4 CPUs
[ 0.065889] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[ 0.065927] psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4
[ 0.087388] node 0 deferred pages initialised in 20ms
[ 0.087390] Memory: 15906212K/16363068K available (14336K kernel code, 2546K rwdata, 10100K rodata, 2820K init, 6472K bss, 446184K reserved, 0K cma-reserved)
[ 0.087390] devtmpfs: initialized
[ 0.087390] x86/mm: Memory block size: 128MB
[ 0.087390] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[ 0.087390] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[ 0.090648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.090655] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.090704] pinctrl core: initialized pinctrl subsystem
[ 0.091168] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.091366] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.091487] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.091603] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.091628] audit: initializing netlink subsys (disabled)
[ 0.091646] audit: type=2000 audit(1726932261.028:1): state=initialized audit_enabled=0 res=1
[ 0.091646] thermal_sys: Registered thermal governor 'fair_share'
[ 0.091646] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.091646] thermal_sys: Registered thermal governor 'step_wise'
[ 0.091646] thermal_sys: Registered thermal governor 'user_space'
[ 0.091646] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.091646] cpuidle: using governor ladder
[ 0.091646] cpuidle: using governor menu
[ 0.091646] Simple Boot Flag at 0x47 set to 0x80
[ 0.091646] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.091646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.091646] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.091646] PCI: Using configuration type 1 for base access
[ 0.091646] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.091646] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.091646] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.091646] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.091646] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.091646] ACPI: Added _OSI(Module Device)
[ 0.091646] ACPI: Added _OSI(Processor Device)
[ 0.091646] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.091646] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.127005] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.130169] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.134877] ACPI: Dynamic OEM Table Load:
[ 0.134877] ACPI: SSDT 0xFFFF9D670165D000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.135469] ACPI: Dynamic OEM Table Load:
[ 0.135474] ACPI: SSDT 0xFFFF9D67016AA800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.138827] ACPI: Dynamic OEM Table Load:
[ 0.138832] ACPI: SSDT 0xFFFF9D67016AE000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.139901] ACPI: Dynamic OEM Table Load:
[ 0.139905] ACPI: SSDT 0xFFFF9D670116F600 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.142395] ACPI: EC: EC started
[ 0.142396] ACPI: EC: interrupt blocked
[ 0.147343] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.147346] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.147347] ACPI: Interpreter enabled
[ 0.147383] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.147384] ACPI: Using IOAPIC for interrupt routing
[ 0.147417] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.147418] PCI: Using E820 reservations for host bridge windows
[ 0.147957] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.152065] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 0.152332] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.152593] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 0.152856] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 0.153117] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 0.153378] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[ 0.154007] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 0.154270] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 0.154537] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 0.154797] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 0.155058] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 0.155321] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 0.155584] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 0.155852] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 0.156113] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 0.156372] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 0.157758] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 0.158850] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 0.159111] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 0.159375] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 0.178347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.178353] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.178517] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.178815] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[ 0.178816] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.179565] PCI host bridge to bus 0000:00
[ 0.179568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.179570] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.179572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.179574] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[ 0.179575] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.179576] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.179591] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[ 0.179656] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.179663] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[ 0.179668] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.179671] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.179685] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.179813] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 0.179820] pci 0000:00:04.0: BAR 0 [mem 0xdc320000-0xdc327fff 64bit]
[ 0.180067] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.180082] pci 0000:00:14.0: BAR 0 [mem 0xdc310000-0xdc31ffff 64bit]
[ 0.180137] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.180597] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[ 0.180612] pci 0000:00:14.2: BAR 0 [mem 0xdc334000-0xdc334fff 64bit]
[ 0.180744] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[ 0.180775] pci 0000:00:15.0: BAR 0 [mem 0xdc333000-0xdc333fff 64bit]
[ 0.181085] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[ 0.181113] pci 0000:00:15.1: BAR 0 [mem 0xdc332000-0xdc332fff 64bit]
[ 0.181407] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.181420] pci 0000:00:16.0: BAR 0 [mem 0xdc331000-0xdc331fff 64bit]
[ 0.181463] pci 0000:00:16.0: PME# supported from D3hot
[ 0.181756] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[ 0.181774] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.181778] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.181785] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.181827] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.182240] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[ 0.182261] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.182266] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.182321] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.182728] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[ 0.182745] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 0.182750] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.182798] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.183219] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[ 0.183503] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[ 0.183514] pci 0000:00:1f.2: BAR 0 [mem 0xdc32c000-0xdc32ffff]
[ 0.183719] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[ 0.183739] pci 0000:00:1f.3: BAR 0 [mem 0xdc328000-0xdc32bfff 64bit]
[ 0.183761] pci 0000:00:1f.3: BAR 4 [mem 0xdc300000-0xdc30ffff 64bit]
[ 0.183803] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.184345] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.184403] pci 0000:00:1f.4: BAR 0 [mem 0xdc330000-0xdc3300ff 64bit]
[ 0.184474] pci 0000:00:1f.4: BAR 4 [io 0xf040-0xf05f]
[ 0.184769] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.185098] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[ 0.185314] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[ 0.186443] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[ 0.188164] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.188248] pci 0000:3b:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[ 0.188268] pci 0000:3b:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[ 0.188378] pci 0000:3b:00.0: PME# supported from D0 D1 D3hot
[ 0.188714] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 0.191675] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.191675] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.191675] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.201539] ACPI: EC: interrupt unblocked
[ 0.201541] ACPI: EC: event unblocked
[ 0.201546] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.201547] ACPI: EC: GPE=0x14
[ 0.201549] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 0.201550] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 0.201611] iommu: Default domain type: Translated
[ 0.201611] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.201611] pps_core: LinuxPPS API ver. 1 registered
[ 0.201611] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.201611] PTP clock support registered
[ 0.201611] EDAC MC: Ver: 3.0.0
[ 0.201961] efivars: Registered efivars operations
[ 0.202147] NetLabel: Initializing
[ 0.202149] NetLabel: domain hash size = 128
[ 0.202150] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.202166] NetLabel: unlabeled traffic allowed by default
[ 0.202167] PCI: Using ACPI for IRQ routing
[ 0.227453] PCI: pci_cache_line_size set to 64 bytes
[ 0.227830] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.227832] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.227833] e820: reserve RAM buffer [mem 0x51ac0018-0x53ffffff]
[ 0.227834] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[ 0.227835] e820: reserve RAM buffer [mem 0x62260000-0x63ffffff]
[ 0.227836] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[ 0.227837] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[ 0.227838] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[ 0.227875] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.227875] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.227875] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.227875] vgaarb: loaded
[ 0.227875] clocksource: Switched to clocksource tsc-early
[ 0.227875] VFS: Disk quotas dquot_6.6.0
[ 0.227875] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.227875] AppArmor: AppArmor Filesystem Enabled
[ 0.227875] pnp: PnP ACPI init
[ 0.227875] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.227875] system 00:00: [io 0xffff] has been reserved
[ 0.227875] system 00:00: [io 0xffff] has been reserved
[ 0.227875] system 00:00: [io 0xffff] has been reserved
[ 0.227875] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.227875] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.227875] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.227875] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.227875] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.227875] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.227875] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.227875] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.227875] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.227875] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.227875] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.227875] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.227875] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.227875] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.227875] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.227875] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.227875] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.227875] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.227875] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.227875] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.227875] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.228425] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 0.228428] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 0.231919] pnp: PnP ACPI: found 9 devices
[ 0.237282] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.237326] NET: Registered PF_INET protocol family
[ 0.237451] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.249051] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.249075] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.249125] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.249323] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.249533] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.249611] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.249660] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.249695] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.249749] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.249756] NET: Registered PF_XDP protocol family
[ 0.249773] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-39] add_size 1000
[ 0.249783] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]: assigned
[ 0.249786] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.249788] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.249792] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.249794] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.249798] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.249802] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.249808] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[ 0.249810] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.249816] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.249817] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.249819] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[ 0.249820] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[ 0.249821] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.249822] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.249824] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[ 0.249825] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.249826] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 0.249828] pci_bus 0000:3b: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 0.250415] PCI: CLS 0 bytes, default 64
[ 0.250462] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[ 0.250521] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[ 0.250751] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 0.250754] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[ 0.250763] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.250765] software IO TLB: mapped [mem 0x000000005e260000-0x0000000062260000] (64MB)
[ 0.250796] Unpacking initramfs...
[ 0.250817] sgx: EPC section 0x70200000-0x75f7ffff
[ 0.251793] Initialise system trusted keyrings
[ 0.251805] Key type blacklist registered
[ 0.251935] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.251976] zbud: loaded
[ 0.252234] fuse: init (API version 7.40)
[ 0.252553] Key type asymmetric registered
[ 0.252558] Asymmetric key parser 'x509' registered
[ 0.272653] Freeing initrd memory: 11212K
[ 0.276563] alg: self-tests disabled
[ 0.276647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.276728] io scheduler mq-deadline registered
[ 0.283202] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.285464] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.285468] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 0.285634] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.286359] hpet_acpi_add: no address or irqs in _CRS
[ 0.297925] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[ 0.334696] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.335026] i8042: Warning: Keylock active
[ 0.337425] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.337430] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.337588] mousedev: PS/2 mouse device common for all mice
[ 0.337602] rtc_cmos 00:01: RTC can wake from S4
[ 0.338333] rtc_cmos 00:01: registered as rtc0
[ 0.338471] rtc_cmos 00:01: setting system clock to 2024-09-21T15:24:21 UTC (1726932261)
[ 0.338493] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.338564] intel_pstate: Intel P-state driver initializing
[ 0.338706] intel_pstate: HWP enabled
[ 0.338725] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.338949] efifb: probing for efifb
[ 0.338959] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[ 0.338961] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[ 0.338962] efifb: scrolling: redraw
[ 0.338962] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.339022] Console: switching to colour frame buffer device 200x56
[ 0.342585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.342689] fb0: EFI VGA frame buffer device
[ 0.342818] NET: Registered PF_INET6 protocol family
[ 0.346422] Segment Routing with IPv6
[ 0.346441] In-situ OAM (IOAM) with IPv6
[ 0.346466] mip6: Mobile IPv6
[ 0.346470] NET: Registered PF_PACKET protocol family
[ 0.346502] mpls_gso: MPLS GSO support
[ 0.346705] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.346735] microcode: Current revision: 0x000000f6
[ 0.346736] microcode: Updated early from: 0x000000f0
[ 0.346877] IPI shorthand broadcast: enabled
[ 0.348198] sched_clock: Marking stable (341009618, 5857651)->(358818653, -11951384)
[ 0.348342] registered taskstats version 1
[ 0.348409] Loading compiled-in X.509 certificates
[ 0.349803] Demotion targets for Node 0: null
[ 0.350077] Key type .fscrypt registered
[ 0.350079] Key type fscrypt-provisioning registered
[ 0.354802] cryptd: max_cpu_qlen set to 1000
[ 0.355574] AES CTR mode by8 optimization enabled
[ 0.365548] Key type encrypted registered
[ 0.365554] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.366030] RAS: Correctable Errors collector initialized.
[ 0.375737] clk: Disabling unused clocks
[ 0.376474] Freeing unused decrypted memory: 2036K
[ 0.376841] Freeing unused kernel image (initmem) memory: 2820K
[ 0.376859] Write protecting the kernel read-only data: 24576k
[ 0.377114] Freeing unused kernel image (rodata/data gap) memory: 140K
[ 0.388462] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.388467] Run /init as init process
[ 0.388469] with arguments:
[ 0.388470] /init
[ 0.388471] with environment:
[ 0.388471] HOME=/
[ 0.388472] TERM=linux
[ 0.388473] BOOT_IMAGE=/vmlinuz-6.11.0-07463-g7048c3743423
[ 0.473527] nvme nvme0: pci function 0000:3b:00.0
[ 0.491775] nvme nvme0: 4/0/0 default/read/poll queues
[ 0.497993] nvme0n1: p1 p2 p3 p4
[ 0.559741] device-mapper: uevent: version 1.0.3
[ 0.559892] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
[ 1.282062] tsc: Refined TSC clocksource calibration: 2904.007 MHz
[ 1.282083] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0c50045, max_idle_ns: 440795208304 ns
[ 1.282159] clocksource: Switched to clocksource tsc
[ 18.507514] PM: Image not found (code -22)
[ 18.590807] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[ 18.708135] systemd[1]: Inserted module 'autofs4'
[ 18.749264] systemd[1]: systemd 256.6-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[ 18.749280] systemd[1]: Detected architecture x86-64.
[ 18.751297] systemd[1]: Hostname set to <abreu>.
[ 19.033168] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 19.179179] systemd[1]: Queued start job for default target graphical.target.
[ 19.207682] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 19.207972] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 19.208208] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[ 19.208438] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 19.208587] systemd[1]: Created slice user.slice - User and Session Slice.
[ 19.208629] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 19.208665] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 19.208798] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 19.208820] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[ 19.208826] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[ 19.208831] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[ 19.208836] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[ 19.208855] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 19.208876] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 19.208884] systemd[1]: Reached target paths.target - Path Units.
[ 19.208895] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 19.208904] systemd[1]: Reached target slices.target - Slice Units.
[ 19.208927] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 19.210113] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 19.210771] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 19.210831] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 19.210887] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 19.210949] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 19.210980] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 19.210994] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 19.211047] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 19.211088] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 19.211920] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 19.212533] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 19.213508] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 19.218012] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 19.218981] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 19.222038] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 19.223240] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 19.226205] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 19.227791] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 19.230291] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 19.230417] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 19.230491] 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).
[ 19.234062] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 19.240114] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 19.240155] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 19.243772] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 19.243851] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 19.244877] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 19.247622] pstore: Using crash dump compression: deflate
[ 19.249777] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 19.252703] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 19.252815] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 19.252911] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 19.253000] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 19.253089] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 19.255771] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 19.256187] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 19.256409] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 19.256727] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 19.256921] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 19.261286] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 19.262289] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 19.270267] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 19.271273] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 19.272960] pstore: Registered efi_pstore as persistent store backend
[ 19.273641] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 19.274296] systemd-journald[471]: Collecting audit messages is disabled.
[ 19.277899] lp: driver loaded but no devices found
[ 19.278002] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 19.288476] ppdev: user-space parallel port driver
[ 19.290388] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 19.291155] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 19.307602] systemd[1]: Started systemd-journald.service - Journal Service.
[ 19.314007] ACPI: bus type drm_connector registered
[ 19.314545] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[ 19.332879] systemd-journald[471]: Received client request to flush runtime journal.
[ 19.496378] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input22
[ 19.511019] ACPI: button: Lid Switch [LID0]
[ 19.511080] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input23
[ 19.511314] ACPI: button: Power Button [PBTN]
[ 19.511363] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input24
[ 19.511416] ACPI: button: Sleep Button [SBTN]
[ 19.511465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input25
[ 19.511807] ACPI: button: Power Button [PWRF]
[ 19.522539] ACPI: AC: AC Adapter [AC] (off-line)
[ 19.534534] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 19.535144] ACPI: bus type USB registered
[ 19.535192] usbcore: registered new interface driver usbfs
[ 19.535207] usbcore: registered new interface driver hub
[ 19.535222] usbcore: registered new device driver usb
[ 19.539119] Consider using thermal netlink events interface
[ 19.539243] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 19.544677] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[ 19.549307] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input26
[ 19.573641] Adding 8387904k swap on /dev/nvme0n1p4. Priority:-2 extents:1 across:8387904k SS
[ 19.612867] ACPI: battery: Slot [BAT0] (battery present)
[ 19.615393] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 19.623039] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 19.642116] input: Intel HID events as /devices/platform/INT33D5:00/input/input28
[ 19.642454] intel_pmc_core INT33A1:00: initialized
[ 19.645740] intel-hid INT33D5:00: platform supports 5 button array
[ 19.649502] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input29
[ 19.658061] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 19.662032] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 19.667812] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 19.667823] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 19.671145] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 19.672529] intel_rapl_common: Found RAPL domain package
[ 19.672532] intel_rapl_common: Found RAPL domain dram
[ 19.686639] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 19.686903] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 19.686912] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 19.687200] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[ 19.687205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 19.687208] usb usb1: Product: xHCI Host Controller
[ 19.687210] usb usb1: Manufacturer: Linux 6.11.0-07463-g7048c3743423 xhci-hcd
[ 19.687212] usb usb1: SerialNumber: 0000:00:14.0
[ 19.716424] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.719641] hid: raw HID events driver (C) Jiri Kosina
[ 19.724085] hub 1-0:1.0: USB hub found
[ 19.724115] hub 1-0:1.0: 12 ports detected
[ 19.725105] input: PC Speaker as /devices/platform/pcspkr/input/input30
[ 19.726991] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 19.727245] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 19.730740] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 19.730770] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 19.733232] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 19.757912] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[ 19.757919] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 19.757922] usb usb2: Product: xHCI Host Controller
[ 19.757924] usb usb2: Manufacturer: Linux 6.11.0-07463-g7048c3743423 xhci-hcd
[ 19.757927] usb usb2: SerialNumber: 0000:00:14.0
[ 19.760072] hub 2-0:1.0: USB hub found
[ 19.760088] hub 2-0:1.0: 6 ports detected
[ 19.876206] intel_rapl_common: Found RAPL domain package
[ 19.876212] intel_rapl_common: Found RAPL domain core
[ 19.876214] intel_rapl_common: Found RAPL domain uncore
[ 19.876216] intel_rapl_common: Found RAPL domain dram
[ 19.876217] intel_rapl_common: Found RAPL domain psys
[ 19.902727] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 19.902732] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 19.902734] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 19.902735] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 19.902737] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 19.902744] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 19.917081] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input31
[ 19.935831] iTCO_vendor_support: vendor-support=0
[ 19.940528] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input32
[ 19.946088] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 19.948336] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 19.948991] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input33
[ 19.952329] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 19.976184] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 20.000876] ACPI: battery: new extension: Dell Primary Battery Extension
[ 20.021879] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 20.159261] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 20.159273] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 20.277897] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 20.347528] Setting dangerous option enable_guc - tainting kernel
[ 20.347533] Setting dangerous option enable_fbc - tainting kernel
[ 20.348102] stackdepot: allocating hash table of 1048576 entries via kvcalloc
[ 20.351144] i915 0000:00:02.0: [drm] Found KABYLAKE/ULT (device ID 5916) display version 9.00 stepping B0
[ 20.385620] Console: switching to colour dummy device 80x25
[ 20.385664] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 20.391072] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 20.393303] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 20.422548] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[ 20.424366] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input35
[ 20.425091] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input36
[ 20.425347] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 20.430826] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[ 20.430834] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[ 20.430837] usb 1-4: Product: Touchscreen
[ 20.430839] usb 1-4: Manufacturer: ELAN
[ 20.488848] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 20.491538] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 20.543583] audit: type=1400 audit(1726932281.699:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=631 comm="apparmor_parser"
[ 20.543591] audit: type=1400 audit(1726932281.699:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=631 comm="apparmor_parser"
[ 20.544551] audit: type=1400 audit(1726932281.699:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=630 comm="apparmor_parser"
[ 20.547793] audit: type=1400 audit(1726932281.703:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=633 comm="apparmor_parser"
[ 20.547801] audit: type=1400 audit(1726932281.703:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=633 comm="apparmor_parser"
[ 20.547803] audit: type=1400 audit(1726932281.703:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=633 comm="apparmor_parser"
[ 20.554105] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 20.564799] audit: type=1400 audit(1726932281.719:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp" pid=637 comm="apparmor_parser"
[ 20.564809] audit: type=1400 audit(1726932281.719:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msmtp//helpers" pid=637 comm="apparmor_parser"
[ 20.565094] audit: type=1400 audit(1726932281.719:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=638 comm="apparmor_parser"
[ 20.569421] audit: type=1400 audit(1726932281.723:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/charon" pid=643 comm="apparmor_parser"
[ 20.731865] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 20.731873] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 20.732404] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[ 20.759927] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[ 20.759934] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 20.759937] usb 1-5: Product: Integrated_Webcam_HD
[ 20.759939] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[ 20.842756] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[ 20.869064] mc: Linux media interface: v0.10
[ 20.928670] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input38
[ 20.935049] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input39
[ 20.935192] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input40
[ 20.938711] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 20.939761] usbcore: registered new interface driver usbhid
[ 20.939764] usbhid: USB HID core driver
[ 20.948424] videodev: Linux video capture interface: v2.00
[ 20.978247] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 20.978634] Bluetooth: Core ver 2.22
[ 20.978666] NET: Registered PF_BLUETOOTH protocol family
[ 20.978668] Bluetooth: HCI device and connection manager initialized
[ 20.978813] Bluetooth: HCI socket layer initialized
[ 20.978816] Bluetooth: L2CAP socket layer initialized
[ 20.978822] Bluetooth: SCO socket layer initialized
[ 21.014615] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 21.017203] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/kbl_guc_70.1.1.bin version 70.1.1
[ 21.017212] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/kbl_huc_4.0.0.bin version 4.0.0
[ 21.020742] usbcore: registered new interface driver btusb
[ 21.025796] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 21.025802] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 21.045876] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[ 21.045884] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
[ 21.045887] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
[ 21.053000] ath: EEPROM regdomain: 0x6c
[ 21.053005] ath: EEPROM indicates we should expect a direct regpair map
[ 21.053007] ath: Country alpha2 being used: 00
[ 21.053009] ath: Regpair used: 0x6c
[ 21.053598] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 21.057232] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[ 21.059411] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 21.083192] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 21.089062] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input42
[ 21.121893] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 21.126586] fbcon: i915drmfb (fb0) is primary device
[ 21.140751] Console: switching to colour frame buffer device 200x56
[ 21.162394] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 21.203142] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 21.203151] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 21.203154] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 21.203158] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 21.203160] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 21.203162] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 21.203164] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 21.203166] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 21.385539] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 21.407817] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 21.433973] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input43
[ 21.434150] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input44
[ 21.436930] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input45
[ 21.437058] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input46
[ 21.437133] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input47
[ 21.486484] PPP generic driver version 2.4.2
[ 21.511283] Initializing XFRM netlink socket
[ 21.702542] NET: Registered PF_PPPOX protocol family
[ 21.711561] IPsec XFRM device driver
[ 21.793994] usbcore: registered new interface driver uvcvideo
[ 21.800542] l2tp_core: L2TP core driver, V2.0
[ 21.802802] l2tp_netlink: L2TP netlink interface
[ 21.806249] l2tp_ppp: PPPoL2TP kernel driver, V2.0