From 85f72be16035e84b4c25e87899cf075d431a1f32 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Mon, 22 Jul 2024 11:09:26 -0700 Subject: [PATCH] Linux 6.9: Fix UBSAN errors in sa.c 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 --- 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.