diff options
author | Rohan McLure <rmclure@linux.ibm.com> | 2023-02-06 03:17:57 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-02-10 12:19:56 +0100 |
commit | 2fb857bc9f9e106439017ed323f522cc785395bb (patch) | |
tree | d22bb827d0ab233092e318abf0591f5b14bf6c8c /arch/powerpc/purgatory/Makefile | |
parent | powerpc: Skip stack validation checking alternate stacks if they are not allo... (diff) | |
download | linux-2fb857bc9f9e106439017ed323f522cc785395bb.tar.xz linux-2fb857bc9f9e106439017ed323f522cc785395bb.zip |
powerpc/kcsan: Add exclusions from instrumentation
Exclude various incompatible compilation units from KCSAN
instrumentation.
Signed-off-by: Rohan McLure <rmclure@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20230206021801.105268-2-rmclure@linux.ibm.com
Diffstat (limited to 'arch/powerpc/purgatory/Makefile')
-rw-r--r-- | arch/powerpc/purgatory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/purgatory/Makefile b/arch/powerpc/purgatory/Makefile index a81d155b89ae..6f5e2727963c 100644 --- a/arch/powerpc/purgatory/Makefile +++ b/arch/powerpc/purgatory/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 KASAN_SANITIZE := n +KCSAN_SANITIZE := n targets += trampoline_$(BITS).o purgatory.ro |