all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-kernel] fix #6767: disable CONFIG_KVM_INTEL_PROVE_VE
@ 2025-10-08  9:06 Fabian Grünbichler
  2025-10-08 11:01 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Grünbichler @ 2025-10-08  9:06 UTC (permalink / raw)
  To: pve-devel

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@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

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

end of thread, other threads:[~2025-10-08 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-08  9:06 [pve-devel] [PATCH pve-kernel] fix #6767: disable CONFIG_KVM_INTEL_PROVE_VE Fabian Grünbichler
2025-10-08 11:01 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal