* [patch] KASAN: Do not sanitize kexec purgatory
@ 2017-03-16 13:49 Mike Galbraith
0 siblings, 0 replies; only message in thread
From: Mike Galbraith @ 2017-03-16 13:49 UTC (permalink / raw)
To: linux-mm
[ 24.121074] kexec: Undefined symbol: __asan_load8_noabort
[ 24.121999] kexec-bzImage64: Loading purgatory failed
Signed-off-by: Mike Galbraith <efault@gmx.de>
Cc: kasan-dev@googlegroups.com
---
arch/x86/purgatory/Makefile | 1 +
1 file changed, 1 insertion(+)
--- a/arch/x86/purgatory/Makefile
+++ b/arch/x86/purgatory/Makefile
@@ -8,6 +8,7 @@ PURGATORY_OBJS = $(addprefix $(obj)/,$(p
LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
targets += purgatory.ro
+KASAN_SANITIZE := n
KCOV_INSTRUMENT := n
# Default KBUILD_CFLAGS can have -pg option set when FTRACE is enabled. That
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-16 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16 13:49 [patch] KASAN: Do not sanitize kexec purgatory Mike Galbraith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).