From b5835ed137f7c954efc27630283b4c08d38ceff2 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 d13e1cf114..87bd17cf5a 100644 --- a/module/Kbuild.in +++ b/module/Kbuild.in @@ -493,6 +493,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.