> On Mon, Sep 22 2025 at 19:33, Thorsten Sperber wrote:
>>
>> thanks for your help. It's been four days now, I'd say above average
>> (last was five days) - and no crash yet. I'm going to wait at least
>> until the weekend before naming a winner, but that's already looking
>> pretty good.
>
> Thanks for trying.
>
> I suggested to try intel_idle.max_cstate=2 because these unknown NMI
> backtraces all originated from a MWAIT(C3).
>
> Can you reboot into the working 6.1.y kernel at some point and check
> which idle driver is used there?
>
>     cat /sys/devices/system/cpu/cpuidle/current_driver
>
> and which states are advertised:
>
>     ls /sys/devices/system/cpu/cpu0/cpuidle/state
>
> Thanks,
>
>         tglx


TL;DR: First time mailing-list user. Having similar issue on Debian-based OS, tested different kernel version and checked the cpuidle values, want to share them.

Hello,

I'm having the same issue on a HPE MicroServer Gen8 (with an Intel E3-1220L V2 CPU) since I upgraded to kernel v6.12.15 (from v6.6.44)

Note: I am using TrueNAS SCALE, which is Debian based but has it's own kernel flavor.

Applying `intel_iommu=off` and/or `modprobe.blacklist=hpwdt` and/or `intel_idle.max_cstate=x` (where x=0-2) didn't changed anything.

On the working setup (90+ days of uptime), running TrueNAS v24.10 (kernel 6.6.44), I have:

```
$ cat /proc/cmdline
BOOT_IMAGE=/ROOT/24.10.2.4@/boot/vmlinuz-6.6.44-production+truenas root=ZFS=boot-pool/ROOT/24.10.2.4 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N modprobe.blacklist=hpwdt intel_idle.max_cstate=0

$ cat /sys/devices/system/cpu/cpuidle/current_driver
acpi_idle

$ ls -l /sys/devices/system/cpu/cpu0/cpuidle/
total 0
drwxr-xr-x 2 root root 0 Jan 14 09:32 state0
drwxr-xr-x 2 root root 0 Jan 14 09:32 state1
drwxr-xr-x 3 root root 0 Jan 14 09:32 state2

$ cat /sys/devices/system/cpu/cpu0/cpuidle/state*/name
POLL
C1
C2
```

On other TrueNAS/kernel versions the server crashes in about 2 days or less.

On TrueNAS v25.04 (kernel 6.12.15), I have:

```
$ cat /proc/cmdline
BOOT_IMAGE=/ROOT/25.04.2.6@/boot/vmlinuz-6.12.15-production+truenas root=ZFS=boot-pool/ROOT/25.04.2.6 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N

$ cat /sys/devices/system/cpu/cpuidle/current_driver
intel_idle

$ ls -l /sys/devices/system/cpu/cpu0/cpuidle/
total 0
drwxr-xr-x 2 root root 0 Jan 20 16:43 state0
drwxr-xr-x 3 root root 0 Jan 20 16:43 state1
drwxr-xr-x 3 root root 0 Jan 20 16:43 state2
drwxr-xr-x 3 root root 0 Jan 20 16:43 state3
drwxr-xr-x 3 root root 0 Jan 20 16:43 state4

$ cat /sys/devices/system/cpu/cpu0/cpuidle/state*/name
POLL
C1
C1E
C3
C6
```

On TrueNAS v25.10 (kernel 6.12.33), I have:

```
$ cat /proc/cmdline
BOOT_IMAGE=/ROOT/25.10.1@/boot/vmlinuz-6.12.33-production+truenas root=ZFS=boot-pool/ROOT/25.10.1 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N

$ cat /sys/devices/system/cpu/cpuidle/current_driver
intel_idle

$ ls -l /sys/devices/system/cpu/cpu0/cpuidle/
total 0
drwxr-xr-x 2 root root 0 Jan 20 21:57 state0
drwxr-xr-x 3 root root 0 Jan 20 21:57 state1
drwxr-xr-x 3 root root 0 Jan 20 21:57 state2
drwxr-xr-x 3 root root 0 Jan 20 21:57 state3
drwxr-xr-x 3 root root 0 Jan 20 21:57 state4

$ cat /sys/devices/system/cpu/cpu0/cpuidle/state*/name
POLL
C1
C1E
C3
C6
```

On TrueNAS v25.10 (kernel 6.12.33) with `intel_idle.max_cstate=0`, I have:


```
$ cat /proc/cmdline
BOOT_IMAGE=/ROOT/25.10.1@/boot/vmlinuz-6.12.33-production+truenas root=ZFS=boot-pool/ROOT/25.10.1 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N modprobe.blacklist=hpwdt intel_idle.max_cstate=0

$ cat /sys/devices/system/cpu/cpuidle/current_driver
acpi_idle

$ ls -l /sys/devices/system/cpu/cpu0/cpuidle/
total 0
drwxr-xr-x 2 root root 0 Jan 20 21:47 state0
drwxr-xr-x 2 root root 0 Jan 20 21:47 state1
drwxr-xr-x 3 root root 0 Jan 20 21:47 state2

$ cat /sys/devices/system/cpu/cpu0/cpuidle/state*/name
POLL
C1
C2
```

I hope those information can help debugging this issue.



Here is a partial dmesg from TrueNAS v25.04 (kernel v6.12.15):

```
$ sudo dmesg
[ 0.000000] Linux version 6.12.15-production+truenas ([email protected]) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Wed Oct 29 14:40:06 UTC 2025 [ 0.000000] Command line: BOOT_IMAGE=/ROOT/25.04.2.6@/boot/vmlinuz-6.12.15-production+truenas root=ZFS=boot-pool/ROOT/25.04.2.6 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000983ff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000098400-0x0000000000099bff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f1de3fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f1de4000-0x00000000f1dedfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000f1dee000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000040bffefff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: HP ProLiant MicroServer Gen8, BIOS J06 04/04/2019
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.773 MHz processor
[    0.000909] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000912] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000917] last_pfn = 0x40bfff max_arch_pfn = 0x400000000
[ 0.000921] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs [ 0.000923] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[    0.001157] last_pfn = 0xf1dee max_arch_pfn = 0x400000000
[    0.005753] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f]
[    0.006267] RAMDISK: [mem 0x2ead3000-0x33560fff]
[    0.006272] ACPI: Early table checksum verification disabled
[    0.006275] ACPI: RSDP 0x00000000000F4F00 000024 (v02 HP    )
[ 0.006279] ACPI: XSDT 0x00000000F1DE6400 0000AC (v01 HP ProLiant 00000002 \xd2? 0000162E) [ 0.006284] ACPI: FACP 0x00000000F1DE6540 0000F4 (v03 HP ProLiant 00000002 \xd2? 0000162E) [ 0.006288] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20240827/tbfadt-560) [ 0.006290] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm2ControlBlock: 8/32 (20240827/tbfadt-560) [ 0.006292] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20240827/tbfadt-665) [ 0.006294] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20240827/tbfadt-665) [ 0.006297] ACPI: DSDT 0x00000000F1DE6640 001C1A (v01 HP DSDT 00000001 INTL 20030228)
[    0.006300] ACPI: FACS 0x00000000F1DE4140 000040
[    0.006302] ACPI: FACS 0x00000000F1DE4140 000040
[ 0.006304] ACPI: SPCR 0x00000000F1DE4180 000050 (v01 HP SPCRRBSU 00000001 \xd2? 0000162E) [ 0.006307] ACPI: MCFG 0x00000000F1DE4200 00003C (v01 HP ProLiant 00000001 00000000) [ 0.006309] ACPI: HPET 0x00000000F1DE4240 000038 (v01 HP ProLiant 00000002 \xd2? 0000162E) [ 0.006312] ACPI: FFFF 0x00000000F1DE4280 000064 (v02 HP ProLiant 00000002 \xd2? 0000162E) [ 0.006314] ACPI: SPMI 0x00000000F1DE4300 000040 (v05 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006317] ACPI: ERST 0x00000000F1DE4340 000230 (v01 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006320] ACPI: APIC 0x00000000F1DE4580 000252 (v01 HP ProLiant 00000002 00000000) [ 0.006322] ACPI: FFFF 0x00000000F1DE4800 000176 (v01 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006325] ACPI: BERT 0x00000000F1DE4980 000030 (v01 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006328] ACPI: HEST 0x00000000F1DE49C0 0000BC (v01 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006330] ACPI: DMAR 0x00000000F1DE4A80 0003B4 (v01 HP ProLiant 00000001 \xd2? 0000162E) [ 0.006333] ACPI: FFFF 0x00000000F1DE63C0 00002D (v01 HP ProLiant 00000001 00000000) [ 0.006336] ACPI: SSDT 0x00000000F1DE8280 000137 (v03 HP CRSPCI0 00000002 HP 00000001) [ 0.006338] ACPI: SSDT 0x00000000F1DE83C0 000177 (v03 HP riser0 00000002 INTL 20030228) [ 0.006341] ACPI: SSDT 0x00000000F1DE8540 000377 (v01 HP pmab 00000001 INTL 20090625) [ 0.006343] ACPI: SSDT 0x00000000F1DE88C0 0012B8 (v01 INTEL PPM RCM 80000001 INTL 20061109) [ 0.006346] ACPI: Reserving FACP table memory at [mem 0xf1de6540-0xf1de6633] [ 0.006347] ACPI: Reserving DSDT table memory at [mem 0xf1de6640-0xf1de8259] [ 0.006348] ACPI: Reserving FACS table memory at [mem 0xf1de4140-0xf1de417f] [ 0.006348] ACPI: Reserving FACS table memory at [mem 0xf1de4140-0xf1de417f] [ 0.006349] ACPI: Reserving SPCR table memory at [mem 0xf1de4180-0xf1de41cf] [ 0.006350] ACPI: Reserving MCFG table memory at [mem 0xf1de4200-0xf1de423b] [ 0.006351] ACPI: Reserving HPET table memory at [mem 0xf1de4240-0xf1de4277] [ 0.006351] ACPI: Reserving FFFF table memory at [mem 0xf1de4280-0xf1de42e3] [ 0.006352] ACPI: Reserving SPMI table memory at [mem 0xf1de4300-0xf1de433f] [ 0.006353] ACPI: Reserving ERST table memory at [mem 0xf1de4340-0xf1de456f] [ 0.006354] ACPI: Reserving APIC table memory at [mem 0xf1de4580-0xf1de47d1] [ 0.006355] ACPI: Reserving FFFF table memory at [mem 0xf1de4800-0xf1de4975] [ 0.006355] ACPI: Reserving BERT table memory at [mem 0xf1de4980-0xf1de49af] [ 0.006356] ACPI: Reserving HEST table memory at [mem 0xf1de49c0-0xf1de4a7b] [ 0.006357] ACPI: Reserving DMAR table memory at [mem 0xf1de4a80-0xf1de4e33] [ 0.006358] ACPI: Reserving FFFF table memory at [mem 0xf1de63c0-0xf1de63ec] [ 0.006358] ACPI: Reserving SSDT table memory at [mem 0xf1de8280-0xf1de83b6] [ 0.006359] ACPI: Reserving SSDT table memory at [mem 0xf1de83c0-0xf1de8536] [ 0.006360] ACPI: Reserving SSDT table memory at [mem 0xf1de8540-0xf1de88b6] [ 0.006361] ACPI: Reserving SSDT table memory at [mem 0xf1de88c0-0xf1de9b77]
[    0.006422] No NUMA configuration found
[    0.006423] Faking a node at [mem 0x0000000000000000-0x000000040bffefff]
[    0.006432] NODE_DATA(0) allocated [mem 0x40bfd3b40-0x40bffefff]
[    0.006654] cma: Reserved 256 MiB at 0x0000000100000000 on node -1
[    0.006689] Zone ranges:
[    0.006690]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006691]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006693]   Normal   [mem 0x0000000100000000-0x000000040bffefff]
[    0.006694]   Device   empty
[    0.006695] Movable zone start for each node
[    0.006697] Early memory node ranges
[    0.006698]   node   0: [mem 0x0000000000001000-0x0000000000097fff]
[    0.006699]   node   0: [mem 0x0000000000100000-0x00000000f1de3fff]
[    0.006700]   node   0: [mem 0x0000000100000000-0x000000040bffefff]
[ 0.006703] Initmem setup node 0 [mem 0x0000000000001000-0x000000040bffefff]
[    0.006708] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006739] On node 0, zone DMA: 104 pages in unavailable ranges
[    0.016195] On node 0, zone Normal: 25116 pages in unavailable ranges
[    0.016390] On node 0, zone Normal: 16385 pages in unavailable ranges
[    0.016536] ACPI: PM-Timer IO Port: 0x908
[ 0.016547] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.016553] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.016564] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.016567] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.016570] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.016574] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.016575] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.016580] ACPI: SPCR: SPCR table version 1
[ 0.016580] ACPI: SPCR: [Firmware Bug]: Unexpected SPCR Access Width. Defaulting to byte size
[    0.016582] ACPI: SPCR: console: uart,mmio,0x0,9600
[    0.016583] TSC deadline timer available
[    0.016588] CPU topo: Max. logical packages:   1
[    0.016589] CPU topo: Max. logical dies:       1
[    0.016589] CPU topo: Max. dies per package:   1
[    0.016594] CPU topo: Max. threads per core:   2
[    0.016595] CPU topo: Num. cores per package:     2
[    0.016596] CPU topo: Num. threads per package:   4
[    0.016596] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.016597] CPU topo: Rejected CPUs 60
[ 0.016607] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.016609] PM: hibernation: Registered nosave memory: [mem 0x00098000-0x00098fff] [ 0.016610] PM: hibernation: Registered nosave memory: [mem 0x00099000-0x0009dfff] [ 0.016611] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.016611] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.016612] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.016613] PM: hibernation: Registered nosave memory: [mem 0xf1de4000-0xf1dedfff] [ 0.016614] PM: hibernation: Registered nosave memory: [mem 0xf1dee000-0xf7ffffff] [ 0.016615] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff] [ 0.016615] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfee0ffff] [ 0.016616] PM: hibernation: Registered nosave memory: [mem 0xfee10000-0xff7fffff] [ 0.016617] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.016619] [mem 0xf8000000-0xfebfffff] available for PCI devices
[    0.016620] Booting paravirtualized kernel on bare hardware
[ 0.016622] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.021476] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.021877] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.021883] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.021885] pcpu-alloc: [0] 0 1 2 3
[ 0.021898] Kernel command line: BOOT_IMAGE=/ROOT/25.04.2.6@/boot/vmlinuz-6.12.15-production+truenas root=ZFS=boot-pool/ROOT/25.04.2.6 ro libata.allow_tpm=1 amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 intel_iommu=off zfsforce=1 nvme_core.multipath=N
[    0.021973] AMD-Vi: Unknown option - 'on'
[    0.022039] DMAR: IOMMU disabled
[ 0.022076] Unknown kernel command line parameters "BOOT_IMAGE=/ROOT/25.04.2.6@/boot/vmlinuz-6.12.15-production+truenas zfsforce=1", will be passed to user space.
[    0.022085] random: crng init done
[ 0.024403] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.025600] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.025671] Fallback order for Node 0: 0
[ 0.025675] Built 1 zonelists, mobility grouping on. Total pages: 4185466
[    0.025676] Policy zone: Normal
[    0.025678] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.025687] software IO TLB: area num 4.
[    0.061132] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.061154] Kernel/User page tables isolation: enabled
[    0.061188] ftrace: allocating 45306 entries in 177 pages
[    0.068259] ftrace: allocated 177 pages with 4 groups
[    0.068920] Dynamic Preempt: voluntary
[    0.068957] rcu: Preemptible hierarchical RCU implementation.
[ 0.068958] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.068959]  Trampoline variant of Tasks RCU enabled.
[    0.068960]  Rude variant of Tasks RCU enabled.
[    0.068960]  Tracing variant of Tasks RCU enabled.
[ 0.068961] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.068962] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.068969] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.068971] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.068972] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.072483] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[ 0.072678] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.077798] Console: colour VGA+ 80x25
[    0.077801] printk: legacy console [tty0] enabled
[    0.078472] ACPI: Core revision 20240827
[ 0.078532] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.078545] APIC: Switch to symmetric I/O mode setup
[    0.078548] DMAR: Host address width 39
[    0.078549] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[ 0.078553] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da
[    0.078556] DMAR: RMRR base: 0x000000f1ffd000 end: 0x000000f1ffffff
[    0.078558] DMAR: RMRR base: 0x000000f1ff6000 end: 0x000000f1ffcfff
[    0.078559] DMAR: RMRR base: 0x000000f1f93000 end: 0x000000f1f94fff
[    0.078560] DMAR: RMRR base: 0x000000f1f8f000 end: 0x000000f1f92fff
[    0.078561] DMAR: RMRR base: 0x000000f1f7f000 end: 0x000000f1f8efff
[    0.078562] DMAR: RMRR base: 0x000000f1f7e000 end: 0x000000f1f7efff
[    0.078563] DMAR: RMRR base: 0x000000000f4000 end: 0x000000000f4fff
[    0.078564] DMAR: RMRR base: 0x000000000e8000 end: 0x000000000e8fff
[ 0.078565] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x00000000000e8000-0x00000000000e8fff], contact BIOS vendor for fixes [ 0.078655] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x00000000000e8000-0x00000000000e8fff]
               BIOS vendor: HP; Ver: J06; Product Version:
[    0.078757] DMAR: RMRR base: 0x000000f1dee000 end: 0x000000f1deefff
[    0.078760] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.078762] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[ 0.078763] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. [ 0.078763] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.079016] DMAR: DRHD: handling fault status reg 2
[ 0.079083] DMAR: [INTR-REMAP] Request device [01:00.0] fault index 0x16 [fault reason 0x26] Blocked an interrupt request due to source-id verification failure
[    0.079257] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.079258] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.079669] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.098546] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2113eb563b4, max_idle_ns: 440795235082 ns [ 0.098551] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.54 BogoMIPS (lpj=9179092)
[    0.098576] CPU0: Thermal monitoring enabled (TM1)
[    0.098597] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.098599] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.098602] process: using mwait in idle threads
[ 0.098604] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.098607] Spectre V2 : Mitigation: Retpolines
[ 0.098608] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.098609] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.098609] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.098611] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.098612] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.098614] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.098616] MDS: Mitigation: Clear CPU buffers
[    0.098617] MMIO Stale Data: Unknown: No mitigations
[    0.098617] SRBDS: Vulnerable: No microcode
[ 0.098623] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.098624] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.098625] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.098626] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[ 0.098628] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.117513] Freeing SMP alternatives memory: 40K
[    0.117522] pid_max: default: 32768 minimum: 301
[ 0.117564] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[    0.117625] landlock: Up and running.
[    0.117626] Yama: becoming mindful.
[    0.117699] AppArmor: AppArmor initialized
[    0.117719] TOMOYO Linux initialized
[    0.117881] LSM support for eBPF active
[ 0.117940] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.117955] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.118312] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1220L V2 @ 2.30GHz (family: 0x6, model: 0x3a, stepping: 0x9) [ 0.142638] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Broken BIOS detected, complain to your hardware vendor. [ 0.142654] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330)
[    0.142737] Intel PMU driver.
[    0.142801] ... version:                3
[    0.142802] ... bit width:              48
[    0.142803] ... generic registers:      4
[    0.142804] ... value mask:             0000ffffffffffff
[    0.142805] ... max period:             00007fffffffffff
[    0.142805] ... fixed-purpose events:   3
[    0.142806] ... event mask:             000000070000000f
[    0.142941] signal: max sigframe size: 1776
[ 0.142957] Estimated ratio of average max frequency by base frequency (times 1024): 1469
[    0.142987] rcu: Hierarchical SRCU implementation.
[    0.142988] rcu:     Max phase no-delay instances is 1000.
[ 0.143030] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.143434] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.143481] smp: Bringing up secondary CPUs ...
[    0.143588] smpboot: x86: Booting SMP configuration:
[    0.143589] .... node  #0, CPUs:      #1 #2 #3
[ 0.148552] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.150583] smp: Brought up 1 node, 4 CPUs
[    0.150583] smpboot: Total of 4 processors activated (18358.18 BogoMIPS)
[    0.211152] node 0 deferred pages initialised in 60ms
[ 0.211152] Memory: 15993228K/16741864K available (16384K kernel code, 2483K rwdata, 11552K rodata, 4224K init, 5024K bss, 478484K reserved, 262144K cma-reserved)
[    0.211157] devtmpfs: initialized
[    0.211157] x86/mm: Memory block size: 128MB
[ 0.211729] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.211729] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.211729] pinctrl core: initialized pinctrl subsystem
[    0.211929] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.214574] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.214581] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.214585] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.214595] audit: initializing netlink subsys (disabled)
[ 0.214603] audit: type=2000 audit(1767374117.136:1): state=initialized audit_enabled=0 res=1
[    0.214699] thermal_sys: Registered thermal governor 'fair_share'
[    0.214701] thermal_sys: Registered thermal governor 'bang_bang'
[    0.214702] thermal_sys: Registered thermal governor 'step_wise'
[    0.214703] thermal_sys: Registered thermal governor 'user_space'
[    0.214704] thermal_sys: Registered thermal governor 'power_allocator'
[    0.214711] cpuidle: using governor ladder
[    0.214711] cpuidle: using governor menu
[ 0.214711] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.214711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.214711] PCI: ECAM [mem 0xf4000000-0xf7ffffff] (base 0xf4000000) for domain 0000 [bus 00-3f]
[    0.214711] PCI: Using configuration type 1 for base access
[    0.214793] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.214827] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.214827] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.214827] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.214827] ACPI: Added _OSI(Module Device)
[    0.214827] ACPI: Added _OSI(Processor Device)
[    0.214827] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.214827] ACPI: Added _OSI(Processor Aggregator Device)
[    0.214827] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.238640] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+ [ 0.238643] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.238912] ACPI: Interpreter enabled
[    0.238922] ACPI: PM: (supports S0 S4 S5)
[    0.238923] ACPI: Using IOAPIC for interrupt routing
[    0.238939] HEST: Table parsing has been initialized.
[ 0.238974] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. [ 0.238977] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
```

--
DUVERGIER Claude




Reply via email to