Skip to content

Commit

Permalink
Linux 6.9: Fix UBSAN errors in sa.c (openzfs#16380)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tonyhutter committed Jul 24, 2024
1 parent 37275fd commit 4e8fc7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Kbuild.in
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ UBSAN_SANITIZE_zap_leaf.o := n
UBSAN_SANITIZE_zap_micro.o := n
UBSAN_SANITIZE_sa.o := n
UBSAN_SANITIZE_zfs/zap_micro.o := n
UBSAN_SANITIZE_zfs/sa.o := n

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

0 comments on commit 4e8fc7b

Please sign in to comment.