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 <[email protected]> --- 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 [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
