Skip to content

Commit

Permalink
update ZFS to get better work-around for UBSAN bounds-checking
Browse files Browse the repository at this point in the history
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: openzfs/zfs#15510
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  • Loading branch information
ThomasLamprecht committed Nov 12, 2023
1 parent b0ac1e9 commit c0a8921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion submodules/zfsonlinux

0 comments on commit c0a8921

Please sign in to comment.