XPost: linux.debian.kernel
Package: linux-image-6.12.38+deb12-amd64
Followup-For: Bug #1110193
X-Debbugs-Cc:
[email protected]
[Hey Ben!]
Strangely, this seems to have resolved itself; I am no longer seeing the slowdown. I don't know if anything changed, or if I am just hitting some
sort of race condition.
One nugget; when I was testing this the other day - replacing r8169 with
r8168 on a *running* system (ie: removing the r8169 module, installing
r8168 and reconfiguring the interface) did not seem to help - I still
saw slowness. Which led me to suspect it was something in the boot-time initialisation of the card causing the issue.
Here's the requested information, for completeness in any case:
lugh ~ (1010) # lspci -vnn -s 2c:00.0
2c:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
Flags: bus master, fast devsel, latency 0, IRQ 19, IOMMU group 15
I/O ports at 3000 [size=256]
Memory at 5e204000 (64-bit, non-prefetchable) [size=4K]
Memory at 5e200000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
Capabilities: [170] Latency Tolerance Reporting
Capabilities: [178] L1 PM Substates
Kernel driver in use: r8169
Kernel modules: r8169
lugh ~ (1011) # dmesg
[ 0.000000] Linux version 6.12.38+deb12-amd64 (
[email protected]) (x86_64-linux-gnu-gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1~bpo12+1 (2025-07-27)
[ 0.000000] Command line: root=zfs:rpool/debian loglevel=4 spl.spl_hostid=0x00bab10c
[ 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 0x0000000000000400-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000040317fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040318000-0x0000000043417fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000043418000-0x0000000043500fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000043501000-0x0000000043606fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000043607000-0x0000000043efefff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000043eff000-0x0000000043efffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000043f00000-0x0000000049ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000004a200000-0x000000004a3fffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000004b000000-0x00000000503fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000006afbfffff] usable
[ 0.000000] random: crng init done
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x00102000-0x0010200f] usable ==> usable
[ 0.000000] e820: update [mem 0x00100000-0x0010006f] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000400-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010006f] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100070-0x0000000000101fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000102000-0x000000000010200f] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000102010-0x0000000040317fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000040318000-0x0000000043417fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000043418000-0x0000000043500fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x0000000043501000-0x0000000043606fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000043607000-0x0000000043efefff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000043eff000-0x0000000043efffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000043f00000-0x0000000049ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000004a200000-0x000000004a3fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000004b000000-0x00000000503fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000006afbfffff] usable
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x43582000 ACPI 2.0=0x43582014 TPMFinalLog=0x43551000 SMBIOS=0x43c9c000 SMBIOS 3.0=0x43c9b000 ESRT=0x3c859518 INITRD=0x37a61e18 TPMEventLog=0x43442018
[ 0.000000] efi: Remove mem01: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Not removing mem02: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem03: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem06: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem07: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem08: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 3.4.0 present.
[ 0.000000] DMI: GMKtec NucBox K3 Pro/GMKtec, BIOS GMK_K3Pro-1130 11/30/2023 [ 0.000000] DMI: Memory slots populated: 8/8
[ 0.000000] tsc: Detected 2700.000 MHz processor
[ 0.000000] tsc: Detected 2688.000 MHz TSC
[ 0.000576] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000577] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000583] last_pfn = 0x6afc00 max_arch_pfn = 0x400000000
[ 0.000586] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000588] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000890] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.000891] last_pfn = 0x43f00 max_arch_pfn = 0x400000000
[ 0.010147] esrt: Reserving ESRT space from 0x000000003c859518 to 0x000000003c8595a0.
[ 0.010151] e820: update [mem 0x3c859000-0x3c859fff] usable ==> reserved
[ 0.010159] Using GB pages for direct mapping
[ 0.010472] RAMDISK: [mem 0x6a8a9e000-0x6ac3fffff]
[ 0.010476] ACPI: Early table checksum verification disabled
[ 0.010478] ACPI: RSDP 0x0000000043582014 000024 (v02 ALASKA)
[ 0.010481] ACPI: XSDT 0x0000000043581728 000114 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010485] ACPI: FACP 0x00000000434F6000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.010489] ACPI: DSDT 0x000000004348D000 068BD8 (v02 ALASKA A M I 01072009 INTL 20200717)
[ 0.010491] ACPI: FACS 0x0000000043605000 000040
[ 0.010493] ACPI: SSDT 0x00000000434F7000 00734F (v02 DptfTb DptfTabl 00001000 INTL 20200717)
[ 0.010495] ACPI: FIDT 0x000000004348C000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010497] ACPI: SSDT 0x0000000043500000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.010499] ACPI: SSDT 0x0000000043486000 005D0B (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.010501] ACPI: SSDT 0x0000000043483000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.010503] ACPI: SSDT 0x000000004347F000 0033D3 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.010505] ACPI: SSDT 0x0000000043471000 00D39F (v02 INTEL TcssSsdt 00001000 INTL 20200717)
[ 0.010507] ACPI: HPET 0x00000000434FF000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010509] ACPI: APIC 0x0000000043470000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.010510] ACPI: MCFG 0x000000004346F000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010512] ACPI: SSDT 0x0000000043465000 00917F (v02 ALASKA AdlP_Rvp 00001000 INTL 20200717)
[ 0.010514] ACPI: SSDT 0x0000000043463000 001E2C (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
[ 0.010516] ACPI: UEFI 0x0000000043538000 000048 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010518] ACPI: NHLT 0x0000000043461000 001B37 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.010520] ACPI: LPIT 0x0000000043460000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010521] ACPI: SSDT 0x000000004345C000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
[ 0.010523] ACPI: SSDT 0x0000000043459000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[ 0.010525] ACPI: DBGP 0x0000000043458000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010527] ACPI: DBG2 0x0000000043457000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.010529] ACPI: SSDT 0x0000000043455000 001919 (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
[ 0.010531] ACPI: DMAR 0x0000000043454000 000088 (v02 INTEL EDK2 00000002 01000013)
[ 0.010533] ACPI: SSDT 0x0000000043453000 000B82 (v02 INTEL xh_adlLP 00000000 INTL 20200717)
[ 0.010535] ACPI: SSDT 0x000000004344F000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.010536] ACPI: SSDT 0x000000004344B000 0035A2 (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.010538] ACPI: SSDT 0x000000004344A000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
[ 0.010540] ACPI: TPM2 0x0000000043449000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.010542] ACPI: PHAT 0x0000000043448000 0005D1 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.010544] ACPI: WSMT 0x000000004345F000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010546] ACPI: FPDT 0x0000000043447000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.010547] ACPI: Reserving FACP table memory at [mem 0x434f6000-0x434f6113] [ 0.010548] ACPI: Reserving DSDT table memory at [mem 0x4348d000-0x434f5bd7] [ 0.010549] ACPI: Reserving FACS table memory at [mem 0x43605000-0x4360503f] [ 0.010549] ACPI: Reserving SSDT table memory at [mem 0x434f7000-0x434fe34e] [ 0.010550] ACPI: Reserving FIDT table memory at [mem 0x4348c000-0x4348c09b] [ 0.010551] ACPI: Reserving SSDT table memory at [mem 0x43500000-0x4350038b] [ 0.010551] ACPI: Reserving SSDT table memory at [mem 0x43486000-0x4348bd0a] [ 0.010552] ACPI: Reserving SSDT table memory at [mem 0x43483000-0x43485aa0] [ 0.010552] ACPI: Reserving SSDT table memory at [mem 0x4347f000-0x434823d2] [ 0.010553] ACPI: Reserving SSDT table memory at [mem 0x43471000-0x4347e39e] [ 0.010553] ACPI: Reserving HPET table memory at [mem 0x434ff000-0x434ff037] [ 0.010554] ACPI: Reserving APIC table memory at [mem 0x43470000-0x434701db] [ 0.010554] ACPI: Reserving MCFG table memory at [mem 0x4346f000-0x4346f03b] [ 0.010555] ACPI: Reserving SSDT table memory at [mem 0x43465000-0x4346e17e] [ 0.010555] ACPI: Reserving SSDT table memory at [mem 0x43463000-0x43464e2b] [ 0.010556] ACPI: Reserving UEFI table memory at [mem 0x43538000-0x43538047] [ 0.010557] ACPI: Reserving NHLT table memory at [mem 0x43461000-0x43462b36] [ 0.010557] ACPI: Reserving LPIT table memory at [mem 0x43460000-0x434600cb] [ 0.010558] ACPI: Reserving SSDT table memory at [mem 0x4345c000-0x4345ea82] [ 0.010558] ACPI: Reserving SSDT table memory at [mem 0x43459000-0x4345b356] [ 0.010559] ACPI: Reserving DBGP table memory at [mem 0x43458000-0x43458033] [ 0.010559] ACPI: Reserving DBG2 table memory at [mem 0x43457000-0x43457053] [ 0.010560] ACPI: Reserving SSDT table memory at [mem 0x43455000-0x43456918] [ 0.010560] ACPI: Reserving DMAR table memory at [mem 0x43454000-0x43454087] [ 0.010561] ACPI: Reserving SSDT table memory at [mem 0x43453000-0x43453b81] [ 0.010561] ACPI: Reserving SSDT table memory at [mem 0x4344f000-0x43452ae9] [ 0.010562] ACPI: Reserving SSDT table memory at [mem 0x4344b000-0x4344e5a1] [ 0.010562] ACPI: Reserving SSDT table memory at [mem 0x4344a000-0x4344a143] [ 0.010563] ACPI: Reserving TPM2 table memory at [mem 0x43449000-0x4344904b] [ 0.010564] ACPI: Reserving PHAT table memory at [mem 0x43448000-0x434485d0] [ 0.010564] ACPI: Reserving WSMT table memory at [mem 0x4345f000-0x4345f027] [ 0.010565] ACPI: Reserving FPDT table memory at [mem 0x43447000-0x43447043] [ 0.010599] APIC: Switched APIC routing to: cluster x2apic
[ 0.010738] No NUMA configuration found
[ 0.010738] Faking a node at [mem 0x0000000000000000-0x00000006afbfffff]
[ 0.010743] NODE_DATA(0) allocated [mem 0x6afbd5680-0x6afbfffff]
[ 0.010885] Zone ranges:
[ 0.010886] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.010887] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.010888] Normal [mem 0x0000000100000000-0x00000006afbfffff]
[ 0.010889] Device empty
[ 0.010889] Movable zone start for each node
[ 0.010890] Early memory node ranges
[ 0.010890] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.010892] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.010892] node 0: [mem 0x0000000000100000-0x0000000040317fff]
[ 0.010893] node 0: [mem 0x0000000043eff000-0x0000000043efffff]
[ 0.010893] node 0: [mem 0x0000000100000000-0x00000006afbfffff]
[ 0.010895] Initmem setup node 0 [mem 0x0000000000001000-0x00000006afbfffff] [ 0.010900] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010901] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010914] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.011830] On node 0, zone DMA32: 15335 pages in unavailable ranges
[ 0.012076] On node 0, zone Normal: 16640 pages in unavailable ranges
[ 0.012083] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.012103] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[ 0.013189] ACPI: PM-Timer IO Port: 0x1808
[ 0.013195] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.013196] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.013197] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.013197] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.013198] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.013198] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.013198] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.013199] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.013199] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.013200] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.013200] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.013201] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.013201] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.013201] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.013202] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.013202] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.013203] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.013203] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.013204] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.013204] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.013204] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.013205] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.013205] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.013206] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.013241] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.013243] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.013244] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.013247] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.013248] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.013249] TSC deadline timer available
[ 0.013252] CPU topo: Max. logical packages: 1
[ 0.013253] CPU topo: Max. logical dies: 1
[ 0.013253] CPU topo: Max. dies per package: 1
[ 0.013256] CPU topo: Max. threads per core: 2
[ 0.013257] CPU topo: Num. cores per package: 10
[ 0.013257] CPU topo: Num. threads per package: 16
[ 0.013258] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[ 0.013269] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.013271] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.013272] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.013273] PM: hibernation: Registered nosave memory: [mem 0x3c859000-0x3c859fff]
[ 0.013274] PM: hibernation: Registered nosave memory: [mem 0x40318000-0x43efefff]
[ 0.013275] PM: hibernation: Registered nosave memory: [mem 0x43f00000-0xffffffff]
[ 0.013276] [mem 0x50400000-0xfdffffff] available for PCI devices
[ 0.013277] Booting paravirtualized kernel on bare hardware
[ 0.013279] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.017407] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.018205] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[ 0.018209] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[ 0.018211] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.018214] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ 0.018227] Kernel command line: root=zfs:rpool/debian loglevel=4 spl.spl_hostid=0x00bab10c
[ 0.020387] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.021465] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.021597] Fallback order for Node 0: 0
[ 0.021599] Built 1 zonelists, mobility grouping on. Total pages: 6225591
[ 0.021600] Policy zone: Normal
[ 0.021605] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.021611] software IO TLB: area num 16.
[ 0.034269] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.034301] ftrace: allocating 45669 entries in 179 pages
[ 0.038967] ftrace: allocated 179 pages with 5 groups
[ 0.039463] Dynamic Preempt: voluntary
[ 0.039517] rcu: Preemptible hierarchical RCU implementation.
[ 0.039518] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.039519] Trampoline variant of Tasks RCU enabled.
[ 0.039519] Rude variant of Tasks RCU enabled.
[ 0.039520] Tracing variant of Tasks RCU enabled.
[ 0.039520] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.039521] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.039530] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.039532] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.039533] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.041601] NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
[ 0.041885] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.042088] Spurious LAPIC timer interrupt on cpu 0
[ 0.042097] Console: colour dummy device 80x25
[ 0.042099] printk: legacy console [tty0] enabled
[ 0.042130] ACPI: Core revision 20240827
[ 0.042358] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.042449] APIC: Switch to symmetric I/O mode setup
[ 0.042451] DMAR: Host address width 39
[ 0.042451] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.042455] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.042457] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.042460] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.042462] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[ 0.042464] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.042465] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.042465] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.042595] DMAR-IR: IRQ remapping was enabled on dmar0 but we are not in kdump mode
[ 0.044016] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.048571] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[ 0.048577] Calibrating delay loop (skipped), value calculated using timer frequency.. 5376.00 BogoMIPS (lpj=10752000)
[ 0.048630] CPU0: Thermal monitoring enabled (TM1)
[ 0.048632] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.048720] CET detected: Indirect Branch Tracking enabled
[ 0.048722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.048723] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.048725] process: using mwait in idle threads
[ 0.048727] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.048729] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.048730] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.048731] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.048732] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.048733] Register File Data Sampling: Mitigation: Clear Register File
[ 0.048741] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.048741] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.048742] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.048743] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.048743] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.048744] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.048745] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.048745] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.048746] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ 0.052576] Freeing SMP alternatives memory: 40K
[ 0.052576] pid_max: default: 32768 minimum: 301
[ 0.052576] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[ 0.052576] landlock: Up and running.
[ 0.052576] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.052576] AppArmor: AppArmor initialized
[ 0.052576] TOMOYO Linux initialized
[ 0.052576] LSM support for eBPF active
[ 0.052576] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.052576] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.052576] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12650H (family: 0x6, model: 0x9a, stepping: 0x3)
[ 0.052576] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.052576] core: cpu_core PMU driver:
[ 0.052576] ... version: 5
[ 0.052576] ... bit width: 48
[ 0.052576] ... generic registers: 8
[ 0.052576] ... value mask: 0000ffffffffffff
[ 0.052576] ... max period: 00007fffffffffff
[ 0.052576] ... fixed-purpose events: 4
[ 0.052576] ... event mask: 0001000f000000ff
[ 0.052576] signal: max sigframe size: 3632
[ 0.052576] Estimated ratio of average max frequency by base frequency (times 1024): 1668
[ 0.052576] rcu: Hierarchical SRCU implementation.
[ 0.052576] rcu: Max phase no-delay instances is 1000.
[ 0.052576] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.052576] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.052576] smp: Bringing up secondary CPUs ...
[ 0.052576] smpboot: x86: Booting SMP configuration:
[ 0.052576] .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #13 #14 #15
[ 0.010516] core: cpu_atom PMU driver:
[ 0.010516] ... version: 5
[ 0.010516] ... bit width: 48
[ 0.010516] ... generic registers: 6
[ 0.010516] ... value mask: 0000ffffffffffff
[ 0.010516] ... max period: 00007fffffffffff
[ 0.010516] ... fixed-purpose events: 3
[ 0.010516] ... event mask: 000000070000003f
[ 0.060634] #1 #3 #5 #7 #9 #11
[ 0.065874] smp: Brought up 1 node, 16 CPUs
[ 0.065874] smpboot: Total of 16 processors activated (86016.00 BogoMIPS)
[ 0.079658] node 0 deferred pages initialised in 12ms
[ 0.083150] Memory: 24268784K/24902364K available (16384K kernel code, 2486K rwdata, 11676K rodata, 4232K init, 4976K bss, 615716K reserved, 0K cma-reserved)
[ 0.083150] devtmpfs: initialized
[ 0.083150] x86/mm: Memory block size: 128MB
[ 0.085538] ACPI: PM: Registering ACPI NVS region [mem 0x43501000-0x43606fff] (1073152 bytes)
[ 0.085538] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.085538] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.085538] pinctrl core: initialized pinctrl subsystem
[ 0.085538] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.085539] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.085837] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.086132] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.086138] audit: initializing netlink subsys (disabled)
[ 0.086144] audit: type=2000 audit(1754211681.000:1): state=initialized audit_enabled=0 res=1
[ 0.086144] thermal_sys: Registered thermal governor 'fair_share'
[ 0.086144] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.086144] thermal_sys: Registered thermal governor 'step_wise'
[ 0.086144] thermal_sys: Registered thermal governor 'user_space'
[ 0.086144] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.086144] cpuidle: using governor ladder
[ 0.086144] cpuidle: using governor menu
[ 0.086144] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.086144] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.086144] PCI: Using configuration type 1 for base access
[ 0.086144] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.086144] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.086144] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.086144] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.086144] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.086144] ACPI: Added _OSI(Module Device)
[ 0.086144] ACPI: Added _OSI(Processor Device)
[ 0.086144] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.149994] ACPI: 16 ACPI AML tables successfully acquired and loaded
[ 0.161526] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.161527] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.162312] ACPI: Dynamic OEM Table Load:
[ 0.162318] ACPI: SSDT 0xFFFF89802F64A000 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.162993] ACPI: Dynamic OEM Table Load:
[ 0.162998] ACPI: SSDT 0xFFFF89802F1CE000 000626 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.163668] ACPI: Dynamic OEM Table Load:
[ 0.163672] ACPI: SSDT 0xFFFF89802F8E5200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.164305] ACPI: Dynamic OEM Table Load:
[ 0.164309] ACPI: SSDT 0xFFFF89802F1CF000 0004BA (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.165119] ACPI: Dynamic OEM Table Load:
[ 0.165124] ACPI: SSDT 0xFFFF89802F6FC000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.166076] ACPI: Dynamic OEM Table Load:
[ 0.166082] ACPI: SSDT 0xFFFF89802F6F8000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.166942] ACPI: Dynamic OEM Table Load:
[ 0.166946] ACPI: SSDT 0xFFFF89802F1D4000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.167831] ACPI: Dynamic OEM Table Load:
[ 0.167835] ACPI: SSDT 0xFFFF897A800F1000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.172167] ACPI: EC: EC started
[ 0.172168] ACPI: EC: interrupt blocked
[ 0.176051] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.176052] ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
[ 0.176053] ACPI: Interpreter enabled
[ 0.176092] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.176093] ACPI: Using IOAPIC for interrupt routing
[ 0.176129] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.176129] PCI: Ignoring E820 reservations for host bridge windows
[ 0.176881] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.177427] ACPI: \_SB_.PC00.PEG1.PXP_: New power resource
[ 0.177833] ACPI: \_SB_.PC00.PEG2.PXP_: New power resource
[ 0.178581] ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
[ 0.181250] ACPI: \_SB_.PC00.RP09.PXP_: New power resource
[ 0.185529] ACPI: \_SB_.PC00.RP06.PXP_: New power resource
[ 0.186559] ACPI: \_SB_.PC00.RP08.PXP_: New power resource
[ 0.190226] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[ 0.190630] ACPI: \_SB_.PC00.PAUD: New power resource
[ 0.193378] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.198038] ACPI: \_SB_.PC00.TBT0: New power resource
[ 0.198262] ACPI: \_SB_.PC00.TBT1: New power resource
[ 0.198478] ACPI: \_SB_.PC00.D3C_: New power resource
[ 0.341996] ACPI: \_TZ_.FN00: New power resource
[ 0.342010] ACPI: \_TZ_.FN01: New power resource
[ 0.342021] ACPI: \_TZ_.FN02: New power resource
[ 0.342033] ACPI: \_TZ_.FN03: New power resource
[ 0.342044] ACPI: \_TZ_.FN04: New power resource
[ 0.342381] ACPI: \PIN_: New power resource
[ 0.342731] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)