Skip to content

Commit 4e8fc7b

Browse files
committed
Linux 6.9: Fix UBSAN errors in sa.c (openzfs#16380)
This is a follow-on to 156a641 that ignores UBSAN errors in sa.c. Thank you @thwalker3 for the fix. Original-patch-by: @thwalker3 Signed-off-by: Tony Hutter <[email protected]> Closes openzfs#16278 Closes openzfs#16330 Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]>
1 parent 37275fd commit 4e8fc7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/Kbuild.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ UBSAN_SANITIZE_zap_leaf.o := n
491491
UBSAN_SANITIZE_zap_micro.o := n
492492
UBSAN_SANITIZE_sa.o := n
493493
UBSAN_SANITIZE_zfs/zap_micro.o := n
494+
UBSAN_SANITIZE_zfs/sa.o := n
494495

495496
# Suppress incorrect warnings from versions of objtool which are not
496497
# aware of x86 EVEX prefix instructions used for AVX512.

0 commit comments

Comments
 (0)