From 4e8fc7b0af2ab43afb98815df683011fa5ef0c26 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Tue, 23 Jul 2024 17:13:04 -0700 Subject: [PATCH] Linux 6.9: Fix UBSAN errors in sa.c (#16380) This is a follow-on to 156a64161b4f9da35f2e0484106173344cf78317 that ignores UBSAN errors in sa.c. Thank you @thwalker3 for the fix. Original-patch-by: @thwalker3 Signed-off-by: Tony Hutter Closes #16278 Closes #16330 Reviewed-by: Tino Reichardt Reviewed-by: Brian Behlendorf --- module/Kbuild.in | 1 + 1 file changed, 1 insertion(+) diff --git a/module/Kbuild.in b/module/Kbuild.in index 4707452711f7..4f48cb9da0c1 100644 --- a/module/Kbuild.in +++ b/module/Kbuild.in @@ -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.