From: Thomas Lamprecht Date: Thu, 16 Nov 2023 12:25:01 +0000 (+0100) Subject: d/rules: temporarily disable UBSAN bound checks again X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=934b701c85cc6b719625577078a2f7ce6a0e2d75 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 --- 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