projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0295fd5
)
kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile
author
Andrey Konovalov
<
[email protected]
>
Fri, 6 Nov 2015 02:51:09 +0000
(18:51 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 6 Nov 2015 03:34:48 +0000
(19:34 -0800)
Move KASAN_SANITIZE in arch/x86/boot/Makefile above the comment
related to SVGA_MODE, since the comment refers to 'the next line'.
Signed-off-by: Andrey Konovalov <
[email protected]
>
Cc: Andrey Ryabinin <
[email protected]
>
Cc: Dmitry Vyukov <
[email protected]
>
Cc: Alexander Potapenko <
[email protected]
>
Cc: Konstantin Serebryany <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/boot/Makefile
b/arch/x86/boot/Makefile
index 0d553e54171bdacfc5c64804b341314080b8c6f6..2ee62dba0373b059664de8d554caa6143ba8d989 100644
(file)
--- a/
arch/x86/boot/Makefile
+++ b/
arch/x86/boot/Makefile
@@
-9,13
+9,13
@@
# Changed by many, many contributors over the years.
#
+KASAN_SANITIZE := n
+
# If you want to preset the SVGA mode, uncomment the next line and
# set SVGA_MODE to whatever number you want.
# Set it to -DSVGA_MODE=NORMAL_VGA if you just want the EGA/VGA mode.
# The number is the same as you would ordinarily press at bootup.
-KASAN_SANITIZE := n
-
SVGA_MODE := -DSVGA_MODE=NORMAL_VGA
targets := vmlinux.bin setup.bin setup.elf bzImage