From c0a8921e190852a5475d948f52cc04fac25946d7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 12 Nov 2023 16:19:15 +0100 Subject: [PATCH] update ZFS to get better work-around for UBSAN bounds-checking We have a slightly better fix where only a few targeted ZFS module parts are added to the UBSAN ignore-list, so the rest of the kernel still gets exposure. Link: https://github.com/openzfs/zfs/pull/15510 Signed-off-by: Thomas Lamprecht --- debian/rules | 1 - submodules/zfsonlinux | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 3b0998ff..78b7f777 100755 --- a/debian/rules +++ b/debian/rules @@ -99,7 +99,6 @@ PMX_CONFIG_OPTS= \ -e CONFIG_PAGE_TABLE_ISOLATION \ -e CONFIG_ARCH_HAS_CPU_FINALIZE_INIT \ -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 diff --git a/submodules/zfsonlinux b/submodules/zfsonlinux index aa99285d..88fd6e05 160000 --- a/submodules/zfsonlinux +++ b/submodules/zfsonlinux @@ -1 +1 @@ -Subproject commit aa99285dda7f91add062b177fe1a811334fdd4fb +Subproject commit 88fd6e053b4cbfa197d04d4263eb176795b70977