]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: temporarily disable UBSAN bound checks
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Oct 2023 06:22:18 +0000 (08:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 28 Oct 2023 12:28:56 +0000 (14:28 +0200)
until ZFS can cope with them:
https://github.com/openzfs/zfs/issues/15145

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index cc5f47f32f9234011fe4fd9d82373313f2d09f3b..3b0998ff95a69c659410416ab7488a200818f70d 100755 (executable)
@@ -98,7 +98,8 @@ PMX_CONFIG_OPTS= \
 --set-str CONFIG_LSM lockdown,yama,integrity,apparmor \
 -e CONFIG_PAGE_TABLE_ISOLATION \
 -e CONFIG_ARCH_HAS_CPU_FINALIZE_INIT \
--d CONFIG_GDS_FORCE_MITIGATION
+-d CONFIG_GDS_FORCE_MITIGATION \
+-d UBSAN_BOUNDS \
 
 debian/control: $(wildcard debian/*.in)
        sed -e 's/@@KVNAME@@/$(KVNAME)/g' < debian/proxmox-kernel.prerm.in > debian/$(PMX_KERNEL_PKG).prerm