From 934b701c85cc6b719625577078a2f7ce6a0e2d75 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 16 Nov 2023 13:25:01 +0100 Subject: [PATCH] d/rules: temporarily disable UBSAN bound checks again it's really not just ZFS and AMDGPU modules, but way more and generating scary looking messages for these "issues" is just noise that drown real issues. Disable this for now, maybe in another few years. Signed-off-by: Thomas Lamprecht --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 1c5bb47..80e1906 100755 --- a/debian/rules +++ b/debian/rules @@ -100,6 +100,7 @@ PMX_CONFIG_OPTS= \ -e CONFIG_ARCH_HAS_CPU_FINALIZE_INIT \ -d CONFIG_GDS_FORCE_MITIGATION \ -d CONFIG_WQ_CPU_INTENSIVE_REPORT \ +-d UBSAN_BOUNDS \ debian/control: $(wildcard debian/*.in) sed -e 's/@@KVNAME@@/$(KVNAME)/g' < debian/proxmox-kernel.prerm.in > debian/$(PMX_KERNEL_PKG).prerm -- 2.39.2