diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-03 07:06:59 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-03 07:06:59 +0200 |
commit | a8e28440016bfb23bec266c4c66eacca6ea2d48b (patch) | |
tree | 27d528294f7886c434c8072a034d211acc06d077 /arch/x86/purgatory/Makefile | |
parent | alpha: fix stack smashing in old_adjtimex(2) (diff) | |
parent | statx: Include a mask for stx_attributes in struct statx (diff) | |
download | linux-a8e28440016bfb23bec266c4c66eacca6ea2d48b.tar.xz linux-a8e28440016bfb23bec266c4c66eacca6ea2d48b.zip |
Merge branch 'work.statx' into for-next
Diffstat (limited to 'arch/x86/purgatory/Makefile')
-rw-r--r-- | arch/x86/purgatory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile index 555b9fa0ad43..7dbdb780264d 100644 --- a/arch/x86/purgatory/Makefile +++ b/arch/x86/purgatory/Makefile @@ -8,6 +8,7 @@ PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y)) 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 |