We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33086 commit e3581f1Copy full SHA for e3581f1
arch/arm/probes/kprobes/Makefile
@@ -1,4 +1,7 @@
1
# SPDX-License-Identifier: GPL-2.0
2
+KASAN_SANITIZE_actions-common.o := n
3
+KASAN_SANITIZE_actions-arm.o := n
4
+KASAN_SANITIZE_actions-thumb.o := n
5
obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o
6
obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o
7
test-kprobes-objs := test-core.o
0 commit comments