Linux ATA/IDE development
 help / color / mirror / Atom feed
* [BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted with libata.force=nolpm
@ 2026-07-21 15:33 Ronald Garcia Vazquez
  2026-07-22  0:11 ` Damien Le Moal
  0 siblings, 1 reply; 2+ messages in thread
From: Ronald Garcia Vazquez @ 2026-07-21 15:33 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 2212 bytes --]

[BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted
with libata.force=nolpm

Hardware
========
Laptop:
Dell Latitude 3420

CPU Platform:
Intel Tiger Lake

SATA Controller:
00:17.0 SATA controller [0106]: Intel Corporation Tiger Lake-LP SATA
Controller [8086:a0d3] (rev 20)

SSD:
WD Green 2.5 480GB

Firmware:
42059100

Kernel Versions Tested
======================
- 7.0.0-28-generic (Ubuntu)
- 7.0.0-14-generic (Ubuntu)

Problem Description
===================
The SATA SSD disconnects after approximately 2-3 minutes of normal system
operation under default LPM settings.

Kernel log excerpt:
[  120.456789] ata1.00: qc timeout after 5000 msecs
[  120.456795] ata1.00: failed to disable DIPM
[  120.456800] ata1.00: failed to disable DEVSLP
[  120.456805] ata1: SATA link down
[  120.456810] ata1.00: detaching

After these messages, /dev/sda disappears completely from the system until
reboot.

Reproduction Steps
==================
1. Boot Linux normally without extra kernel parameters.
2. Idle or perform light I/O operations for 2-3 minutes.
3. The SSD drops off the bus.

Workaround & Stability
======================
Modified GRUB configuration (/etc/default/grub):

From:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

To:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash libata.force=nolpm"

Observed behavior with workaround:
- Sustained stability (>15 hours uptime tested).
- Multiple file operations and heavy I/O completed without issue.
- No SATA bus resets or disconnects recorded.
- No device removal.

SMART Information
=================
Model: WD Green 2.5 480GB
Firmware: 42059100
SMART enabled and reporting HEALTHY status (no pending sectors or
reallocated counts).

Questions
=========
1. Is this a known incompatibility between libata Link Power Management and
this SSD firmware?
2. Should a quirk entry be added to libata for this specific drive
model/firmware pair?
3. Would additional debugging information be useful?
Atte.:

Ronald Garcia Vazquez
Teléfono +56 9 2601 1681

*"Mas Dios muestra su amor para con nosotros en que aun siendo pecadores
Cristo murió por nosotros Romanos 5:8"*

[-- Attachment #1.2: Type: text/html, Size: 2639 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg_failure.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg_failure.txt", Size: 102434 bytes --]

[    0.000000] Linux version 7.0.0-28-generic (buildd@lcy02-amd64-047) (x86_64-linux-gnu-gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0, GNU ld (GNU Binutils for Ubuntu) 2.46) #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 (Ubuntu 7.0.0-28.28-generic 7.0.12)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-7.0.0-28-generic root=UUID=7c8d749a-faab-48f3-aaeb-d06f36d2a810 ro quiet splash libata.force=nolpm crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    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]  System RAM
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000060328fff]  System RAM
[    0.000000] BIOS-e820: [mem 0x0000000060329000-0x0000000064110fff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000064111000-0x0000000064971fff]  ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000064972000-0x0000000064bfefff]  ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000064bff000-0x0000000064bfffff]  System RAM
[    0.000000] BIOS-e820: [mem 0x0000000064c00000-0x0000000068ffffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x0000000069000000-0x00000000693fffff]
[    0.000000] BIOS-e820: [mem 0x0000000069400000-0x00000000695fffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x0000000069600000-0x0000000069dfffff]
[    0.000000] BIOS-e820: [mem 0x0000000069e00000-0x00000000707fffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x0000000070800000-0x00000000bfffffff]
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000d0000000-0x00000000fed1ffff]
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff]  device reserved
[    0.000000] BIOS-e820: [gap 0x00000000fed80000-0x00000000feffffff]
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff]  device reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048f7fffff]  System RAM
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.7 by Dell
[    0.000000] efi: ACPI=0x64bfe000 ACPI 2.0=0x64bfe014 SMBIOS=0x609c8000 TPMFinalLog=0x648e8000 ESRT=0x60916018 MEMATTR=0x5b682018 MOKvar=0x60994000 INITRD=0x5b67e718 RNG=0x64b66018 TPMEventLog=0x64b57018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem103: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] device reserved
[    0.000000] efi: Remove mem105: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] device reserved
[    0.000000] SMBIOS 3.2 present.
[    0.000000] DMI: Dell Inc. Latitude 3420/093YNN, BIOS 1.46.0 12/26/2025
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] tsc: Detected 1700.000 MHz processor
[    0.000000] tsc: Detected 1689.600 MHz TSC
[    0.000008] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[    0.000010] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[    0.000015] last_pfn = 0x48f800 max_arch_pfn = 0x400000000
[    0.000018] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[    0.000020] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000489] last_pfn = 0x64c00 max_arch_pfn = 0x400000000
[    0.010572] esrt: Reserving ESRT space from 0x0000000060916018 to 0x00000000609160a0.
[    0.010586] Using GB pages for direct mapping
[    0.010766] secureboot: Secure boot enabled
[    0.010766] RAMDISK: [mem 0x53a7f000-0x55e82fff]
[    0.010770] ACPI: Early table checksum verification disabled
[    0.010774] ACPI: RSDP 0x0000000064BFE014 000024 (v02 DELL  )
[    0.010777] ACPI: XSDT 0x0000000064B73188 00010C (v01 DELL   Dell Inc 00000002      01000013)
[    0.010783] ACPI: FACP 0x0000000064BF4000 000114 (v06 DELL   Dell Inc 00000002      01000013)
[    0.010788] ACPI: DSDT 0x0000000064B91000 060280 (v02 DELL   Dell Inc 00000002      01000013)
[    0.010791] ACPI: FACS 0x000000006491B000 000040
[    0.010793] ACPI: SSDT 0x0000000064BFA000 0024D0 (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.010796] ACPI: SSDT 0x0000000064BF5000 004E5D (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.010799] ACPI: HPET 0x0000000064BF3000 000038 (v01 DELL   Dell Inc 00000002      01000013)
[    0.010801] ACPI: APIC 0x0000000064BF2000 00012C (v04 DELL   Dell Inc 00000002      01000013)
[    0.010804] ACPI: SSDT 0x0000000064B90000 000ACF (v02 DELL   DellRtd3 00001000 INTL 20191018)
[    0.010806] ACPI: NHLT 0x0000000064B8E000 001B3E (v00 DELL   Dell Inc 00000002      01000013)
[    0.010808] ACPI: SSDT 0x0000000064B8D000 00007B (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.010811] ACPI: SSDT 0x0000000064B8B000 0012D2 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.010813] ACPI: SSDT 0x0000000064B7F000 00B392 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.010816] ACPI: SSDT 0x0000000064B7E000 000D58 (v02 DELL   UsbCTabl 00001000 INTL 20191018)
[    0.010818] ACPI: LPIT 0x0000000064B7D000 0000CC (v01 DELL   Dell Inc 00000002      01000013)
[    0.010821] ACPI: WSMT 0x0000000064B7C000 000028 (v01 DELL   Dell Inc 00000002      01000013)
[    0.010823] ACPI: SSDT 0x0000000064B7B000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20191018)
[    0.010826] ACPI: SSDT 0x0000000064B7A000 00012A (v02 DELL   TbtTypeC 00000000 INTL 20191018)
[    0.010829] ACPI: DBGP 0x0000000064B79000 000034 (v01 DELL   Dell Inc 00000002      01000013)
[    0.010831] ACPI: DBG2 0x0000000064B78000 000054 (v00 DELL   Dell Inc 00000002      01000013)
[    0.010834] ACPI: BOOT 0x0000000064B77000 000028 (v01 DELL   CBX3     00000002      01000013)
[    0.010836] ACPI: SSDT 0x0000000064B76000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20191018)
[    0.010838] ACPI: TPM2 0x0000000064B75000 00004C (v04 DELL   Dell Inc 00000002      01000013)
[    0.010841] ACPI: MSDM 0x0000000064B74000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.010844] ACPI: DMAR 0x0000000064BFD000 0000A0 (v02 INTEL  Dell Inc 00000002      01000013)
[    0.010846] ACPI: SSDT 0x0000000064B6D000 0053D8 (v02 DELL   NvdTable 00001000 INTL 20191018)
[    0.010849] ACPI: SSDT 0x0000000064B6C000 000F85 (v02 DELL   xh_Dell_ 00000000 INTL 20191018)
[    0.010852] ACPI: MCFG 0x0000000064B6B000 00003C (v01                 00000001      00000000)
[    0.010854] ACPI: SSDT 0x0000000064B6A000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.010857] ACPI: PTDT 0x0000000064B69000 000D44 (v00 DELL   Dell Inc 00000005 MSFT 0100000D)
[    0.010859] ACPI: BGRT 0x0000000064B68000 000038 (v01 DELL   Dell Inc 00000002      01000013)
[    0.010862] ACPI: FPDT 0x0000000064B67000 000034 (v01 DELL   Dell Inc 00000002      01000013)
[    0.010864] ACPI: Reserving FACP table memory at [mem 0x64bf4000-0x64bf4113]
[    0.010865] ACPI: Reserving DSDT table memory at [mem 0x64b91000-0x64bf127f]
[    0.010865] ACPI: Reserving FACS table memory at [mem 0x6491b000-0x6491b03f]
[    0.010866] ACPI: Reserving SSDT table memory at [mem 0x64bfa000-0x64bfc4cf]
[    0.010867] ACPI: Reserving SSDT table memory at [mem 0x64bf5000-0x64bf9e5c]
[    0.010867] ACPI: Reserving HPET table memory at [mem 0x64bf3000-0x64bf3037]
[    0.010868] ACPI: Reserving APIC table memory at [mem 0x64bf2000-0x64bf212b]
[    0.010868] ACPI: Reserving SSDT table memory at [mem 0x64b90000-0x64b90ace]
[    0.010869] ACPI: Reserving NHLT table memory at [mem 0x64b8e000-0x64b8fb3d]
[    0.010870] ACPI: Reserving SSDT table memory at [mem 0x64b8d000-0x64b8d07a]
[    0.010870] ACPI: Reserving SSDT table memory at [mem 0x64b8b000-0x64b8c2d1]
[    0.010871] ACPI: Reserving SSDT table memory at [mem 0x64b7f000-0x64b8a391]
[    0.010871] ACPI: Reserving SSDT table memory at [mem 0x64b7e000-0x64b7ed57]
[    0.010872] ACPI: Reserving LPIT table memory at [mem 0x64b7d000-0x64b7d0cb]
[    0.010872] ACPI: Reserving WSMT table memory at [mem 0x64b7c000-0x64b7c027]
[    0.010873] ACPI: Reserving SSDT table memory at [mem 0x64b7b000-0x64b7bb74]
[    0.010874] ACPI: Reserving SSDT table memory at [mem 0x64b7a000-0x64b7a129]
[    0.010874] ACPI: Reserving DBGP table memory at [mem 0x64b79000-0x64b79033]
[    0.010875] ACPI: Reserving DBG2 table memory at [mem 0x64b78000-0x64b78053]
[    0.010875] ACPI: Reserving BOOT table memory at [mem 0x64b77000-0x64b77027]
[    0.010876] ACPI: Reserving SSDT table memory at [mem 0x64b76000-0x64b7660d]
[    0.010877] ACPI: Reserving TPM2 table memory at [mem 0x64b75000-0x64b7504b]
[    0.010877] ACPI: Reserving MSDM table memory at [mem 0x64b74000-0x64b74054]
[    0.010878] ACPI: Reserving DMAR table memory at [mem 0x64bfd000-0x64bfd09f]
[    0.010878] ACPI: Reserving SSDT table memory at [mem 0x64b6d000-0x64b723d7]
[    0.010879] ACPI: Reserving SSDT table memory at [mem 0x64b6c000-0x64b6cf84]
[    0.010879] ACPI: Reserving MCFG table memory at [mem 0x64b6b000-0x64b6b03b]
[    0.010880] ACPI: Reserving SSDT table memory at [mem 0x64b6a000-0x64b6a143]
[    0.010881] ACPI: Reserving PTDT table memory at [mem 0x64b69000-0x64b69d43]
[    0.010881] ACPI: Reserving BGRT table memory at [mem 0x64b68000-0x64b68037]
[    0.010882] ACPI: Reserving FPDT table memory at [mem 0x64b67000-0x64b67033]
[    0.011115] No NUMA configuration found
[    0.011116] Faking a node at [mem 0x0000000000000000-0x000000048f7fffff]
[    0.011123] NODE_DATA(0) allocated [mem 0x48f7d5280-0x48f7fffff]
[    0.011251] crashkernel reserved: 0x0000000033000000 - 0x0000000053000000 (512 MB)
[    0.011273] Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
[    0.011743] ACPI: PM-Timer IO Port: 0x1808
[    0.011751] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.011752] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.011753] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.011753] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.011754] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.011754] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.011755] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.011755] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.011756] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.011756] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.011757] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.011757] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.011758] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.011758] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.011759] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.011759] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.011796] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.011799] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.011801] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.011806] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.011807] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.011817] e820: update [mem 0x5b44d000-0x5b492fff] System RAM ==> device reserved
[    0.011824] TSC deadline timer available
[    0.011826] CPU topo: Max. logical packages:   1
[    0.011826] CPU topo: Max. logical nodes:      1
[    0.011827] CPU topo: Num. nodes per package:  1
[    0.011829] CPU topo: Max. logical dies:       1
[    0.011829] CPU topo: Max. dies per package:   1
[    0.011832] CPU topo: Max. threads per core:   2
[    0.011833] CPU topo: Num. cores per package:     4
[    0.011833] CPU topo: Num. threads per package:   8
[    0.011834] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.011844] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.011846] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.011847] PM: hibernation: Registered nosave memory: [mem 0x5b44d000-0x5b492fff]
[    0.011848] PM: hibernation: Registered nosave memory: [mem 0x60329000-0x64bfefff]
[    0.011849] PM: hibernation: Registered nosave memory: [mem 0x64c00000-0xffffffff]
[    0.011850] [gap 0x70800000-0xfed1ffff] available for PCI devices
[    0.011852] Booting paravirtualized kernel on bare hardware
[    0.011853] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.011885] Zone ranges:
[    0.011886]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011887]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011889]   Normal   [mem 0x0000000100000000-0x000000048f7fffff]
[    0.011890]   Device   empty
[    0.011891] Movable zone start for each node
[    0.011892] Early memory node ranges
[    0.011892]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011894]   node   0: [mem 0x0000000000100000-0x0000000060328fff]
[    0.011895]   node   0: [mem 0x0000000064bff000-0x0000000064bfffff]
[    0.011895]   node   0: [mem 0x0000000100000000-0x000000048f7fffff]
[    0.011897] Initmem setup node 0 [mem 0x0000000000001000-0x000000048f7fffff]
[    0.011902] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011927] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.014042] On node 0, zone DMA32: 18646 pages in unavailable ranges
[    0.031865] On node 0, zone Normal: 13312 pages in unavailable ranges
[    0.031876] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.031886] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.032307] percpu: Embedded 85 pages/cpu s225280 r8192 d114688 u524288
[    0.032313] pcpu-alloc: s225280 r8192 d114688 u524288 alloc=1*2097152
[    0.032314] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.032329] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.0-28-generic root=UUID=7c8d749a-faab-48f3-aaeb-d06f36d2a810 ro quiet splash libata.force=nolpm crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
[    0.032392] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.032442] printk: log buffer data + meta data: 262144 + 1114112 = 1376256 bytes
[    0.033686] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.034310] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.034436] software IO TLB: area num 8.
[    0.044379] Fallback order for Node 0: 0 
[    0.044383] Built 1 zonelists, mobility grouping on.  Total pages: 4127432
[    0.044384] Policy zone: Normal
[    0.044392] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.044397] KHO: Failed to reserve lowmem scratch buffer
[    0.044398] KHO: Failed to reserve scratch area, disabling kexec handover
[    0.070418] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.079764] ftrace: allocating 63941 entries in 252 pages
[    0.079766] ftrace: allocated 252 pages with 6 groups
[    0.080389] Dynamic Preempt: lazy
[    0.080453] rcu: Preemptible hierarchical RCU implementation.
[    0.080453] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.080455] 	Trampoline variant of Tasks RCU enabled.
[    0.080456] 	Rude variant of Tasks RCU enabled.
[    0.080456] 	Tracing variant of Tasks RCU enabled.
[    0.080457] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.080457] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.080465] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.080467] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.084768] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.085078] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.085347] Console: colour dummy device 80x25
[    0.085350] printk: legacy console [tty0] enabled
[    0.085402] ACPI: Core revision 20251212
[    0.085741] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.085796] APIC: Switch to symmetric I/O mode setup
[    0.085799] DMAR: Host address width 39
[    0.085800] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.085811] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.085813] DMAR: DRHD base: 0x000000fed84000 flags: 0x0
[    0.085817] DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.085818] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.085823] DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.085825] DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
[    0.085828] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
[    0.085830] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.085831] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.087866] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.087868] x2apic enabled
[    0.087938] APIC: Switched APIC routing to: cluster x2apic
[    0.092702] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
[    0.092708] Calibrating delay loop (skipped), value calculated using timer frequency.. 3379.20 BogoMIPS (lpj=1689600)
[    0.092740] CPU0: Thermal monitoring enabled (TM1)
[    0.092743] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.092882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.092883] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.092889] process: using mwait in idle threads
[    0.092891] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.092895] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.092896] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.092897] ITS: Mitigation: Aligned branch/return thunks
[    0.092899] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.092900] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.092901] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.092904] GDS: Vulnerable
[    0.092905] active return thunk: its_return_thunk
[    0.092910] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
[    0.092919] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.092920] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.092921] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.092922] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.092923] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.092924] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.092924] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.092925] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.092926] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.092927] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.092929] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.092930] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.092931] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.092932] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.092933] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[    0.092934] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]:   24
[    0.092935] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[    0.093706] Freeing SMP alternatives memory: 56K
[    0.093706] pid_max: default: 32768 minimum: 301
[    0.093706] landlock: Up and running.
[    0.093706] Yama: becoming mindful.
[    0.093706] AppArmor: AppArmor initialized
[    0.093706] AppArmor: AppArmor secmark mediation reserved: ready to be enabled
[    0.093706] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093706] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.093706] VFS: Finished mounting rootfs on nullfs
[    0.093706] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.093706] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.093706] ... version:                   5
[    0.093706] ... bit width:                 48
[    0.093706] ... generic counters:          8
[    0.093706] ... generic bitmap:            00000000000000ff
[    0.093706] ... fixed-purpose counters:    4
[    0.093706] ... fixed-purpose bitmap:      000000000000000f
[    0.093706] ... value mask:                0000ffffffffffff
[    0.093706] ... max period:                00007fffffffffff
[    0.093706] ... global_ctrl mask:          0001000f000000ff
[    0.093706] signal: max sigframe size: 3632
[    0.093706] Estimated ratio of average max frequency by base frequency (times 1024): 2469
[    0.093706] rcu: Hierarchical SRCU implementation.
[    0.093706] rcu: 	Max phase no-delay instances is 400.
[    0.093706] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.095611] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.095682] smp: Bringing up secondary CPUs ...
[    0.095770] smpboot: x86: Booting SMP configuration:
[    0.095771] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.098775] smp: Brought up 1 node, 8 CPUs
[    0.098775] smpboot: Total of 8 processors activated (27033.60 BogoMIPS)
[    0.099784] Memory: 15398684K/16509728K available (23799K kernel code, 4952K rwdata, 16764K rodata, 5292K init, 5856K bss, 1084852K reserved, 0K cma-reserved)
[    0.100411] devtmpfs: initialized
[    0.100411] x86/mm: Memory block size: 128MB
[    0.101808] ACPI: PM: Registering ACPI NVS region [mem 0x64111000-0x64971fff] (8785920 bytes)
[    0.101828] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.101828] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.101828] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[    0.102049] PM: RTC time: 04:18:49, date: 2026-07-21
[    0.102414] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.102944] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.103082] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.103209] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.103216] audit: initializing netlink subsys (disabled)
[    0.103223] audit: type=2000 audit(1784607529.010:1): state=initialized audit_enabled=0 res=1
[    0.103223] thermal_sys: Registered thermal governor 'fair_share'
[    0.103223] thermal_sys: Registered thermal governor 'bang_bang'
[    0.103223] thermal_sys: Registered thermal governor 'step_wise'
[    0.103223] thermal_sys: Registered thermal governor 'user_space'
[    0.103223] thermal_sys: Registered thermal governor 'power_allocator'
[    0.103223] cpuidle: using governor ladder
[    0.103223] cpuidle: using governor menu
[    0.103223] Simple Boot Flag at 0x47 set to 0x80
[    0.106867] efi: Freeing EFI boot services memory: 109304K
[    0.106870] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.106983] PCI: ECAM [mem 0xc0000000-0xc2dfffff] (base 0xc0000000) for domain 0000 [bus 00-2d]
[    0.106996] PCI: Using configuration type 1 for base access
[    0.107111] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.107118] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.107118] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.107118] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.107118] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.108226] ACPI: Added _OSI(Module Device)
[    0.108227] ACPI: Added _OSI(Processor Device)
[    0.108228] ACPI: Added _OSI(Processor Aggregator Device)
[    0.172688] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    0.186734] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
[    0.186846] ACPI: \_SB_: platform _OSC: OS control mask [006e7eff]
[    0.187293] ACPI: Dynamic OEM Table Load:
[    0.187303] ACPI: SSDT 0xFFFF8C3FC1B56000 000496 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.188666] ACPI: Dynamic OEM Table Load:
[    0.188673] ACPI: SSDT 0xFFFF8C3FC1B52800 0004BB (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.189770] ACPI: Dynamic OEM Table Load:
[    0.189775] ACPI: SSDT 0xFFFF8C3FC1B75200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.190738] ACPI: Dynamic OEM Table Load:
[    0.190743] ACPI: SSDT 0xFFFF8C3FC1B69000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.190941] ACPI: Dynamic OEM Table Load:
[    0.190947] ACPI: SSDT 0xFFFF8C3FC2587000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.191706] ACPI: Dynamic OEM Table Load:
[    0.191706] ACPI: SSDT 0xFFFF8C3FC1B55000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.193192] ACPI: Dynamic OEM Table Load:
[    0.193196] ACPI: SSDT 0xFFFF8C3FC1B54800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.194274] ACPI: Dynamic OEM Table Load:
[    0.194279] ACPI: SSDT 0xFFFF8C3FC193A000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.198436] ACPI: EC: EC started
[    0.198438] ACPI: EC: interrupt blocked
[    0.201621] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.201624] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.201625] ACPI: Interpreter enabled
[    0.201681] ACPI: PM: (supports S0 S4 S5)
[    0.201683] ACPI: Using IOAPIC for interrupt routing
[    0.203056] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.203057] PCI: Ignoring E820 reservations for host bridge windows
[    0.204264] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.205418] ACPI: \_SB_.PC00.PEG0.PCRP: New power resource
[    0.210243] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[    0.213817] ACPI: \_SB_.PC00.RP04.PXSX.MRST: New power resource
[    0.213835] ACPI: \_SB_.PC00.RP04.PXSX.DRST: New power resource
[    0.219712] ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
[    0.219848] ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
[    0.219957] ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
[    0.225981] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.233441] ACPI: \_SB_.PC00.TBT0: New power resource
[    0.233480] ACPI: \_SB_.PC00.TBT1: New power resource
[    0.233513] ACPI: \_SB_.PC00.D3C_: New power resource
[    0.347506] ACPI: \PIN_: New power resource
[    0.347706] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-2d])
[    0.347706] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.349787] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.353035] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.356333] PCI host bridge to bus 0000:00
[    0.356336] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.356338] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.356339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.356341] pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
[    0.356342] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.356343] pci_bus 0000:00: root bus resource [bus 00-2d]
[    0.356451] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000 conventional PCI endpoint
[    0.356590] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.356606] pci 0000:00:02.0: BAR 0 [mem 0x6032000000-0x6032ffffff 64bit]
[    0.356609] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.356610] pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
[    0.356622] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.356625] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.356657] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.356658] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.356660] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.356661] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.356824] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000 conventional PCI endpoint
[    0.356866] pci 0000:00:04.0: BAR 0 [mem 0x6033140000-0x603315ffff 64bit]
[    0.357165] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400 PCIe Root Port
[    0.357180] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.357183] pci 0000:00:06.0:   bridge window [io  0x4000-0x4fff]
[    0.357186] pci 0000:00:06.0:   bridge window [mem 0x7f000000-0x7fffffff]
[    0.357191] pci 0000:00:06.0:   bridge window [mem 0x6020000000-0x6031ffffff 64bit pref]
[    0.357241] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.357269] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.357768] pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400 PCIe Root Port
[    0.357790] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.357795] pci 0000:00:07.0:   bridge window [mem 0x72000000-0x7e1fffff]
[    0.357803] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.357831] pci 0000:00:07.0: Overriding RP PIO Log Size to 4
[    0.357893] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.358602] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330 conventional PCI endpoint
[    0.358632] pci 0000:00:0d.0: BAR 0 [mem 0x6033180000-0x603318ffff 64bit]
[    0.358667] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.358978] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340 conventional PCI endpoint
[    0.359003] pci 0000:00:0d.2: BAR 0 [mem 0x6033100000-0x603313ffff 64bit]
[    0.359005] pci 0000:00:0d.2: BAR 2 [mem 0x60331a1000-0x60331a1fff 64bit]
[    0.359032] pci 0000:00:0d.2: supports D1 D2
[    0.359033] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.359207] pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000 conventional PCI endpoint
[    0.359259] pci 0000:00:12.0: BAR 0 [mem 0x6033170000-0x603317ffff 64bit]
[    0.359306] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.359723] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330 conventional PCI endpoint
[    0.359771] pci 0000:00:14.0: BAR 0 [mem 0x6033160000-0x603316ffff 64bit]
[    0.359837] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.360175] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000 conventional PCI endpoint
[    0.360228] pci 0000:00:14.2: BAR 0 [mem 0x6033198000-0x603319bfff 64bit]
[    0.360232] pci 0000:00:14.2: BAR 2 [mem 0x60331a0000-0x60331a0fff 64bit]
[    0.360381] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.360450] pci 0000:00:14.3: BAR 0 [mem 0x6033194000-0x6033197fff 64bit]
[    0.360574] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.360887] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000 conventional PCI endpoint
[    0.360998] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.371977] pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000 conventional PCI endpoint
[    0.372055] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.382974] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000 conventional PCI endpoint
[    0.383028] pci 0000:00:16.0: BAR 0 [mem 0x603319d000-0x603319dfff 64bit]
[    0.383086] pci 0000:00:16.0: PME# supported from D3hot
[    0.383491] pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601 conventional PCI endpoint
[    0.383537] pci 0000:00:17.0: BAR 0 [mem 0x80280000-0x80281fff]
[    0.383539] pci 0000:00:17.0: BAR 1 [mem 0x80284000-0x802840ff]
[    0.383541] pci 0000:00:17.0: BAR 2 [io  0x5080-0x5087]
[    0.383544] pci 0000:00:17.0: BAR 3 [io  0x5088-0x508b]
[    0.383546] pci 0000:00:17.0: BAR 4 [io  0x5060-0x507f]
[    0.383548] pci 0000:00:17.0: BAR 5 [mem 0x80283000-0x802837ff]
[    0.383591] pci 0000:00:17.0: PME# supported from D3hot
[    0.383944] pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400 PCIe Root Port
[    0.383971] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.383977] pci 0000:00:1c.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.384069] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.384109] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.384698] pci 0000:00:1d.0: [8086:a0b3] type 01 class 0x060400 PCIe Root Port
[    0.384723] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.384727] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.384730] pci 0000:00:1d.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.384813] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.384850] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.385418] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100 conventional PCI endpoint
[    0.385748] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100 conventional PCI endpoint
[    0.385850] pci 0000:00:1f.3: BAR 0 [mem 0x6033190000-0x6033193fff 64bit]
[    0.385862] pci 0000:00:1f.3: BAR 4 [mem 0x6033000000-0x60330fffff 64bit]
[    0.385960] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.386404] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.386453] pci 0000:00:1f.4: BAR 0 [mem 0x603319c000-0x603319c0ff 64bit]
[    0.386460] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.386698] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.386753] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.386869] pci 0000:01:00.0: [10de:1f97] type 00 class 0x030200 PCIe Endpoint
[    0.386901] pci 0000:01:00.0: BAR 0 [mem 0x7f000000-0x7fffffff]
[    0.386904] pci 0000:01:00.0: BAR 1 [mem 0x6020000000-0x602fffffff 64bit pref]
[    0.386906] pci 0000:01:00.0: BAR 3 [mem 0x6030000000-0x6031ffffff 64bit pref]
[    0.386908] pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
[    0.386910] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[    0.386972] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.387079] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:06.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.387301] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.387341] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.387503] pci 0000:2c:00.0: [1e0f:0001] type 00 class 0x010802 PCIe Endpoint
[    0.387561] pci 0000:2c:00.0: BAR 0 [mem 0x80100000-0x80103fff 64bit]
[    0.387672] pci 0000:2c:00.0: PME# supported from D0 D3hot
[    0.387891] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.387983] pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.388047] pci 0000:2d:00.0: BAR 0 [io  0x3000-0x30ff]
[    0.388053] pci 0000:2d:00.0: BAR 2 [mem 0x80004000-0x80004fff 64bit]
[    0.388057] pci 0000:2d:00.0: BAR 4 [mem 0x80000000-0x80003fff 64bit]
[    0.388180] pci 0000:2d:00.0: supports D1 D2
[    0.388181] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.388424] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.391994] Low-power S0 idle used by default for system suspend
[    0.400525] ACPI: EC: interrupt unblocked
[    0.400527] ACPI: EC: event unblocked
[    0.400708] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.400708] ACPI: EC: GPE=0x6e
[    0.400708] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.400708] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[    0.401758] iommu: Default domain type: Translated
[    0.401758] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.401902] SCSI subsystem initialized
[    0.401902] libata version 3.00 loaded.
[    0.401902] ACPI: bus type USB registered
[    0.401902] usbcore: registered new interface driver usbfs
[    0.401902] usbcore: registered new interface driver hub
[    0.401902] usbcore: registered new device driver usb
[    0.401902] pps_core: LinuxPPS API ver. 1 registered
[    0.401902] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.401902] PTP clock support registered
[    0.401903] EDAC MC: Ver: 3.0.0
[    0.401903] efivars: Registered efivars operations
[    0.402709] NetLabel: Initializing
[    0.402710] NetLabel:  domain hash size = 128
[    0.402711] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.402728] NetLabel:  unlabeled traffic allowed by default
[    0.402849] mctp: management component transport protocol core
[    0.402849] NET: Registered PF_MCTP protocol family
[    0.402849] PCI: Using ACPI for IRQ routing
[    0.403932] PCI: pci_cache_line_size set to 64 bytes
[    0.403999] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.404055] e820: register RAM buffer resource [mem 0x0009f000-0x0009ffff]
[    0.404059] e820: register RAM buffer resource [mem 0x5b44d000-0x5bffffff]
[    0.404060] e820: register RAM buffer resource [mem 0x60329000-0x63ffffff]
[    0.404060] e820: register RAM buffer resource [mem 0x64c00000-0x67ffffff]
[    0.404061] e820: register RAM buffer resource [mem 0x48f800000-0x48fffffff]
[    0.404092] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.404092] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.404092] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.404092] vgaarb: loaded
[    0.404092] Monitor-Mwait will be used to enter C-1 state
[    0.404092] Monitor-Mwait will be used to enter C-2 state
[    0.404092] Monitor-Mwait will be used to enter C-3 state
[    0.405119] clocksource: Switched to clocksource tsc-early
[    0.405119] VFS: Disk quotas dquot_6.6.0
[    0.405119] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.405119] AppArmor: AppArmor Filesystem Enabled
[    0.405119] acpi PNP0C02:00: Skipped [io  0x002e-0x002f]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x004e-0x004f]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0061]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0063]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0065]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0067]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0070]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0080]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x0092]
[    0.405119] acpi PNP0C02:00: Skipped [io  0x00b2-0x00b3]
[    0.405119] acpi PNP0C02:00: Reserved [io  0x0680-0x069f]
[    0.405119] acpi PNP0C02:00: Reserved [io  0x164e-0x164f]
[    0.405119] acpi PNP0C02:01: Reserved [mem 0xfedc0000-0xfedc7fff]
[    0.405119] acpi PNP0C02:01: Reserved [mem 0xfeda0000-0xfeda0fff]
[    0.405119] acpi PNP0C02:01: Reserved [mem 0xfeda1000-0xfeda1fff]
[    0.405119] acpi PNP0C02:01: Reserved [mem 0xc0000000-0xcfffffff]
[    0.405119] acpi PNP0C02:01: Could not reserve [mem 0xfed20000-0xfed7ffff]
[    0.405119] acpi PNP0C02:01: Could not reserve [mem 0xfed90000-0xfed93fff]
[    0.405119] acpi PNP0C02:01: Could not reserve [mem 0xfed45000-0xfed8ffff]
[    0.405119] acpi PNP0C02:01: Reserved [mem 0xfee00000-0xfeefffff]
[    0.405310] acpi PNP0C02:02: Reserved [mem 0xfe000000-0xfe01ffff]
[    0.405312] acpi PNP0C02:02: Reserved [mem 0xfe04c000-0xfe04ffff]
[    0.405313] acpi PNP0C02:02: Reserved [mem 0xfe050000-0xfe0affff]
[    0.405314] acpi PNP0C02:02: Reserved [mem 0xfe0d0000-0xfe0fffff]
[    0.405315] acpi PNP0C02:02: Reserved [mem 0xfe200000-0xfe7fffff]
[    0.405316] acpi PNP0C02:02: Reserved [mem 0xff000000-0xffffffff]
[    0.405317] acpi PNP0C02:02: Could not reserve [io  0x1800-0x18fe]
[    0.405318] acpi PNP0C02:02: Reserved [mem 0xfd000000-0xfd68ffff]
[    0.405319] acpi PNP0C02:02: Reserved [mem 0xfd6b0000-0xfd6cffff]
[    0.405320] acpi PNP0C02:02: Reserved [mem 0xfd6f0000-0xfdffffff]
[    0.405554] acpi PNP0C02:03: Reserved [io  0x2000-0x20fe]
[    0.405714] pnp: PnP ACPI init
[    0.410394] pnp: PnP ACPI: found 3 devices
[    0.415874] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.415931] NET: Registered PF_INET protocol family
[    0.416087] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.428740] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.428760] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.428823] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.428979] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.429134] TCP: Hash tables configured (established 131072 bind 65536)
[    0.429201] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[    0.429268] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.429336] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.429418] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.429428] NET: Registered PF_XDP protocol family
[    0.429434] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.429444] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    0.429455] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.429458] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[    0.429461] pci 0000:00:07.0: bridge window [io  0x6000-0x6fff]: assigned
[    0.429463] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[    0.429481] pci 0000:00:15.1: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[    0.429494] pci 0000:00:1f.5: BAR 0 [mem 0x70800000-0x70800fff]: assigned
[    0.429507] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
[    0.429509] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: failed to assign
[    0.429510] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.429512] pci 0000:00:06.0:   bridge window [io  0x4000-0x4fff]
[    0.429515] pci 0000:00:06.0:   bridge window [mem 0x7f000000-0x7fffffff]
[    0.429517] pci 0000:00:06.0:   bridge window [mem 0x6020000000-0x6031ffffff 64bit pref]
[    0.429521] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.429522] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.429526] pci 0000:00:07.0:   bridge window [mem 0x72000000-0x7e1fffff]
[    0.429528] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.429533] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.429539] pci 0000:00:1c.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.429546] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.429548] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.429552] pci 0000:00:1d.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.429559] PCI: No. 2 try to assign unassigned res
[    0.429560] release child resource [mem 0x7f000000-0x7fffffff]
[    0.429561] pci 0000:00:06.0: bridge window [mem 0x7f000000-0x7fffffff]: releasing
[    0.429564] pci 0000:00:06.0: bridge window [mem size 0x01000000] to [bus 01] add_size 100000 add_align 1000000
[    0.429569] pci 0000:00:06.0: bridge window [mem 0x81000000-0x820fffff]: assigned
[    0.429571] pci 0000:01:00.0: BAR 0 [mem 0x81000000-0x81ffffff]: assigned
[    0.429574] pci 0000:01:00.0: ROM [mem 0x82000000-0x8207ffff pref]: assigned
[    0.429575] pci 0000:00:06.0: PCI bridge to [bus 01]
[    0.429577] pci 0000:00:06.0:   bridge window [io  0x4000-0x4fff]
[    0.429580] pci 0000:00:06.0:   bridge window [mem 0x81000000-0x820fffff]
[    0.429582] pci 0000:00:06.0:   bridge window [mem 0x6020000000-0x6031ffffff 64bit pref]
[    0.429585] pci 0000:00:07.0: PCI bridge to [bus 02-2b]
[    0.429587] pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
[    0.429590] pci 0000:00:07.0:   bridge window [mem 0x72000000-0x7e1fffff]
[    0.429593] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.429597] pci 0000:00:1c.0: PCI bridge to [bus 2c]
[    0.429602] pci 0000:00:1c.0:   bridge window [mem 0x80100000-0x801fffff]
[    0.429609] pci 0000:00:1d.0: PCI bridge to [bus 2d]
[    0.429611] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.429615] pci 0000:00:1d.0:   bridge window [mem 0x80000000-0x800fffff]
[    0.429622] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.429623] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.429624] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.429626] pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window]
[    0.429627] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.429628] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.429629] pci_bus 0000:01: resource 1 [mem 0x81000000-0x820fffff]
[    0.429630] pci_bus 0000:01: resource 2 [mem 0x6020000000-0x6031ffffff 64bit pref]
[    0.429632] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    0.429633] pci_bus 0000:02: resource 1 [mem 0x72000000-0x7e1fffff]
[    0.429634] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.429635] pci_bus 0000:2c: resource 1 [mem 0x80100000-0x801fffff]
[    0.429636] pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
[    0.429637] pci_bus 0000:2d: resource 1 [mem 0x80000000-0x800fffff]
[    0.430148] PCI: CLS 0 bytes, default 64
[    0.430195] DMAR: No ATSR found
[    0.430196] DMAR: No SATC found
[    0.430197] DMAR: dmar1: Using Queued invalidation
[    0.430200] DMAR: dmar0: Using Queued invalidation
[    0.430201] DMAR: dmar2: Using Queued invalidation
[    0.430323] Trying to unpack rootfs image as initramfs...
[    0.430377] pci 0000:00:07.0: Adding to iommu group 0
[    0.430482] pci 0000:00:02.0: Adding to iommu group 1
[    0.430807] pci 0000:00:00.0: Adding to iommu group 2
[    0.430815] pci 0000:00:04.0: Adding to iommu group 3
[    0.430824] pci 0000:00:06.0: Adding to iommu group 4
[    0.430835] pci 0000:00:0d.0: Adding to iommu group 5
[    0.430842] pci 0000:00:0d.2: Adding to iommu group 5
[    0.430853] pci 0000:00:12.0: Adding to iommu group 6
[    0.430864] pci 0000:00:14.0: Adding to iommu group 7
[    0.430871] pci 0000:00:14.2: Adding to iommu group 7
[    0.430877] pci 0000:00:14.3: Adding to iommu group 8
[    0.430889] pci 0000:00:15.0: Adding to iommu group 9
[    0.430896] pci 0000:00:15.1: Adding to iommu group 9
[    0.430905] pci 0000:00:16.0: Adding to iommu group 10
[    0.430911] pci 0000:00:17.0: Adding to iommu group 11
[    0.430923] pci 0000:00:1c.0: Adding to iommu group 12
[    0.430932] pci 0000:00:1d.0: Adding to iommu group 13
[    0.430948] pci 0000:00:1f.0: Adding to iommu group 14
[    0.430955] pci 0000:00:1f.3: Adding to iommu group 14
[    0.430962] pci 0000:00:1f.4: Adding to iommu group 14
[    0.430970] pci 0000:00:1f.5: Adding to iommu group 14
[    0.430978] pci 0000:01:00.0: Adding to iommu group 15
[    0.430987] pci 0000:2c:00.0: Adding to iommu group 16
[    0.430995] pci 0000:2d:00.0: Adding to iommu group 17
[    0.431729] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.431731] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.431732] software IO TLB: mapped [mem 0x000000002b3a6000-0x000000002f3a6000] (64MB)
[    0.434495] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than PNP0C02:01 [mem 0xfedc0000-0xfedc7fff]
[    0.434498] caller uncore_get_box_mmio_addr+0xe2/0x150 mapping multiple BARs
[    0.434776] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
[    0.434856] clocksource: Switched to clocksource tsc
[    0.435349] Initialise system trusted keyrings
[    0.435360] Key type blacklist registered
[    0.435594] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.435788] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.435993] fuse: init (API version 7.45)
[    0.436205] integrity: Platform Keyring initialized
[    0.436208] integrity: Machine keyring initialized
[    0.443581] Key type asymmetric registered
[    0.443583] Asymmetric key parser 'x509' registered
[    0.443598] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.443802] io scheduler mq-deadline registered
[    0.445871] ledtrig-cpu: registered to indicate activity on CPUs
[    0.446136] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[    0.446372] pcieport 0000:00:07.0: PME: Signaling with IRQ 124
[    0.446389] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.446931] pcieport 0000:00:1c.0: PME: Signaling with IRQ 125
[    0.447155] pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
[    0.448092] ACPI: AC: AC Adapter [AC] (on-line)
[    0.448136] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input0
[    0.448161] ACPI: button: Lid Switch [LID0]
[    0.448184] input: Power Button as /devices/platform/PNP0C0C:00/input/input1
[    0.448193] ACPI: button: Power Button [PBTN]
[    0.448217] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input2
[    0.448226] ACPI: button: Sleep Button [SBTN]
[    0.453613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.454801] serial 0000:00:12.0: enabling device (0000 -> 0002)
[    0.455288] hpet_acpi_add: no address or irqs in _CRS
[    0.455320] Linux agpgart interface v0.103
[    0.462251] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    0.475205] loop: module loaded
[    0.475447] ACPI: bus type drm_connector registered
[    0.475605] tun: Universal TUN/TAP device driver, 1.6
[    0.475631] PPP generic driver version 2.4.2
[    0.475728] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.475733] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.476859] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.477297] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.477300] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.477302] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.477344] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[    0.477346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.477348] usb usb1: Product: xHCI Host Controller
[    0.477349] usb usb1: Manufacturer: Linux 7.0.0-28-generic xhci-hcd
[    0.477350] usb usb1: SerialNumber: 0000:00:0d.0
[    0.477453] hub 1-0:1.0: USB hub found
[    0.477461] hub 1-0:1.0: 1 port detected
[    0.477677] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
[    0.477679] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.477680] usb usb2: Product: xHCI Host Controller
[    0.477681] usb usb2: Manufacturer: Linux 7.0.0-28-generic xhci-hcd
[    0.477682] usb usb2: SerialNumber: 0000:00:0d.0
[    0.477955] hub 2-0:1.0: USB hub found
[    0.477964] hub 2-0:1.0: 4 ports detected
[    0.479532] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.479537] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.480662] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    0.480967] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.480969] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.480971] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.480999] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[    0.481000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.481001] usb usb3: Product: xHCI Host Controller
[    0.481002] usb usb3: Manufacturer: Linux 7.0.0-28-generic xhci-hcd
[    0.481003] usb usb3: SerialNumber: 0000:00:14.0
[    0.481133] hub 3-0:1.0: USB hub found
[    0.481149] hub 3-0:1.0: 12 ports detected
[    0.483015] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
[    0.483017] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.483018] usb usb4: Product: xHCI Host Controller
[    0.483019] usb usb4: Manufacturer: Linux 7.0.0-28-generic xhci-hcd
[    0.483020] usb usb4: SerialNumber: 0000:00:14.0
[    0.483096] hub 4-0:1.0: USB hub found
[    0.483107] hub 4-0:1.0: 4 ports detected
[    0.483808] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.484171] i8042: Warning: Keylock active
[    0.486368] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.486372] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.486441] mousedev: PS/2 mouse device common for all mice
[    0.486536] rtc_cmos 00:00: RTC can wake from S4
[    0.487271] rtc_cmos 00:00: registered as rtc0
[    0.487416] rtc_cmos 00:00: setting system clock to 2026-07-21T04:18:49 UTC (1784607529)
[    0.487471] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    0.487483] i2c_dev: i2c /dev entries driver
[    0.487714] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.487729] device-mapper: uevent: version 1.0.3
[    0.487811] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.487815] intel_pstate: Intel P-state driver initializing
[    0.488136] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.488341] intel_pstate: HWP enabled
[    0.488623] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.488679] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.489582] fbcon: Deferring console take-over
[    0.489584] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.489655] drop_monitor: Initializing network drop monitor service
[    0.489763] NET: Registered PF_INET6 protocol family
[    0.489973] Segment Routing with IPv6
[    0.489978] In-situ OAM (IOAM) with IPv6
[    0.490001] NET: Registered PF_PACKET protocol family
[    0.490026] Key type dns_resolver registered
[    0.490784] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.494508] microcode: Current revision: 0x000000be
[    0.496372] ACPI: battery: Slot [BAT0] (battery present)
[    0.497496] resctrl: L2 allocation detected
[    0.497513] IPI shorthand broadcast: enabled
[    0.498829] sched_clock: Marking stable (491001345, 7439004)->(539121114, -40680765)
[    0.499069] registered taskstats version 1
[    0.500639] Loading compiled-in X.509 certificates
[    0.501131] Loaded X.509 cert 'Build time autogenerated kernel key: 612d4ce9117ab18d75baf7b23385785460a821bb'
[    0.501543] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c'
[    0.501959] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.502371] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing 2025 Kmod: 4627603d2357a2a3f81006370894c221175893e9'
[    0.502782] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.502783] blacklist: Loading compiled-in revocation X.509 certificates
[    0.502794] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.502802] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.502809] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.502819] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.502827] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.502835] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.502842] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.502851] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.506155] Demotion targets for Node 0: null
[    0.506249] Key type .fscrypt registered
[    0.506250] Key type fscrypt-provisioning registered
[    0.506292] Key type big_key registered
[    0.506293] Key type trusted registered
[    0.559640] Freeing initrd memory: 36880K
[    0.573204] Key type encrypted registered
[    0.573217] AppArmor: AppArmor sha256 policy hashing enabled
[    0.573224] Loading compiled-in module X.509 certificates
[    0.573670] Loaded X.509 cert 'Build time autogenerated kernel key: 612d4ce9117ab18d75baf7b23385785460a821bb'
[    0.573672] ima: Allocated hash algorithm: sha256
[    0.601742] audit: type=1807 audit(1784607529.614:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    0.601752] audit: type=1807 audit(1784607529.614:3): action=measure func=MODULE_CHECK res=1
[    0.601768] evm: Initialising EVM extended attributes:
[    0.601773] evm: security.selinux
[    0.601776] evm: security.SMACK64
[    0.601777] evm: security.SMACK64EXEC
[    0.601778] evm: security.SMACK64TRANSMUTE
[    0.601780] evm: security.SMACK64MMAP
[    0.601781] evm: security.apparmor
[    0.601782] evm: security.ima
[    0.601783] evm: security.capability
[    0.601785] evm: HMAC attrs: 0x1
[    0.601883] integrity: Loading X.509 certificate: UEFI:db
[    0.601932] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios DB Key: 637fa7a9f74471b406de0511557071fd41dd5487'
[    0.601934] integrity: Loading X.509 certificate: UEFI:db
[    0.601950] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios FW Aux Authority 2018: dd4df7c3f5ce7e5a77847915abc37b031f6b10bd'
[    0.601951] integrity: Loading X.509 certificate: UEFI:db
[    0.601971] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.601973] integrity: Loading X.509 certificate: UEFI:db
[    0.601996] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.601998] integrity: Loading X.509 certificate: UEFI:db
[    0.602015] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    0.602016] integrity: Loading X.509 certificate: UEFI:db
[    0.602032] integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
[    0.602034] integrity: Loading X.509 certificate: UEFI:db
[    0.602050] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    0.602093] integrity: Revoking X.509 certificate: UEFI:dbx
[    0.602113] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc'
[    0.604100] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.604590] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.605000] PM:   Magic number: 2:278:313
[    0.605496] RAS: Correctable Errors collector initialized.
[    0.605761] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.605807] clk: Disabling unused clocks
[    0.605811] PM: genpd: Disabling unused power domains
[    0.617920] Freeing unused decrypted memory: 2028K
[    0.618730] Freeing unused kernel image (initmem) memory: 5292K
[    0.618753] Write protecting the kernel read-only data: 43008k
[    0.619257] Freeing unused kernel image (text/rodata gap) memory: 776K
[    0.619636] Freeing unused kernel image (rodata/data gap) memory: 1668K
[    0.630345] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.630350] Run /init as init process
[    0.630351]   with arguments:
[    0.630352]     /init
[    0.630353]     splash
[    0.630357]   with environment:
[    0.630362]     HOME=/
[    0.630363]     TERM=linux
[    0.643272] systemd[1]: Inserted module 'autofs4'
[    0.661211] systemd[1]: Successfully made /usr/ read-only.
[    0.661366] systemd[1]: systemd 259.5-0ubuntu3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    0.661371] systemd[1]: Detected architecture x86-64.
[    0.661372] systemd[1]: Running in initrd.
[    0.661515] systemd[1]: Hostname set to <rgvwebs-Latitude-3420>.
[    0.690944] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    0.717481] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[    0.730172] systemd[1]: Queued start job for default target initrd.target.
[    0.794280] systemd[1]: Expecting device dev-disk-by\x2duuid-6B9D\x2d960B.device - /dev/disk/by-uuid/6B9D-960B...
[    0.794366] systemd[1]: Expecting device dev-disk-by\x2duuid-7c8d749a\x2dfaab\x2d48f3\x2daaeb\x2dd06f36d2a810.device - /dev/disk/by-uuid/7c8d749a-faab-48f3-aaeb-d06f36d2a810...
[    0.794404] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    0.794460] systemd[1]: Reached target slices.target - Slice Units.
[    0.794500] systemd[1]: Reached target swap.target - Swaps.
[    0.794524] systemd[1]: Reached target timers.target - Timer Units.
[    0.794659] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    0.794757] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    0.794842] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    0.794903] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    0.794923] systemd[1]: Reached target sockets.target - Socket Units.
[    0.800138] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
[    0.802962] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    0.806830] systemd[1]: Starting systemd-journald.service - Journal Service...
[    0.809881] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    0.809951] systemd[1]: systemd-pcrphase-initrd.service - TPM PCR Barrier (initrd) skipped, unmet condition check ConditionSecurity=measured-uki
[    0.815851] systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
[    0.817486] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    0.818989] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
[    0.820201] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    0.821434] systemd-journald[201]: Collecting audit messages is disabled.
[    0.826016] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    0.827474] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    0.833695] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    0.833915] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    0.833927] systemd[1]: Reached target local-fs.target - Local File Systems.
[    0.834795] ppdev: user-space parallel port driver
[    0.836183] systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook.
[    0.837686] systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...
[    0.837884] lp: driver loaded but no devices found
[    0.839289] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    0.840648] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    0.846668] usb 3-1: New USB device found, idVendor=c0f4, idProduct=07c0, bcdDevice= 1.10
[    0.846673] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.846675] usb 3-1: Product: usb keyboard
[    0.846678] usb 3-1: Manufacturer: USB
[    0.846940] systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.
[    0.848008] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    0.849640] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    0.851729] systemd[1]: Started systemd-journald.service - Journal Service.
[    0.959455] usb 3-5: new full-speed USB device number 3 using xhci_hcd
[    1.089217] usb 3-5: New USB device found, idVendor=27c6, idProduct=639c, bcdDevice= 1.00
[    1.089225] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.089228] usb 3-5: Product: Goodix USB2.0 MISC
[    1.089232] usb 3-5: Manufacturer: Goodix Technology Co., Ltd.
[    1.089234] usb 3-5: SerialNumber: UID2B5D3909_XXXX_MOC_B0
[    1.100268] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.100274] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.100276] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.100278] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.100840] wmi_bus wmi_bus-PNP0C14:03: [Firmware Bug]: WQBC data block query control method not found
[    1.112896] ACPI: bus type thunderbolt registered
[    1.130254] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    1.132680] Key type psk registered
[    1.132800] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    1.132806] ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x1)
[    1.132809] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
[    1.135643] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.138267] scsi host0: ahci
[    1.138404] ata1: SATA max UDMA/133 abar m2048@0x80283000 port 0x80283100 irq 159 lpm-pol 4
[    1.162572] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    1.181710] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.197519] hid: raw HID events driver (C) Jiri Kosina
[    1.223458] usb 3-6: new high-speed USB device number 4 using xhci_hcd
[    1.377396] usb 3-6: New USB device found, idVendor=0c45, idProduct=6730, bcdDevice= 0.20
[    1.377409] usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.377414] usb 3-6: Product: Integrated_Webcam_HD
[    1.377420] usb 3-6: Manufacturer: CN0M05K08LG0023OKGK6A00
[    1.444017] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.453354] ata1.00: FORCE: modified (nolpm)
[    1.453384] ata1.00: ATA-11: WD Green 2.5 480GB, 42059100, max UDMA/133
[    1.454406] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.454416] ata1.00: LPM support broken, forcing max_power
[    1.483159] ata1.00: Features: Dev-Sleep DIPM
[    1.491568] usb 3-7: new low-speed USB device number 5 using xhci_hcd
[    1.523117] ata1.00: configured for UDMA/133
[    1.534281] scsi 0:0:0:0: Direct-Access     ATA      WD Green 2.5 480 9100 PQ: 0 ANSI: 5
[    1.535065] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.535133] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    1.535158] sd 0:0:0:0: [sda] Write Protect is off
[    1.535165] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.535205] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.535243] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    1.557509]  sda: sda1
[    1.557682] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.574194] nvme 0000:2c:00.0: platform quirk: setting simple suspend
[    1.574366] nvme nvme0: pci function 0000:2c:00.0
[    1.589190] nvme nvme0: allocated 61 MiB host memory buffer (1 segment).
[    1.621619] usb 3-7: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
[    1.621630] usb 3-7: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.621633] usb 3-7: Product: USB Optical Mouse
[    1.733947] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input5
[    1.735362] nvme nvme0: 8/0/0 default/read/poll queues
[    1.737741]  nvme0n1: p1 p2
[    1.738453] usb 3-10: new full-speed USB device number 6 using xhci_hcd
[    1.752856] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[    1.754502] input: DELL0B20:00 06CB:CE26 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0B20:00/0018:06CB:CE26.0001/input/input6
[    1.754596] input: DELL0B20:00 06CB:CE26 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0B20:00/0018:06CB:CE26.0001/input/input7
[    1.754673] hid-generic 0018:06CB:CE26.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0B20:00 06CB:CE26] on i2c-DELL0B20:00
[    1.754812] hid-generic 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    1.760831] hid-sensor-hub 001F:8087:0AC2.0002: hidraw1: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    1.813780] input: DELL0B20:00 06CB:CE26 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0B20:00/0018:06CB:CE26.0001/input/input9
[    1.813854] input: DELL0B20:00 06CB:CE26 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0B20:00/0018:06CB:CE26.0001/input/input10
[    1.813911] hid-multitouch 0018:06CB:CE26.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0B20:00 06CB:CE26] on i2c-DELL0B20:00
[    1.862926] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.862930] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.879907] input: USB usb keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:C0F4:07C0.0003/input/input12
[    1.930969] hid-generic 0003:C0F4:07C0.0003: input,hidraw2: USB HID v1.10 Keyboard [USB usb keyboard] on usb-0000:00:14.0-1/input0
[    1.933410] input: USB usb keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:C0F4:07C0.0004/input/input13
[    1.983709] input: USB usb keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:C0F4:07C0.0004/input/input14
[    1.983883] hid-generic 0003:C0F4:07C0.0004: input,hidraw3: USB HID v1.10 Device [USB usb keyboard] on usb-0000:00:14.0-1/input1
[    1.986646] input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:1BCF:0005.0005/input/input15
[    1.986924] hid-generic 0003:1BCF:0005.0005: input,hidraw4: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-7/input0
[    1.986959] usbcore: registered new interface driver usbhid
[    1.986960] usbhid: USB HID core driver
[    2.126381] EXT4-fs (nvme0n1p2): orphan cleanup on readonly fs
[    2.126753] EXT4-fs (nvme0n1p2): mounted filesystem 7c8d749a-faab-48f3-aaeb-d06f36d2a810 ro with ordered data mode. Quota mode: none.
[    2.374111] systemd-journald[201]: Received SIGTERM from PID 1 (systemd).
[    2.747389] systemd[1]: systemd 259.5-0ubuntu3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    2.747398] systemd[1]: Detected architecture x86-64.
[    2.796496] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    2.970099] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly.
[    3.070277] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.070403] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    3.071253] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.071754] systemd[1]: Created slice system-cups.slice - CUPS Slice.
[    3.072150] systemd[1]: Created slice system-postgresql.slice - Slice /system/postgresql.
[    3.072549] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    3.072761] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.072786] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch skipped, unmet condition check ConditionPathExists=!/run/plymouth/pid
[    3.072819] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.072969] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.072991] systemd[1]: Expecting device dev-disk-by\x2duuid-6B9D\x2d960B.device - /dev/disk/by-uuid/6B9D-960B...
[    3.073008] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    3.073027] systemd[1]: Reached target imports.target - Image Downloads.
[    3.073047] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[    3.073063] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[    3.073075] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[    3.073093] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.073125] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.073139] systemd[1]: Reached target slices.target - Slice Units.
[    3.073157] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
[    3.073186] systemd[1]: Reached target time-set.target - System Time Set.
[    3.073225] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.073323] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    3.074072] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
[    3.074611] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    3.075328] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.
[    3.076121] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket.
[    3.076203] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    3.076241] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[    3.076253] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[    3.076294] systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket.
[    3.076339] systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket.
[    3.076384] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.076429] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.
[    3.077263] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.077830] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.078460] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.078954] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.080687] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.081755] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.082614] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.082654] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
[    3.082689] systemd[1]: modprobe@drm.service - Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
[    3.083636] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.083678] systemd[1]: modprobe@fuse.service - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
[    3.085040] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.085114] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    3.085148] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[    3.085373] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[    3.086469] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.086514] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[    3.086555] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[    3.087438] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.087513] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[    3.088360] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    3.089732] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.092030] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.092161] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.092264] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.092388] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.092673] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.092792] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.093718] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    3.095653] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.096497] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.097508] systemd-journald[658]: Collecting audit messages is disabled.
[    3.098223] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    3.098993] pstore: Using crash dump compression: deflate
[    3.101486] EXT4-fs (nvme0n1p2): re-mounted 7c8d749a-faab-48f3-aaeb-d06f36d2a810 r/w.
[    3.101649] pstore: Registered efi_pstore as persistent store backend
[    3.101823] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.119092] Adding 4194300k swap on /swap.img.  Priority:-1 extents:3 across:4456444k SS
[    3.119198] systemd-journald[658]: Received client request to flush runtime journal.
[    3.535517] EDAC igen6: v2.5.1
[    3.587331] input: Intel HID events as /devices/platform/INTC1051:00/input/input16
[    3.589173] intel-hid INTC1051:00: platform supports 5 button array
[    3.592473] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input17
[    3.656026] intel_pmc_core INT33A1:00:  initialized
[    4.363126] loop0: detected capacity change from 0 to 412592
[    4.364471] loop1: detected capacity change from 0 to 8
[    4.366437] loop2: detected capacity change from 0 to 928200
[    4.374477] loop3: detected capacity change from 0 to 130624
[    4.376684] loop4: detected capacity change from 0 to 151512
[    4.377881] loop5: detected capacity change from 0 to 136904
[    4.380483] loop6: detected capacity change from 0 to 487744
[    4.380804] loop7: detected capacity change from 0 to 136816
[    4.385759] loop8: detected capacity change from 0 to 40240
[    4.386404] loop9: detected capacity change from 0 to 40880
[    4.403113] nvidia: loading out-of-tree module taints kernel.
[    4.403131] nvidia: module license 'NVIDIA' taints kernel.
[    4.403134] Disabling lock debugging due to kernel taint
[    4.403141] nvidia: module license taints kernel.
[    4.511081] i915 0000:00:02.0: [drm] Found tigerlake/uy (device ID 9a49) integrated display version 12.00 stepping C0
[    4.511854] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    4.633800] nvidia-nvlink: Nvlink Core is being initialized, major device number 510

[    4.662167] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.662297] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    4.662935] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.665402] Bluetooth: Core ver 2.22
[    4.665425] NET: Registered PF_BLUETOOTH protocol family
[    4.665427] Bluetooth: HCI device and connection manager initialized
[    4.665433] Bluetooth: HCI socket layer initialized
[    4.665436] Bluetooth: L2CAP socket layer initialized
[    4.665901] Bluetooth: SCO socket layer initialized
[    4.667571] mc: Linux media interface: v0.10
[    4.668979] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    4.681757] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    4.686571] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  595.71.05  Fri Apr 24 06:36:12 UTC 2026
[    4.728795] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.729213] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.729613] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.730929] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.730934] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.730937] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.730939] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.730942] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.736912] r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 00:be:43:67:87:08, XID 541, IRQ 171
[    4.736922] r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.770879] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[    4.777463] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[    4.779311] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    4.779394] input: Video Bus as /devices/pci0000:00/0000:00:06.0/acpi.video_bus.0/input/input18
[    4.787547] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.799570] input: Video Bus as /devices/pci0000:00/acpi.video_bus.1/input/input19
[    4.833250] fbcon: i915drmfb (fb0) is primary device
[    4.833255] fbcon: Deferring console take-over
[    4.833260] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.846734] intel_rapl_msr: PL4 support detected.
[    4.846873] intel_rapl_common: Found RAPL domain package
[    4.846878] intel_rapl_common: Found RAPL domain core
[    4.846881] intel_rapl_common: Found RAPL domain uncore
[    4.846885] intel_rapl_common: Found RAPL domain psys
[    5.011811] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  595.71.05  Fri Apr 24 06:27:06 UTC 2026
[    5.053829] input: Dell Privacy Driver as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/6932965F-1671-4CEB-B988-D3AB0A901919/input/input20
[    5.054206] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21
[    5.054324] r8169 0000:2d:00.0 enp45s0: renamed from eth0
[    5.086724] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    5.087462] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.087566] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    5.090074] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.090102] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.093462] iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
[    5.093485] iwlwifi 0000:00:14.3: PCI dev a0f0/4070, rev=0x351, rfid=0x10a100
[    5.093492] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz
[    5.104765] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    5.107488] iwlwifi 0000:00:14.3: loaded firmware version 77.f39cc7f9.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
[    5.111289] videodev: Linux video capture interface: v2.00
[    5.158766] audit: type=1400 audit(1784607534.171:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=1107 comm="apparmor_parser"
[    5.159329] audit: type=1400 audit(1784607534.171:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=1108 comm="apparmor_parser"
[    5.160088] audit: type=1400 audit(1784607534.172:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=1106 comm="apparmor_parser"
[    5.160162] audit: type=1400 audit(1784607534.172:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=1105 comm="apparmor_parser"
[    5.160860] audit: type=1400 audit(1784607534.173:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=1112 comm="apparmor_parser"
[    5.166231] audit: type=1400 audit(1784607534.178:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="alsamixer" pid=1110 comm="apparmor_parser"
[    5.167243] audit: type=1400 audit(1784607534.179:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=1116 comm="apparmor_parser"
[    5.169047] audit: type=1400 audit(1784607534.181:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="bfdd" pid=1114 comm="apparmor_parser"
[    5.170222] audit: type=1400 audit(1784607534.182:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=1124 comm="apparmor_parser"
[    5.170946] audit: type=1400 audit(1784607534.183:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=1117 comm="apparmor_parser"
[    5.201932] ACPI: battery: new hook: Dell Primary Battery Extension
[    5.222574] i2c i2c-14: Successfully instantiated SPD at 0x50
[    5.286630] spi-nor spi0.0: supply vcc not found, using dummy regulator
[    5.310160] usbcore: registered new interface driver btusb
[    5.312242] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    5.313377] Bluetooth: hci0: Device revision is 2
[    5.313383] Bluetooth: hci0: Secure boot is enabled
[    5.313385] Bluetooth: hci0: OTP lock is enabled
[    5.313387] Bluetooth: hci0: API lock is enabled
[    5.313388] Bluetooth: hci0: Debug lock is disabled
[    5.313390] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.320983] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    5.321044] Bluetooth: hci0: Boot Address: 0x24800
[    5.321049] Bluetooth: hci0: Firmware Version: 83-7.26
[    5.325079] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    5.362357] intel_rapl_common: Found RAPL domain package
[    5.364962] Creating 1 MTD partitions on "0000:00:1f.5":
[    5.364973] 0x000000000000-0x000002000000 : "BIOS"
[    5.468681] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    5.472021] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    5.578020] ee1004 14-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    5.687028] uvcvideo 3-6:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6730)
[    5.700002] usbcore: registered new interface driver uvcvideo
[    5.745595] intel_tcc_cooling: TCC Offset locked
[    5.792685] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[    5.858770] iwlwifi 0000:00:14.3: base HW address: 4c:44:5b:2d:18:97
[    5.933943] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[    6.394048] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 2
[    6.394086] nvidia 0000:01:00.0: [drm] No compatible format found
[    6.394091] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    6.800010] snd_soc_avs 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    7.144449] nvme nvme0: using unchecked data buffer
[    7.389584] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    7.502751] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.502762] Bluetooth: BNEP filters: protocol multicast
[    7.502773] Bluetooth: BNEP socket layer initialized
[    7.526140] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.527352] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    7.527529] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[    7.555344] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    7.670808] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    7.670823] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    7.670829] sof-audio-pci-intel-tgl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
[    7.670835] sof-audio-pci-intel-tgl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
[    7.670841] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 1
[    7.678988] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[    7.678999] sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-tgl.ri
[    7.679004] sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-1ch.tplg
[    7.680104] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    7.680109] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    7.790652] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    7.790661] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    7.827466] Bluetooth: hci0: Waiting for firmware download to complete
[    7.827475] Bluetooth: hci0: Firmware loaded in 2447737 usecs
[    7.827542] Bluetooth: hci0: Waiting for device to boot
[    7.842243] Bluetooth: hci0: Device booted in 14381 usecs
[    7.843335] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    7.846300] Bluetooth: hci0: Applying Intel DDC parameters completed
[    7.847273] Bluetooth: hci0: Firmware revision 0.4 build 83 week 7 2026
[    7.849340] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    7.858631] sof-audio-pci-intel-tgl 0000:00:1f.3: loading topology: intel/sof-tplg/sof-hda-generic-1ch.tplg
[    7.859524] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
[    7.860302] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    7.876988] Generic FE-GE Realtek PHY r8169-0-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2d00:00, irq=MAC)
[    7.885112] block nvme0n1: No UUID available providing old NGUID
[    7.921349] snd_hda_codec_alc269 ehdaudio0D0: ALC3204: picked fixup  (pin match)
[    7.923624] Bluetooth: MGMT ver 1.23
[    7.940333] NET: Registered PF_ALG protocol family
[    7.953934] snd_hda_codec_alc269 ehdaudio0D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.953944] snd_hda_codec_alc269 ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.953948] snd_hda_codec_alc269 ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.953952] snd_hda_codec_alc269 ehdaudio0D0:    mono: mono_out=0x0
[    7.953954] snd_hda_codec_alc269 ehdaudio0D0:    inputs:
[    7.953957] snd_hda_codec_alc269 ehdaudio0D0:      Headset Mic=0x19
[    7.953960] snd_hda_codec_alc269 ehdaudio0D0:      Headphone Mic=0x1a
[    7.961507] NET: Registered PF_QIPCRTR protocol family
[    8.046571] r8169 0000:2d:00.0 enp45s0: Link is Down
[    8.097128] ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.ETMD], AE_NOT_FOUND (20251212/psargs-332)

[    8.097150] No Local Variables are initialized for Method [_OSC]

[    8.097154] Initialized Arguments for Method [_OSC]:  (4 arguments defined for method invocation)
[    8.097156]   Arg0:   00000000168cfe11 <Obj>           Buffer(16) 5D A8 3B B2 B7 C8 42 35
[    8.097174]   Arg1:   0000000012f3f93c <Obj>           Integer 0000000000000001
[    8.097183]   Arg2:   0000000078e04c40 <Obj>           Integer 0000000000000002
[    8.097190]   Arg3:   00000000f8dfff38 <Obj>           Buffer(8) 00 00 00 00 05 00 00 00

[    8.097209] ACPI Error: Aborting method \_SB.IETM._OSC due to previous error (AE_NOT_FOUND) (20251212/psparse-529)
[    8.097304] Consider using thermal netlink events interface
[    8.160793] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    8.181353] input: sof-hda-dsp Headphone Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input22
[    8.181411] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input23
[    8.181482] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input24
[    8.181567] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input25
[    9.426496] set_capacity_and_notify: 19 callbacks suppressed
[    9.426499] loop29: detected capacity change from 0 to 8
[    9.977511] Bluetooth: RFCOMM TTY layer initialized
[    9.977522] Bluetooth: RFCOMM socket layer initialized
[    9.977526] Bluetooth: RFCOMM ver 1.11
[   10.473543] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[   10.559389] rfkill: input handler disabled
[   10.985708] usb 3-5: reset full-speed USB device number 3 using xhci_hcd
[   11.024565] wlp0s20f3: authenticate with d4:01:68:be:59:b0 (local address=4c:44:5b:2d:18:97)
[   11.025687] wlp0s20f3: send auth to d4:01:68:be:59:b0 (try 1/3)
[   11.052500] wlp0s20f3: authenticated
[   11.053490] wlp0s20f3: associate with d4:01:68:be:59:b0 (try 1/3)
[   11.056055] wlp0s20f3: RX AssocResp from d4:01:68:be:59:b0 (capab=0x111 status=0 aid=20)
[   11.064896] wlp0s20f3: associated
[   11.155812] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by d4:01:68:be:59:b0
[   14.198289] kauditd_printk_skb: 252 callbacks suppressed
[   14.198292] audit: type=1400 audit(1784607543.209:266): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=4014 comm="apparmor_parser"
[   14.421158] Initializing XFRM netlink socket
[   14.442854] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   15.035997] audit: type=1400 audit(1784607544.047:267): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4422 comm="fusermount3" capability=1  capname="dac_override"
[   15.036004] audit: type=1400 audit(1784607544.047:268): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4422 comm="fusermount3" capability=7  capname="setuid"
[   15.036096] audit: type=1400 audit(1784607544.047:269): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4423 comm="fusermount3" capability=7  capname="setuid"
[   15.216354] rfkill: input handler enabled
[   15.361392] audit: type=1400 audit(1784607544.372:270): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4694 comm="fusermount3" capability=1  capname="dac_override"
[   15.361402] audit: type=1400 audit(1784607544.372:271): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4694 comm="fusermount3" capability=7  capname="setuid"
[   15.361459] audit: type=1400 audit(1784607544.372:272): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=4696 comm="fusermount3" capability=7  capname="setuid"
[   16.255789] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[   16.422770] rfkill: input handler disabled
[   17.412721] audit: type=1400 audit(1784607546.494:273): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=5610 comm="fusermount3" capability=1  capname="dac_override"
[   17.412728] audit: type=1400 audit(1784607546.494:274): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=5610 comm="fusermount3" capability=7  capname="setuid"
[   17.412731] audit: type=1400 audit(1784607546.495:275): apparmor="DENIED" operation="capable" class="cap" profile="fusermount3" pid=5624 comm="fusermount3" capability=7  capname="setuid"
[   64.030930] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[  312.034546] kauditd_printk_skb: 1 callbacks suppressed
[  312.034554] audit: type=1400 audit(1784607841.149:277): apparmor="AUDIT" operation="userns_create" class="namespace" info="Userns create - transitioning profile" profile="unconfined" pid=6736 comm="(ubuntu-insigh)" requested="userns_create" target="unprivileged_userns" execpath="/usr/lib/systemd/systemd-executor"
[  312.035634] audit: type=1400 audit(1784607841.150:278): apparmor="DENIED" operation="capable" class="cap" profile="unprivileged_userns" pid=6736 comm="(ubuntu-insigh)" capability=21  capname="sys_admin"
[  312.067133] audit: type=1400 audit(1784607841.181:279): apparmor="DENIED" operation="getattr" class="file" info="Failed name lookup - disconnected path" error=-13 profile="unprivileged_userns" name="" pid=6744 comm="systemd-detect-" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  492.043708] audit: type=1400 audit(1784608021.150:280): apparmor="AUDIT" operation="userns_create" class="namespace" info="Userns create - transitioning profile" profile="unconfined" pid=7064 comm="(ubuntu-insigh)" requested="userns_create" target="unprivileged_userns" execpath="/usr/lib/systemd/systemd-executor"
[  492.044899] audit: type=1400 audit(1784608021.150:281): apparmor="DENIED" operation="capable" class="cap" profile="unprivileged_userns" pid=7064 comm="(ubuntu-insigh)" capability=21  capname="sys_admin"
[  578.003573] usb 3-5: reset full-speed USB device number 3 using xhci_hcd
[  761.540032] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  761.541689] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  852.865936] ntfs3: Enabled Linux POSIX ACLs support
[  852.865940] ntfs3: Read-only LZX/Xpress compression included
[  853.319739] audit: type=1400 audit(1784608382.425:282): apparmor="DENIED" operation="open" class="file" profile="/usr/bin/wsdd" name="/usr/share/coreutils/locales/uucore/en-US.ftl" pid=8538 comm="wsdd" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  853.319744] audit: type=1400 audit(1784608382.425:283): apparmor="DENIED" operation="open" class="file" profile="/usr/bin/wsdd" name="/usr/share/coreutils/locales/uucore/es-ES.ftl" pid=8538 comm="wsdd" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  853.319745] audit: type=1400 audit(1784608382.425:284): apparmor="DENIED" operation="open" class="file" profile="/usr/bin/wsdd" name="/usr/share/coreutils/locales/env/es-ES.ftl" pid=8538 comm="wsdd" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 9683.431890] audit: type=1400 audit(1784617212.504:285): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=23737 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[20483.228509] audit: type=1400 audit(1784628012.255:286): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=40774 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[31283.262774] audit: type=1400 audit(1784638812.247:287): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=58013 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[35221.565560] perf: interrupt took too long (2513 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[37995.393264] usb 3-5: reset full-speed USB device number 3 using xhci_hcd

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted with libata.force=nolpm
  2026-07-21 15:33 [BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted with libata.force=nolpm Ronald Garcia Vazquez
@ 2026-07-22  0:11 ` Damien Le Moal
  0 siblings, 0 replies; 2+ messages in thread
From: Damien Le Moal @ 2026-07-22  0:11 UTC (permalink / raw)
  To: Ronald Garcia Vazquez, linux-ide; +Cc: linux-kernel

On 7/22/26 00:33, Ronald Garcia Vazquez wrote:
> [BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted with
> libata.force=nolpm

Not a bug, but most likely yet another device with broken LPM. There are plenty
already.
Please share the output of "hdparm -I" and a dmesg after boot so that we can
check and prepare a quirk patch to apply nolpm permanently for this device.


-- 
Damien Le Moal
Western Digital Research

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-22  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 15:33 [BUG] libata: WD Green 480GB (firmware 42059100) disconnects unless booted with libata.force=nolpm Ronald Garcia Vazquez
2026-07-22  0:11 ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox