[pve-devel] [PATCH pve-kernel] fix #6767: disable CONFIG_KVM_INTEL_PROVE_VE
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Oct 8 11:06:48 CEST 2025
it's not supposed to be enabled on production builds according to upstream[0],
and causes issues on certain CPU models.
0: https://bugzilla.kernel.org/show_bug.cgi?id=220631
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index b1ef0d5..956db63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,8 @@ PMX_CONFIG_OPTS= \
-d CONFIG_WQ_CPU_INTENSIVE_REPORT \
-d CONFIG_N_GSM \
-d UBSAN_BOUNDS \
+-d KVM_INTEL_PROVE_VE \
+
debian/control: $(wildcard debian/*.in)
sed -e 's/@@KVNAME@@/$(KVNAME)/g' < debian/proxmox-kernel.prerm.in > debian/$(PMX_KERNEL_PKG).prerm
--
2.47.3
More information about the pve-devel
mailing list