Re: Regression from 7627a0edef54 ("ata: ahci: Drop low power policy board type") on reboot (but not cold boot)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Niklas,

I'll begin with the quick parts, changing kernel will take more time, this box is fit for family use but takes a bit of time to compile.

Le 07/03/2025 à 10:53, Niklas Cassel a écrit :
Hello Eric,

On Thu, Mar 06, 2025 at 01:27:17PM +0100, Eric wrote:
I installed the same system on a USB stick, on which I also installed grub,
so that the reboot is made independent of weather the UEFI sees the SSD disk
or not. I'll attach dmesg extracts (grep on ata or ahci) to this mail.
[...]

I hope this is useful for diagnosing the problem.
It is indeed!

Wow.

The problem does not appear to be with the SSD firmware.

The problem appears to be that your AHCI controller reports different
values in the PI (Ports Implemented) register.

This is supposed to be a read-only register :)
Hmm ... puzzled, but weird things roam in the wild ;)

At cold boot the print is:
4/4 ports implemented (port mask 0x3c)
meaning ports 1,2 are not implemented (DUMMY ports).

At reboot the print is:
3/3 ports implemented (port mask 0x38)
meaning ports 1,2,3 are not implemented (DUMMY ports).

So, the problem is that your AHCI controller appears to report different
values in the PI register.

Most likely, if the AHCI controller reported the same register values the
second boot, libata would be able to scan and detect the drive correctly.

What AHCI controller is this?

$ sudo lspci -nns 0000:00:11.0
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40)


Which kernel version are you using?
This is trixie's last, 6.12.12.

Please test with v6.14-rc5 as there was a bug in v6.14-rc4 where
OK, I think I'll try directly with the patch, as it will save me a kernel build.
mask_port_map would get incorrecly set. (Although, this bug should only
affect device tree based platforms. Most often when using UEFI, you do
not use device tree.)

I do see that your AHCI controller is < AHCI 1.3, so we do take this path:
https://github.com/torvalds/linux/blob/v6.14-rc5/drivers/ata/libahci.c#L571-L578

Could you please provide a full dmesg?
Of course, full reboot dmesg attached to this message.


Also, it would be helpful if you could print every time we read/write the
PI register. (Don't ask me why libata writes a read-only register...
we were not always the maintainers for this driver...)

diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index e7ace4b10f15..dd837834245b 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -533,6 +533,7 @@ void ahci_save_initial_config(struct device *dev, struct ahci_host_priv *hpriv)
/* Override the HBA ports mapping if the platform needs it */
  	port_map = readl(mmio + HOST_PORTS_IMPL);
+	dev_err(dev, "%s:%d PI: read: %#lx\n", __func__, __LINE__, port_map);
  	if (hpriv->saved_port_map && port_map != hpriv->saved_port_map) {
  		dev_info(dev, "forcing port_map 0x%lx -> 0x%x\n",
  			port_map, hpriv->saved_port_map);
@@ -629,6 +630,7 @@ static void ahci_restore_initial_config(struct ata_host *host)
  	if (hpriv->saved_cap2)
  		writel(hpriv->saved_cap2, mmio + HOST_CAP2);
  	writel(hpriv->saved_port_map, mmio + HOST_PORTS_IMPL);
+	dev_err(host->dev, "%s:%d PI: wrote: %#x\n", __func__, __LINE__, hpriv->saved_port_map);
  	(void) readl(mmio + HOST_PORTS_IMPL);	/* flush */
for_each_set_bit(i, &port_map, AHCI_MAX_PORTS) {




Kind regards,
Niklas

Kind regards,

Eric
[    0.000000] Linux version 6.12.12-amd64 (debian-kernel@xxxxxxxxxxxxxxxx) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-16) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.90.20250127) #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1 (2025-02-02)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64 root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba5cffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba5d0000-0x00000000ba8abfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba8ac000-0x00000000ba8bbfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ba8bc000-0x00000000bb6bffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb6c0000-0x00000000bca33fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca34000-0x00000000bca34fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bca35000-0x00000000bcc3afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcc3b000-0x00000000bd082fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./M5A99X EVO R2.0, BIOS 2501 04/03/2014
[    0.000000] DMI: Memory slots populated: 4/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4014.033 MHz processor
[    0.001691] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001694] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.009724] AGP: No AGP bridge found
[    0.009798] last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.009803] MTRR map: 8 entries (5 fixed + 3 variable; max 22), built from 9 variable MTRRs
[    0.009805] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.010700] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[    0.010707] last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[    0.015058] Using GB pages for direct mapping
[    0.015893] RAMDISK: [mem 0x2827b000-0x30134fff]
[    0.015900] ACPI: Early table checksum verification disabled
[    0.015903] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.015907] ACPI: XSDT 0x00000000BA8B3070 000054 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.015912] ACPI: FACP 0x00000000BA8BA1D8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.015916] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20240827/tbfadt-611)
[    0.015920] ACPI: DSDT 0x00000000BA8B3158 007079 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.015924] ACPI: FACS 0x00000000BB6BAF80 000040
[    0.015926] ACPI: APIC 0x00000000BA8BA2E8 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.015929] ACPI: FPDT 0x00000000BA8BA388 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.015932] ACPI: MCFG 0x00000000BA8BA3D0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.015935] ACPI: HPET 0x00000000BA8BA410 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.015938] ACPI: SSDT 0x00000000BA8BA4A0 001714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.015940] ACPI: Reserving FACP table memory at [mem 0xba8ba1d8-0xba8ba2e3]
[    0.015942] ACPI: Reserving DSDT table memory at [mem 0xba8b3158-0xba8ba1d0]
[    0.015943] ACPI: Reserving FACS table memory at [mem 0xbb6baf80-0xbb6bafbf]
[    0.015944] ACPI: Reserving APIC table memory at [mem 0xba8ba2e8-0xba8ba385]
[    0.015945] ACPI: Reserving FPDT table memory at [mem 0xba8ba388-0xba8ba3cb]
[    0.015946] ACPI: Reserving MCFG table memory at [mem 0xba8ba3d0-0xba8ba40b]
[    0.015947] ACPI: Reserving HPET table memory at [mem 0xba8ba410-0xba8ba447]
[    0.015947] ACPI: Reserving SSDT table memory at [mem 0xba8ba4a0-0xba8bbbb3]
[    0.016014] No NUMA configuration found
[    0.016015] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.016025] NODE_DATA(0) allocated [mem 0x43efd3680-0x43effdfff]
[    0.016266] Zone ranges:
[    0.016266]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.016268]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.016270]   Normal   [mem 0x0000000100000000-0x000000043effffff]
[    0.016271]   Device   empty
[    0.016272] Movable zone start for each node
[    0.016274] Early memory node ranges
[    0.016275]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.016276]   node   0: [mem 0x0000000000100000-0x00000000ba5cffff]
[    0.016277]   node   0: [mem 0x00000000bca34000-0x00000000bca34fff]
[    0.016279]   node   0: [mem 0x00000000bcc3b000-0x00000000bd082fff]
[    0.016280]   node   0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
[    0.016280]   node   0: [mem 0x0000000100001000-0x000000043effffff]
[    0.016283] Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
[    0.016289] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.016323] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.024393] On node 0, zone DMA32: 9316 pages in unavailable ranges
[    0.024416] On node 0, zone DMA32: 518 pages in unavailable ranges
[    0.024444] On node 0, zone DMA32: 1905 pages in unavailable ranges
[    0.025334] On node 0, zone Normal: 10241 pages in unavailable ranges
[    0.025397] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.025644] ACPI: PM-Timer IO Port: 0x808
[    0.025652] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.025660] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.025663] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    0.025666] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.025668] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.025671] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.025672] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.025681] CPU topo: Max. logical packages:   1
[    0.025682] CPU topo: Max. logical dies:       1
[    0.025682] CPU topo: Max. dies per package:   1
[    0.025687] CPU topo: Max. threads per core:   1
[    0.025688] CPU topo: Num. cores per package:     8
[    0.025688] CPU topo: Num. threads per package:   8
[    0.025689] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.025706] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.025708] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.025709] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.025709] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.025710] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.025712] PM: hibernation: Registered nosave memory: [mem 0xba5d0000-0xba8abfff]
[    0.025713] PM: hibernation: Registered nosave memory: [mem 0xba8ac000-0xba8bbfff]
[    0.025713] PM: hibernation: Registered nosave memory: [mem 0xba8bc000-0xbb6bffff]
[    0.025714] PM: hibernation: Registered nosave memory: [mem 0xbb6c0000-0xbca33fff]
[    0.025716] PM: hibernation: Registered nosave memory: [mem 0xbca35000-0xbcc3afff]
[    0.025717] PM: hibernation: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
[    0.025719] PM: hibernation: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
[    0.025720] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.025720] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.025721] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.025722] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.025723] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.025723] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.025724] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.025725] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.025726] PM: hibernation: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.025727] PM: hibernation: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.025727] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.025728] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.025729] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.025729] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.025731] [mem 0xbd800000-0xfebfffff] available for PCI devices
[    0.025732] Booting paravirtualized kernel on bare hardware
[    0.025734] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.030309] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.031236] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.031243] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.031246] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.031265] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64 root=UUID=09da5eff-1c28-4347-8069-2b4ced47d9ca ro quiet
[    0.031309] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64", will be passed to user space.
[    0.033925] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.035272] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.035349] Fallback order for Node 0: 0 
[    0.035353] Built 1 zonelists, mobility grouping on.  Total pages: 4168129
[    0.035355] Policy zone: Normal
[    0.035364] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.035366] AGP: Checking aperture...
[    0.043389] AGP: No AGP bridge found
[    0.043391] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
[    0.043393] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.043394] AGP: Please enable the IOMMU option in the BIOS setup
[    0.043394] AGP: This costs you 64MB of RAM
[    0.043396] AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
[    0.043399] PM: hibernation: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
[    0.043477] software IO TLB: area num 8.
[    0.087633] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.087808] ftrace: allocating 45587 entries in 179 pages
[    0.096796] ftrace: allocated 179 pages with 5 groups
[    0.097666] Dynamic Preempt: voluntary
[    0.097861] rcu: Preemptible hierarchical RCU implementation.
[    0.097862] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.097864] 	Trampoline variant of Tasks RCU enabled.
[    0.097864] 	Rude variant of Tasks RCU enabled.
[    0.097865] 	Tracing variant of Tasks RCU enabled.
[    0.097865] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.097866] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.097875] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.097877] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.097879] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.103545] NR_IRQS: 524544, nr_irqs: 1032, preallocated irqs: 16
[    0.103749] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.103838] spurious 8259A interrupt: IRQ7.
[    0.107261] Console: colour VGA+ 80x25
[    0.107264] printk: legacy console [tty0] enabled
[    0.107477] ACPI: Core revision 20240827
[    0.107608] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.107620] APIC: Switch to symmetric I/O mode setup
[    0.107972] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.127619] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39dc24ec051, max_idle_ns: 440795311015 ns
[    0.127625] Calibrating delay loop (skipped), value calculated using timer frequency.. 8028.06 BogoMIPS (lpj=16056132)
[    0.127653] LVT offset 1 assigned for vector 0xf9
[    0.127658] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.127660] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.127664] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.127666] Spectre V2 : Mitigation: Retpolines
[    0.127667] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.127668] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.127669] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.127670] RETBleed: Mitigation: untrained return thunk
[    0.127672] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.127674] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.127678] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.127679] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.127681] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.127683] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.127684] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.149110] Freeing SMP alternatives memory: 40K
[    0.149116] pid_max: default: 32768 minimum: 301
[    0.149789] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[    0.150066] landlock: Up and running.
[    0.150068] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.150165] AppArmor: AppArmor initialized
[    0.150191] TOMOYO Linux initialized
[    0.150403] LSM support for eBPF active
[    0.150697] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.150731] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.262495] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
[    0.262811] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.262833] ... version:                0
[    0.262834] ... bit width:              48
[    0.262835] ... generic registers:      6
[    0.262835] ... value mask:             0000ffffffffffff
[    0.262837] ... max period:             00007fffffffffff
[    0.262838] ... fixed-purpose events:   0
[    0.262839] ... event mask:             000000000000003f
[    0.262927] signal: max sigframe size: 1776
[    0.262981] rcu: Hierarchical SRCU implementation.
[    0.262982] rcu: 	Max phase no-delay instances is 1000.
[    0.263042] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.263622] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.263622] smp: Bringing up secondary CPUs ...
[    0.263722] smpboot: x86: Booting SMP configuration:
[    0.263723] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.291667] smp: Brought up 1 node, 8 CPUs
[    0.291667] smpboot: Total of 8 processors activated (64224.52 BogoMIPS)
[    0.323659] node 0 deferred pages initialised in 28ms
[    0.325510] Memory: 16068916K/16672516K available (16384K kernel code, 2484K rwdata, 11752K rodata, 4136K init, 4976K bss, 596468K reserved, 0K cma-reserved)
[    0.325510] devtmpfs: initialized
[    0.325510] x86/mm: Memory block size: 128MB
[    0.329064] ACPI: PM: Registering ACPI NVS region [mem 0xba8bc000-0xbb6bffff] (14696448 bytes)
[    0.329064] ACPI: PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
[    0.329064] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.329064] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.329064] pinctrl core: initialized pinctrl subsystem
[    0.329502] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.329892] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.331654] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.331936] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.331954] audit: initializing netlink subsys (disabled)
[    0.331971] audit: type=2000 audit(1741427048.224:1): state=initialized audit_enabled=0 res=1
[    0.331971] thermal_sys: Registered thermal governor 'fair_share'
[    0.331971] thermal_sys: Registered thermal governor 'bang_bang'
[    0.331971] thermal_sys: Registered thermal governor 'step_wise'
[    0.331971] thermal_sys: Registered thermal governor 'user_space'
[    0.331971] thermal_sys: Registered thermal governor 'power_allocator'
[    0.331971] cpuidle: using governor ladder
[    0.331971] cpuidle: using governor menu
[    0.331971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.331974] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.331979] PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
[    0.331981] PCI: Using configuration type 1 for base access
[    0.331982] PCI: Using configuration type 1 for extended access
[    0.332029] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.332030] mtrr: probably your BIOS does not setup all CPUs.
[    0.332031] mtrr: corrected configuration.
[    0.332128] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.333249] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.333249] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.333249] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.333249] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.336616] ACPI: Added _OSI(Module Device)
[    0.336616] ACPI: Added _OSI(Processor Device)
[    0.336616] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.336616] ACPI: Added _OSI(Processor Aggregator Device)
[    0.339944] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.340303] ACPI: EC: EC started
[    0.340303] ACPI: EC: interrupt blocked
[    0.340303] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.340303] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.340303] ACPI: Interpreter enabled
[    0.340303] ACPI: PM: (supports S0 S3 S4 S5)
[    0.340303] ACPI: Using IOAPIC for interrupt routing
[    0.340303] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.340303] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.340303] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.340303] PCI: Using E820 reservations for host bridge windows
[    0.340343] ACPI: Enabled 11 GPEs in block 00 to 1F
[    0.347201] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.347207] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.347548] PCI host bridge to bus 0000:00
[    0.347552] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.347554] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.347556] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.347558] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.347560] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.347561] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.347563] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.347581] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000 conventional PCI endpoint
[    0.347747] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400 PCIe Root Port
[    0.347765] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.347770] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.347773] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.347780] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.347787] pci 0000:00:02.0: enabling Extended Tags
[    0.347819] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.347911] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400 PCIe Root Port
[    0.347928] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.347933] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.347940] pci 0000:00:04.0:   bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
[    0.347948] pci 0000:00:04.0: enabling Extended Tags
[    0.347979] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.348061] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400 PCIe Root Port
[    0.348078] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.348083] pci 0000:00:05.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.348096] pci 0000:00:05.0: enabling Extended Tags
[    0.348127] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.348210] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400 PCIe Root Port
[    0.348227] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.348231] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.348234] pci 0000:00:06.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.348246] pci 0000:00:06.0: enabling Extended Tags
[    0.348277] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.348357] pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400 PCIe Root Port
[    0.348374] pci 0000:00:07.0: PCI bridge to [bus 05]
[    0.348380] pci 0000:00:07.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.348392] pci 0000:00:07.0: enabling Extended Tags
[    0.348423] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.348531] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 conventional PCI endpoint
[    0.348546] pci 0000:00:11.0: BAR 0 [io  0xf040-0xf047]
[    0.348555] pci 0000:00:11.0: BAR 1 [io  0xf030-0xf033]
[    0.348564] pci 0000:00:11.0: BAR 2 [io  0xf020-0xf027]
[    0.348572] pci 0000:00:11.0: BAR 3 [io  0xf010-0xf013]
[    0.348581] pci 0000:00:11.0: BAR 4 [io  0xf000-0xf00f]
[    0.348589] pci 0000:00:11.0: BAR 5 [mem 0xfeb0b000-0xfeb0b3ff]
[    0.348691] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
[    0.348706] pci 0000:00:12.0: BAR 0 [mem 0xfeb0a000-0xfeb0afff]
[    0.348834] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
[    0.348850] pci 0000:00:12.2: BAR 0 [mem 0xfeb09000-0xfeb090ff]
[    0.348952] pci 0000:00:12.2: supports D1 D2
[    0.348954] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.349029] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
[    0.349045] pci 0000:00:13.0: BAR 0 [mem 0xfeb08000-0xfeb08fff]
[    0.349167] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
[    0.349183] pci 0000:00:13.2: BAR 0 [mem 0xfeb07000-0xfeb070ff]
[    0.349256] pci 0000:00:13.2: supports D1 D2
[    0.349257] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.349338] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 conventional PCI endpoint
[    0.349465] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 conventional PCI endpoint
[    0.349485] pci 0000:00:14.2: BAR 0 [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.349546] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.349616] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 conventional PCI endpoint
[    0.349757] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 conventional PCI bridge
[    0.349786] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
[    0.349790] pci 0000:00:14.4:   bridge window [io  0xb000-0xbfff]
[    0.349794] pci 0000:00:14.4:   bridge window [mem 0xfe500000-0xfe6fffff]
[    0.349799] pci 0000:00:14.4:   bridge window [mem 0xd0900000-0xd09fffff pref]
[    0.349873] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 conventional PCI endpoint
[    0.349889] pci 0000:00:14.5: BAR 0 [mem 0xfeb06000-0xfeb06fff]
[    0.350018] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 conventional PCI endpoint
[    0.350034] pci 0000:00:16.0: BAR 0 [mem 0xfeb05000-0xfeb05fff]
[    0.350183] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 conventional PCI endpoint
[    0.350198] pci 0000:00:16.2: BAR 0 [mem 0xfeb04000-0xfeb040ff]
[    0.350271] pci 0000:00:16.2: supports D1 D2
[    0.350273] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.350346] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000 conventional PCI endpoint
[    0.350405] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000 conventional PCI endpoint
[    0.350460] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000 conventional PCI endpoint
[    0.350512] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000 conventional PCI endpoint
[    0.350570] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000 conventional PCI endpoint
[    0.350625] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000 conventional PCI endpoint
[    0.350878] pci 0000:01:00.0: [1002:67b1] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.350898] pci 0000:01:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.350911] pci 0000:01:00.0: BAR 2 [mem 0xd0000000-0xd07fffff 64bit pref]
[    0.350920] pci 0000:01:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.350929] pci 0000:01:00.0: BAR 5 [mem 0xfea00000-0xfea3ffff]
[    0.350937] pci 0000:01:00.0: ROM [mem 0xfea40000-0xfea5ffff pref]
[    0.350945] pci 0000:01:00.0: enabling Extended Tags
[    0.350967] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.351021] pci 0000:01:00.0: supports D1 D2
[    0.351022] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.351077] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.351163] pci 0000:01:00.1: [1002:aac8] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.351182] pci 0000:01:00.1: BAR 0 [mem 0xfea60000-0xfea63fff 64bit]
[    0.351224] pci 0000:01:00.1: enabling Extended Tags
[    0.351277] pci 0000:01:00.1: supports D1 D2
[    0.351396] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.351593] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.351610] pci 0000:02:00.0: BAR 0 [io  0xd000-0xd0ff]
[    0.351635] pci 0000:02:00.0: BAR 2 [mem 0xd0a04000-0xd0a04fff 64bit pref]
[    0.351650] pci 0000:02:00.0: BAR 4 [mem 0xd0a00000-0xd0a03fff 64bit pref]
[    0.351730] pci 0000:02:00.0: supports D1 D2
[    0.351732] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.351851] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.351911] pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.351934] pci 0000:03:00.0: BAR 0 [mem 0xfe900000-0xfe907fff 64bit]
[    0.352043] pci 0000:03:00.0: PME# supported from D3cold
[    0.352131] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.352185] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
[    0.352201] pci 0000:04:00.0: BAR 0 [io  0xc050-0xc057]
[    0.352210] pci 0000:04:00.0: BAR 1 [io  0xc040-0xc043]
[    0.352219] pci 0000:04:00.0: BAR 2 [io  0xc030-0xc037]
[    0.352227] pci 0000:04:00.0: BAR 3 [io  0xc020-0xc023]
[    0.352236] pci 0000:04:00.0: BAR 4 [io  0xc000-0xc01f]
[    0.352244] pci 0000:04:00.0: BAR 5 [mem 0xfe800000-0xfe8001ff]
[    0.352369] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.352428] pci 0000:05:00.0: [1b21:1142] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.352452] pci 0000:05:00.0: BAR 0 [mem 0xfe700000-0xfe707fff 64bit]
[    0.352590] pci 0000:05:00.0: PME# supported from D3cold
[    0.352684] pci 0000:00:07.0: PCI bridge to [bus 05]
[    0.352701] pci_bus 0000:06: extended config space not accessible
[    0.352734] pci 0000:06:05.0: [8086:1229] type 00 class 0x020000 conventional PCI endpoint
[    0.352755] pci 0000:06:05.0: BAR 0 [mem 0xd0900000-0xd0900fff pref]
[    0.352767] pci 0000:06:05.0: BAR 1 [io  0xb000-0xb01f]
[    0.352778] pci 0000:06:05.0: BAR 2 [mem 0xfe600000-0xfe6fffff]
[    0.352818] pci 0000:06:05.0: ROM [mem 0xfe500000-0xfe5fffff pref]
[    0.352852] pci 0000:06:05.0: supports D1 D2
[    0.352856] pci 0000:06:05.0: PME# supported from D0 D1
[    0.352934] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
[    0.352943] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.352945] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.352946] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.352948] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.352950] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
[    0.352951] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.353402] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.353454] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.353510] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.353563] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.353607] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.353641] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.353675] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.353708] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.353891] ACPI: EC: interrupt unblocked
[    0.353893] ACPI: EC: event unblocked
[    0.353895] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.353897] ACPI: EC: GPE=0xa
[    0.353898] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.353900] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.353977] iommu: Default domain type: Translated
[    0.353977] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.353977] pps_core: LinuxPPS API ver. 1 registered
[    0.353977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.353977] PTP clock support registered
[    0.353977] EDAC MC: Ver: 3.0.0
[    0.353977] NetLabel: Initializing
[    0.353977] NetLabel:  domain hash size = 128
[    0.353977] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.353977] NetLabel:  unlabeled traffic allowed by default
[    0.353977] PCI: Using ACPI for IRQ routing
[    0.362567] PCI: pci_cache_line_size set to 64 bytes
[    0.362630] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.362632] e820: reserve RAM buffer [mem 0xba5d0000-0xbbffffff]
[    0.362634] e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
[    0.362635] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    0.362637] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    0.362638] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    0.362660] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.362660] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.362660] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.362660] vgaarb: loaded
[    0.362660] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.362660] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.365707] clocksource: Switched to clocksource tsc-early
[    0.366853] VFS: Disk quotas dquot_6.6.0
[    0.366905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.367097] AppArmor: AppArmor Filesystem Enabled
[    0.367113] pnp: PnP ACPI init
[    0.367192] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.367417] system 00:01: [io  0x040b] has been reserved
[    0.367419] system 00:01: [io  0x04d6] has been reserved
[    0.367424] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.367427] system 00:01: [io  0x0c14] has been reserved
[    0.367428] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.367430] system 00:01: [io  0x0c52] has been reserved
[    0.367432] system 00:01: [io  0x0c6c] has been reserved
[    0.367434] system 00:01: [io  0x0c6f] has been reserved
[    0.367435] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.367437] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.367439] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.367440] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.367442] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.367444] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.367445] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.367447] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.367449] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.367450] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.367453] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.367456] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.367459] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.367462] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.367465] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.367467] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.367469] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    0.367469] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.367469] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.367469] pnp 00:06: [dma 0 disabled]
[    0.367469] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.367469] pnp: PnP ACPI: found 9 devices
[    0.372767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.373010] NET: Registered PF_INET protocol family
[    0.373348] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.387755] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.387794] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.387941] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.388352] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.388630] TCP: Hash tables configured (established 131072 bind 65536)
[    0.388822] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.388916] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.388983] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.389078] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.389089] NET: Registered PF_XDP protocol family
[    0.389108] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.389113] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.389117] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.389120] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.389124] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.389127] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.389161] pci 0000:00:04.0:   bridge window [mem 0xd0a00000-0xd0afffff 64bit pref]
[    0.389165] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.389168] pci 0000:00:05.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.389173] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.389175] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.389179] pci 0000:00:06.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.389183] pci 0000:00:07.0: PCI bridge to [bus 05]
[    0.389186] pci 0000:00:07.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.389192] pci 0000:00:14.4: PCI bridge to [bus 06]
[    0.389194] pci 0000:00:14.4:   bridge window [io  0xb000-0xbfff]
[    0.389199] pci 0000:00:14.4:   bridge window [mem 0xfe500000-0xfe6fffff]
[    0.389202] pci 0000:00:14.4:   bridge window [mem 0xd0900000-0xd09fffff pref]
[    0.389209] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.389211] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.389213] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.389214] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.389216] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.389218] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xffffffff window]
[    0.389220] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.389221] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.389223] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd07fffff 64bit pref]
[    0.389225] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.389226] pci_bus 0000:02: resource 2 [mem 0xd0a00000-0xd0afffff 64bit pref]
[    0.389228] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.389230] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.389231] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.389233] pci_bus 0000:05: resource 1 [mem 0xfe700000-0xfe7fffff]
[    0.389235] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.389237] pci_bus 0000:06: resource 1 [mem 0xfe500000-0xfe6fffff]
[    0.389238] pci_bus 0000:06: resource 2 [mem 0xd0900000-0xd09fffff pref]
[    0.389240] pci_bus 0000:06: resource 4 [io  0x0000-0x03af window]
[    0.389242] pci_bus 0000:06: resource 5 [io  0x03e0-0x0cf7 window]
[    0.389243] pci_bus 0000:06: resource 6 [io  0x03b0-0x03df window]
[    0.389245] pci_bus 0000:06: resource 7 [io  0x0d00-0xffff window]
[    0.389246] pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.389248] pci_bus 0000:06: resource 9 [mem 0xc0000000-0xffffffff window]
[    0.405511] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x740 took 15826 usecs
[    0.421516] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x740 took 15514 usecs
[    0.437515] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x740 took 15504 usecs
[    0.453514] pci 0000:00:16.0: quirk_usb_early_handoff+0x0/0x740 took 15614 usecs
[    0.453668] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.453945] pci 0000:06:05.0: Firmware left e100 interrupts enabled; disabling
[    0.453950] PCI: CLS 64 bytes, default 64
[    0.454033] Trying to unpack rootfs image as initramfs...
[    0.454415] PCI-DMA: Disabling AGP.
[    0.454483] PCI-DMA: aperture base @ b4000000 size 65536 KB
[    0.454485] PCI-DMA: using GART IOMMU.
[    0.454486] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.455195] software IO TLB: tearing down default memory pool
[    0.457323] LVT offset 0 assigned for vector 0x400
[    0.457461] perf: AMD IBS detected (0x000000ff)
[    0.457787] amd_uncore: 4 amd_nb counters detected
[    0.458419] Initialise system trusted keyrings
[    0.458430] Key type blacklist registered
[    0.458518] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.458533] zbud: loaded
[    0.458886] fuse: init (API version 7.41)
[    0.459250] integrity: Platform Keyring initialized
[    0.459256] integrity: Machine keyring initialized
[    0.476601] Key type asymmetric registered
[    0.476603] Asymmetric key parser 'x509' registered
[    1.343785] Freeing initrd memory: 129768K
[    1.349105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.349197] io scheduler mq-deadline registered
[    1.350943] ledtrig-cpu: registered to indicate activity on CPUs
[    1.351596] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.352421] Could not retrieve perf counters (-19)
[    1.352624] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.352799] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.353651] Linux agpgart interface v0.103
[    1.354438] i8042: PNP: No PS/2 controller found.
[    1.354500] mousedev: PS/2 mouse device common for all mice
[    1.354524] rtc_cmos 00:03: RTC can wake from S4
[    1.354727] rtc_cmos 00:03: registered as rtc0
[    1.354749] rtc_cmos 00:03: setting system clock to 2025-03-08T09:44:09 UTC (1741427049)
[    1.354775] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.354784] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[    1.355332] NET: Registered PF_INET6 protocol family
[    1.360366] Segment Routing with IPv6
[    1.360383] In-situ OAM (IOAM) with IPv6
[    1.360418] mip6: Mobile IPv6
[    1.360422] NET: Registered PF_PACKET protocol family
[    1.360526] mpls_gso: MPLS GSO support
[    1.360537] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    1.360995] microcode: Current revision: 0x06000852
[    1.360997] microcode: Updated early from: 0x06000822
[    1.361121] IPI shorthand broadcast: enabled
[    1.363277] sched_clock: Marking stable (1357256822, 3850079)->(1650146752, -289039851)
[    1.363514] registered taskstats version 1
[    1.363645] Loading compiled-in X.509 certificates
[    1.385762] Loaded X.509 cert 'Build time autogenerated kernel key: a3e36bf22a91cf8b9a1cc970610f72bac8676bf6'
[    1.388104] Demotion targets for Node 0: null
[    1.388225] Key type .fscrypt registered
[    1.388226] Key type fscrypt-provisioning registered
[    1.407969] Key type encrypted registered
[    1.407974] AppArmor: AppArmor sha256 policy hashing enabled
[    1.407984] ima: No TPM chip found, activating TPM-bypass!
[    1.407986] ima: Allocated hash algorithm: sha256
[    1.407995] ima: No architecture policies found
[    1.408013] evm: Initialising EVM extended attributes:
[    1.408015] evm: security.selinux
[    1.408016] evm: security.SMACK64 (disabled)
[    1.408017] evm: security.SMACK64EXEC (disabled)
[    1.408018] evm: security.SMACK64TRANSMUTE (disabled)
[    1.408019] evm: security.SMACK64MMAP (disabled)
[    1.408020] evm: security.apparmor
[    1.408021] evm: security.ima
[    1.408021] evm: security.capability
[    1.408022] evm: HMAC attrs: 0x1
[    1.409614] RAS: Correctable Errors collector initialized.
[    1.421382] clk: Disabling unused clocks
[    1.421387] PM: genpd: Disabling unused power domains
[    1.423409] Freeing unused decrypted memory: 2028K
[    1.424176] Freeing unused kernel image (initmem) memory: 4136K
[    1.424203] Write protecting the kernel read-only data: 28672k
[    1.424522] Freeing unused kernel image (rodata/data gap) memory: 536K
[    1.463799] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.463803] Run /init as init process
[    1.463805]   with arguments:
[    1.463806]     /init
[    1.463807]   with environment:
[    1.463808]     HOME=/
[    1.463809]     TERM=linux
[    1.463810]     BOOT_IMAGE=/boot/vmlinuz-6.12.12-amd64
[    1.483868] tsc: Refined TSC clocksource calibration: 4013.633 MHz
[    1.483876] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39daab5ab71, max_idle_ns: 440795259767 ns
[    1.483930] clocksource: Switched to clocksource tsc
[    1.576092] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.586874] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.586885] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[    1.587859] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.588732] i2c i2c-0: Successfully instantiated SPD at 0x51
[    1.592763] i2c i2c-0: Successfully instantiated SPD at 0x52
[    1.593334] i2c i2c-0: Successfully instantiated SPD at 0x53
[    1.593407] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    1.598483] e100: Intel(R) PRO/100 Network Driver
[    1.598486] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.598693] SCSI subsystem initialized
[    1.609315] ACPI: bus type USB registered
[    1.609350] usbcore: registered new interface driver usbfs
[    1.609361] usbcore: registered new interface driver hub
[    1.609387] usbcore: registered new device driver usb
[    1.625509] e100 0000:06:05.0 eth0: addr 0xd0900000, irq 20, MAC addr 00:a0:c9:98:b5:82
[    1.625527] ACPI: button: Power Button [PWRB]
[    1.625586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.625749] ACPI: button: Power Button [PWRF]
[    1.638849] ACPI: bus type drm_connector registered
[    1.647806] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.647894] libata version 3.00 loaded.
[    1.648598] e100 0000:06:05.0 enp6s5: renamed from eth0
[    1.652348] r8169 0000:02:00.0 eth0: RTL8168f/8111f, 40:16:7e:25:95:a1, XID 480, IRQ 32
[    1.652356] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.653063] QUIRK: Enable AMD PLL fix
[    1.653091] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.653098] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.653103] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.653113] ehci-pci 0000:00:12.2: debug port 1
[    1.653151] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.654452] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    1.663868] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.663938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.663941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.663943] usb usb1: Product: EHCI Host Controller
[    1.663944] usb usb1: Manufacturer: Linux 6.12.12-amd64 ehci_hcd
[    1.663946] usb usb1: SerialNumber: 0000:00:12.2
[    1.664098] hub 1-0:1.0: USB hub found
[    1.664108] hub 1-0:1.0: 5 ports detected
[    1.664311] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.664317] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 2
[    1.664321] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.664331] ehci-pci 0000:00:16.2: debug port 1
[    1.664367] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    1.676349] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.676404] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.676407] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.676409] usb usb2: Product: EHCI Host Controller
[    1.676411] usb usb2: Manufacturer: Linux 6.12.12-amd64 ehci_hcd
[    1.676412] usb usb2: SerialNumber: 0000:00:16.2
[    1.676538] hub 2-0:1.0: USB hub found
[    1.676547] hub 2-0:1.0: 4 ports detected
[    1.676718] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.676724] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
[    1.676728] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.676737] ehci-pci 0000:00:13.2: debug port 1
[    1.676776] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    1.688202] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.688258] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.688261] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.688263] usb usb3: Product: EHCI Host Controller
[    1.688265] usb usb3: Manufacturer: Linux 6.12.12-amd64 ehci_hcd
[    1.688266] usb usb3: SerialNumber: 0000:00:13.2
[    1.688392] hub 3-0:1.0: USB hub found
[    1.688401] hub 3-0:1.0: 5 ports detected
[    1.688581] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.688588] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[    1.823807] xhci_hcd 0000:03:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
[    1.824268] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.824275] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.824313] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.824428] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.824436] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
[    1.824440] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[    1.824513] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.824516] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.824519] usb usb4: Product: xHCI Host Controller
[    1.824520] usb usb4: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    1.824522] usb usb4: SerialNumber: 0000:03:00.0
[    1.824654] hub 4-0:1.0: USB hub found
[    1.824666] hub 4-0:1.0: 2 ports detected
[    1.824867] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.824906] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    1.824909] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.824911] usb usb6: Product: xHCI Host Controller
[    1.824912] usb usb6: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    1.824914] usb usb6: SerialNumber: 0000:03:00.0
[    1.825027] hub 6-0:1.0: USB hub found
[    1.825038] hub 6-0:1.0: 2 ports detected
[    1.825322] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    1.825336] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 7
[    1.885709] ahci 0000:00:11.0: version 3.0
[    1.885836] ahci 0000:00:11.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
[    1.885839] ahci 0000:00:11.0: 3/3 ports implemented (port mask 0x38)
[    1.885841] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.890537] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    1.890540] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.890542] usb usb5: Product: OHCI PCI host controller
[    1.890544] usb usb5: Manufacturer: Linux 6.12.12-amd64 ohci_hcd
[    1.890545] usb usb5: SerialNumber: 0000:00:12.0
[    1.890614] scsi host0: ahci
[    1.890810] hub 5-0:1.0: USB hub found
[    1.890821] hub 5-0:1.0: 5 ports detected
[    1.891094] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.891099] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 8
[    1.891123] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    1.891186] scsi host1: ahci
[    1.891246] xhci_hcd 0000:05:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800010
[    1.891331] scsi host2: ahci
[    1.891469] scsi host3: ahci
[    1.891608] scsi host4: ahci
[    1.891756] scsi host5: ahci
[    1.891808] ata1: DUMMY
[    1.891810] ata2: DUMMY
[    1.891811] ata3: DUMMY
[    1.891813] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19 lpm-pol 3
[    1.891815] ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19 lpm-pol 3
[    1.891818] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19 lpm-pol 3
[    1.891883] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    1.891888] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 9
[    1.891892] xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
[    1.892019] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.892041] ahci 0000:04:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
[    1.892043] ahci 0000:04:00.0: 2/2 ports implemented (port mask 0x3)
[    1.892045] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.892316] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.892319] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.892321] usb usb7: Product: xHCI Host Controller
[    1.892322] usb usb7: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    1.892324] usb usb7: SerialNumber: 0000:05:00.0
[    1.892365] scsi host6: ahci
[    1.892544] scsi host7: ahci
[    1.892603] ata7: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800100 irq 52 lpm-pol 0
[    1.892606] ata8: SATA max UDMA/133 abar m512@0xfe800000 port 0xfe800180 irq 52 lpm-pol 0
[    1.892643] hub 7-0:1.0: USB hub found
[    1.892655] hub 7-0:1.0: 2 ports detected
[    1.892788] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.892816] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    1.892819] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.892820] usb usb9: Product: xHCI Host Controller
[    1.892822] usb usb9: Manufacturer: Linux 6.12.12-amd64 xhci-hcd
[    1.892823] usb usb9: SerialNumber: 0000:05:00.0
[    1.892936] hub 9-0:1.0: USB hub found
[    1.892946] hub 9-0:1.0: 2 ports detected
[    1.948008] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    1.948013] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.948015] usb usb8: Product: OHCI PCI host controller
[    1.948016] usb usb8: Manufacturer: Linux 6.12.12-amd64 ohci_hcd
[    1.948018] usb usb8: SerialNumber: 0000:00:13.0
[    1.948161] hub 8-0:1.0: USB hub found
[    1.948173] hub 8-0:1.0: 5 ports detected
[    1.948486] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.948492] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 10
[    1.948516] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.991518] [drm] radeon kernel modesetting enabled.
[    1.991644] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    1.992712] Console: switching to colour dummy device 80x25
[    1.992809] [drm] initializing kernel modesetting (HAWAII 0x1002:0x67B1 0x174B:0xE285 0x00).
[    1.992824] [drm] doorbell mmio base: 0xD0000000
[    1.992825] [drm] doorbell mmio size: 8388608
[    1.992885] ATOM BIOS: C67111
[    1.992951] radeon 0000:01:00.0: VRAM: 4096M 0x0000000000000000 - 0x00000000FFFFFFFF (4096M used)
[    1.992954] radeon 0000:01:00.0: GTT: 2048M 0x0000000100000000 - 0x000000017FFFFFFF
[    1.992957] [drm] Detected VRAM RAM=4096M, BAR=256M
[    1.992959] [drm] RAM width 512bits DDR
[    1.993039] [drm] radeon: 4096M of VRAM memory ready
[    1.993041] [drm] radeon: 2048M of GTT memory ready.
[    1.993047] [drm] Loading hawaii Microcode
[    1.994325] [drm] Internal thermal controller with fan control
[    2.015842] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    2.015846] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.015848] usb usb10: Product: OHCI PCI host controller
[    2.015849] usb usb10: Manufacturer: Linux 6.12.12-amd64 ohci_hcd
[    2.015869] usb usb10: SerialNumber: 0000:00:14.5
[    2.015962] [drm] radeon: dpm initialized
[    2.016023] hub 10-0:1.0: USB hub found
[    2.016033] hub 10-0:1.0: 2 ports detected
[    2.016285] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.016290] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
[    2.016317] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    2.017483] [drm] Found UVD firmware Version: 1.64 Family ID: 9
[    2.018403] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[    2.018409] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    2.030428] [drm] PCIE gen 2 link speeds already enabled
[    2.069639] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
[    2.069794] radeon 0000:01:00.0: WB enabled
[    2.069804] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000100000c00
[    2.069807] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000100000c04
[    2.069809] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000100000c08
[    2.069811] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000100000c0c
[    2.069812] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000100000c10
[    2.071318] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
[    2.071867] radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x0000000100000c18
[    2.071870] radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x0000000100000c1c
[    2.075977] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    2.075980] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.075982] usb usb11: Product: OHCI PCI host controller
[    2.075984] usb usb11: Manufacturer: Linux 6.12.12-amd64 ohci_hcd
[    2.075985] usb usb11: SerialNumber: 0000:00:16.0
[    2.076228] hub 11-0:1.0: USB hub found
[    2.076238] hub 11-0:1.0: 4 ports detected
[    2.076613] radeon 0000:01:00.0: radeon: using MSI.
[    2.076640] [drm] radeon: irq initialized.
[    2.079005] [drm] ring test on 0 succeeded in 3 usecs
[    2.079077] [drm] ring test on 1 succeeded in 3 usecs
[    2.079093] [drm] ring test on 2 succeeded in 3 usecs
[    2.079264] [drm] ring test on 3 succeeded in 5 usecs
[    2.079272] [drm] ring test on 4 succeeded in 5 usecs
[    2.125153] [drm] ring test on 5 succeeded in 2 usecs
[    2.145057] [drm] UVD initialized successfully.
[    2.203810] ata7: SATA link down (SStatus 0 SControl 300)
[    2.254277] usb 5-1: new full-speed USB device number 2 using ohci-pci
[    2.254300] usb 7-1: new high-speed USB device number 2 using xhci_hcd
[    2.254406] [drm] ring test on 6 succeeded in 20 usecs
[    2.254419] [drm] ring test on 7 succeeded in 4 usecs
[    2.254421] [drm] VCE initialized successfully.
[    2.254780] usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.255418] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.255568] [drm] ib test on ring 1 succeeded in 0 usecs
[    2.255712] [drm] ib test on ring 2 succeeded in 0 usecs
[    2.255860] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.256009] [drm] ib test on ring 4 succeeded in 0 usecs
[    2.291678] usb 6-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[    2.291682] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.291684] usb 6-1: Product:  SanDisk 3.2Gen1
[    2.291686] usb 6-1: Manufacturer:  USB
[    2.291687] usb 6-1: SerialNumber: 0101cea8be0f071073bd93ad1c6cc31c54716c100dd1a7bd5d332db640532c41f77f000000000000000000005e32fe3b00184a0081558107acb0d60d
[    2.359990] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.360029] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.360064] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.360529] ata4.00: ATA-7: MAXTOR STM3250310AS, 3.AAC, max UDMA/133
[    2.360533] ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32)
[    2.360544] ata5.00: ATAPI: ASUS    BC-12D2HT, 1.00, max UDMA/100
[    2.361109] ata5.00: configured for UDMA/100
[    2.361186] ata6.00: ATA-8: ST31000528AS, CC38, max UDMA/133
[    2.361190] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32)
[    2.361259] ata4.00: configured for UDMA/133
[    2.362536] ata6.00: configured for UDMA/133
[    2.374703] scsi 3:0:0:0: Direct-Access     ATA      MAXTOR STM325031 C    PQ: 0 ANSI: 5
[    2.375735] scsi 4:0:0:0: CD-ROM            ASUS     BC-12D2HT        1.00 PQ: 0 ANSI: 5
[    2.444498] scsi 5:0:0:0: Direct-Access     ATA      ST31000528AS     CC38 PQ: 0 ANSI: 5
[    2.470596] usb 5-1: New USB device found, idVendor=145f, idProduct=026e, bcdDevice= 1.00
[    2.470609] usb 5-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.470615] usb 5-1: Product: GXT 133 Gaming Mouse
[    2.472596] usb 7-1: New USB device found, idVendor=045e, idProduct=076d, bcdDevice= 1.03
[    2.472608] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.472614] usb 7-1: Product: Microsoft® LifeCam HD-5000
[    2.472619] usb 7-1: Manufacturer: Microsoft
[    2.659961] usb 7-2: new full-speed USB device number 3 using xhci_hcd
[    2.755748] ata8: SATA link down (SStatus 0 SControl 300)
[    2.763509] sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.763521] sd 3:0:0:0: [sda] Write Protect is off
[    2.763524] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.763529] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.763538] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.763542] sd 5:0:0:0: [sdb] Write Protect is off
[    2.763546] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.763564] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.763566] sd 3:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    2.763596] sd 5:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[    2.765954] usb-storage 6-1:1.0: USB Mass Storage device detected
[    2.766165] scsi host8: usb-storage 6-1:1.0
[    2.766290] usbcore: registered new interface driver usb-storage
[    2.792003] [drm] ib test on ring 5 succeeded
[    2.809450]  sdb: sdb1 sdb2 sdb3
[    2.809607] sd 5:0:0:0: [sdb] Attached SCSI disk
[    2.812836] [drm] ib test on ring 6 succeeded
[    2.813656] [drm] ib test on ring 7 succeeded
[    2.813897] [drm] Radeon Display Connectors
[    2.813898] [drm] Connector 0:
[    2.813899] [drm]   DP-1
[    2.813900] [drm]   HPD2
[    2.813901] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    2.813903] [drm]   Encoders:
[    2.813904] [drm]     DFP1: INTERNAL_UNIPHY2
[    2.813905] [drm] Connector 1:
[    2.813906] [drm]   HDMI-A-1
[    2.813907] [drm]   HPD3
[    2.813907] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    2.813909] [drm]   Encoders:
[    2.813910] [drm]     DFP2: INTERNAL_UNIPHY2
[    2.813911] [drm] Connector 2:
[    2.813912] [drm]   DVI-D-1
[    2.813912] [drm]   HPD1
[    2.813913] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[    2.813915] [drm]   Encoders:
[    2.813915] [drm]     DFP3: INTERNAL_UNIPHY1
[    2.813916] [drm] Connector 3:
[    2.813917] [drm]   DVI-D-2
[    2.813918] [drm]   HPD6
[    2.813918] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    2.813920] [drm]   Encoders:
[    2.813921] [drm]     DFP4: INTERNAL_UNIPHY
[    2.822241] [drm] Initialized radeon 2.50.0 for 0000:01:00.0 on minor 0
[    2.846806]  sda: sda1 sda2 < sda5 sda6 sda7 > sda3
[    2.847316] sd 3:0:0:0: [sda] Attached SCSI disk
[    2.848262] sr 4:0:0:0: [sr0] scsi3-mmc drive: 153x/204x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.848266] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.849552] usbcore: registered new interface driver uas
[    2.850034] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    2.991125] [drm] fb mappable at 0xC0731000
[    2.991129] [drm] vram apper at 0xC0000000
[    2.991130] [drm] size 8294400
[    2.991131] [drm] fb depth is 24
[    2.991132] [drm]    pitch is 7680
[    2.991284] fbcon: radeondrmfb (fb0) is primary device
[    3.043904] usb 5-2: new low-speed USB device number 3 using ohci-pci
[    3.068193] usb 7-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    3.068197] usb 7-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.081512] Console: switching to colour frame buffer device 128x48
[    3.083661] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[    3.239475] usb 5-2: New USB device found, idVendor=046d, idProduct=c328, bcdDevice=86.00
[    3.239481] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.239484] usb 5-2: Product: USB Keyboard
[    3.239486] usb 5-2: Manufacturer: Logitech
[    3.256279] hid: raw HID events driver (C) Jiri Kosina
[    3.280664] usbcore: registered new interface driver usbhid
[    3.280668] usbhid: USB HID core driver
[    3.283003] input: GXT 133 Gaming Mouse as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/0003:145F:026E.0001/input/input2
[    3.283101] hid-generic 0003:145F:026E.0001: input,hidraw0: USB HID v1.11 Mouse [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input0
[    3.283372] input: GXT 133 Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.1/0003:145F:026E.0002/input/input4
[    3.336018] hid-generic 0003:145F:026E.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [GXT 133 Gaming Mouse] on usb-0000:00:12.0-1/input1
[    3.336257] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.0/0003:046D:C328.0003/input/input5
[    3.463977] hid-generic 0003:046D:C328.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:12.0-2/input0
[    3.464190] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.1/0003:046D:C328.0004/input/input6
[    3.519933] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.1/0003:046D:C328.0004/input/input7
[    3.520038] hid-generic 0003:046D:C328.0004: input,hiddev1,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:12.0-2/input1
[    6.849651] scsi 8:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[    6.859361] sd 8:0:0:0: [sdc] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
[    6.860357] [drm] amdgpu kernel modesetting enabled.
[    6.860460] amdgpu: Virtual CRAT table created for CPU
[    6.860473] amdgpu: Topology: Add CPU node
[    6.860765] sd 8:0:0:0: [sdc] Write Protect is off
[    6.860770] sd 8:0:0:0: [sdc] Mode Sense: 43 00 00 00
[    6.861485] sd 8:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    6.894656]  sdc: sdc1
[    6.894799] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[    7.200323] EXT4-fs (sdc1): mounted filesystem 09da5eff-1c28-4347-8069-2b4ced47d9ca ro with ordered data mode. Quota mode: none.
[    7.324251] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    7.423960] random: crng init done
[    7.584680] systemd[1]: Inserted module 'autofs4'
[    7.634214] systemd[1]: systemd 257.3-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    7.634222] systemd[1]: Detected architecture x86-64.
[    7.641494] systemd[1]: Hostname set to <gwaihir>.
[    7.959788] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    8.317319] systemd[1]: Queued start job for default target graphical.target.
[    8.349229] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    8.349629] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    8.349882] systemd[1]: Created slice user.slice - User and Session Slice.
[    8.349941] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    8.350097] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    8.350140] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    8.350157] systemd[1]: Reached target slices.target - Slice Units.
[    8.350180] systemd[1]: Reached target swap.target - Swaps.
[    8.358380] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    8.358462] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    8.358551] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    8.358641] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    8.358669] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.358685] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.358759] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    8.358815] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    8.361298] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    8.362133] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    8.362894] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    8.363570] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    8.364433] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    8.366021] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[    8.367771] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    8.369956] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    8.371096] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    8.373956] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    8.375054] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    8.377269] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    8.377359] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    8.377393] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    8.379131] systemd[1]: Starting systemd-journald.service - Journal Service...
[    8.383443] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    8.383468] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.384426] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    8.384475] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.385338] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    8.386175] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    8.388324] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    8.388654] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.388827] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    8.389173] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.389373] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    8.390271] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    8.391111] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    8.412460] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.412676] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    8.413589] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.428293] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    8.428505] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    8.451414] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    8.451550] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    8.451665] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    8.451769] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    8.451888] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    8.451995] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[    8.452349] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    8.453182] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    8.453295] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    8.456502] systemd-journald[367]: Collecting audit messages is disabled.
[    8.472310] lp: driver loaded but no devices found
[    8.479067] ppdev: user-space parallel port driver
[    8.488491] EXT4-fs (sdc1): re-mounted 09da5eff-1c28-4347-8069-2b4ced47d9ca r/w. Quota mode: none.
[    8.489518] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    8.498994] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    8.499057] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.499977] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    8.499997] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.500401] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    8.501467] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.505953] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    8.506106] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    8.528753] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    8.545506] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    8.546698] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    8.559454] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.580460] systemd-journald[367]: Received client request to flush runtime journal.
[    8.956800] audit: type=1400 audit(1741427057.097:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=442 comm="apparmor_parser"
[    8.957702] audit: type=1400 audit(1741427057.097:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=440 comm="apparmor_parser"
[    8.963822] audit: type=1400 audit(1741427057.101:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=436 comm="apparmor_parser"
[    8.964636] audit: type=1400 audit(1741427057.105:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=437 comm="apparmor_parser"
[    8.964639] audit: type=1400 audit(1741427057.105:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=437 comm="apparmor_parser"
[    8.974241] audit: type=1400 audit(1741427057.113:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=439 comm="apparmor_parser"
[    8.976039] audit: type=1400 audit(1741427057.117:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=438 comm="apparmor_parser"
[    8.976044] audit: type=1400 audit(1741427057.117:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=438 comm="apparmor_parser"
[    8.976046] audit: type=1400 audit(1741427057.117:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=438 comm="apparmor_parser"
[    9.030758] audit: type=1400 audit(1741427057.169:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=444 comm="apparmor_parser"
[    9.729945] acpi_cpufreq: overriding BIOS provided _PSD data
[    9.752175] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    9.773747] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    9.775461] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    9.777882] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    9.781447] sd 8:0:0:0: Attached scsi generic sg3 type 0
[    9.783928] cryptd: max_cpu_qlen set to 1000
[    9.796002] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    9.800071] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    9.822924] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    9.823200] asus_wmi: ASUS WMI generic driver loaded
[    9.824486] mc: Linux media interface: v0.10
[    9.829007] asus_wmi: Initialization: 0x0
[    9.829036] asus_wmi: BIOS WMI version: 0.9
[    9.829082] asus_wmi: SFUN value: 0x0
[    9.829086] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    9.830418] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
[    9.839947] AES CTR mode by8 optimization enabled
[    9.855452] at24 0-0050: supply vcc not found, using dummy regulator
[    9.857907] at24 0-0050: 256 byte spd EEPROM, read-only
[    9.857951] at24 0-0051: supply vcc not found, using dummy regulator
[    9.859958] at24 0-0051: 256 byte spd EEPROM, read-only
[    9.859995] at24 0-0052: supply vcc not found, using dummy regulator
[    9.861883] at24 0-0052: 256 byte spd EEPROM, read-only
[    9.861909] at24 0-0053: supply vcc not found, using dummy regulator
[    9.863711] at24 0-0053: 256 byte spd EEPROM, read-only
[    9.904289] Bluetooth: Core ver 2.22
[    9.904316] NET: Registered PF_BLUETOOTH protocol family
[    9.904318] Bluetooth: HCI device and connection manager initialized
[    9.904324] Bluetooth: HCI socket layer initialized
[    9.904327] Bluetooth: L2CAP socket layer initialized
[    9.904332] Bluetooth: SCO socket layer initialized
[    9.926043] videodev: Linux video capture interface: v2.00
[   10.038973] usbcore: registered new interface driver btusb
[   10.072341] Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
[   10.072346] Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
[   10.077151] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[   10.152440] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops radeon_audio_component_bind_ops [radeon])
[   10.159514] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input10
[   10.159571] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input11
[   10.159640] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input12
[   10.159690] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input13
[   10.159756] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input14
[   10.159817] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input15
[   10.174893] usbcore: registered new interface driver snd-usb-audio
[   10.175677] usb 7-1: Found UVC 1.00 device Microsoft® LifeCam HD-5000 (045e:076d)
[   10.182627] usbcore: registered new interface driver uvcvideo
[   10.458279] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   10.458286] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.458290] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   10.458293] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   10.458295] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
[   10.458297] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   10.458299] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   10.458302] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   10.458304] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   10.472916] kvm_amd: TSC scaling supported
[   10.472920] kvm_amd: Nested Virtualization enabled
[   10.472921] kvm_amd: Nested Paging enabled
[   10.472922] kvm_amd: LBR virtualization supported
[   10.481506] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input16
[   10.481574] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input17
[   10.481664] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input18
[   10.481759] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card1/input19
[   10.481827] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card1/input20
[   10.481907] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card1/input21
[   10.483047] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card1/input22
[   10.484969] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input23
[   10.498457] MCE: In-kernel MCE decoding enabled.
[   11.137626] NET: Registered PF_QIPCRTR protocol family
[   11.410926] RTL8211E Gigabit Ethernet r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[   11.627263] r8169 0000:02:00.0 enp2s0: Link is Down
[   13.799200] snd_hda_codec_hdmi hdaudioC2D0: HDMI: audio coding xtype 0 not expected
[   13.904264] snd_hda_codec_hdmi hdaudioC2D0: HDMI: audio coding xtype 0 not expected
[   24.487263] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux