projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d707e9
)
x86: no stack protector for vdso
author
Tejun Heo
<tj@kernel.org>
Mon, 9 Feb 2009 13:17:40 +0000
(22:17 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Feb 2009 23:41:56 +0000
(
00:41
+0100)
Impact: avoid crash on vsyscall
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/vdso/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/vdso/Makefile
b/arch/x86/vdso/Makefile
index
4d6ef0a
..
16a9020
100644
(file)
--- a/
arch/x86/vdso/Makefile
+++ b/
arch/x86/vdso/Makefile
@@
-38,7
+38,7
@@
$(obj)/%.so: $(obj)/%.so.dbg FORCE
$(call if_changed,objcopy)
CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
- $(filter -g%,$(KBUILD_CFLAGS))
+ $(filter -g%,$(KBUILD_CFLAGS))
$(call cc-option, -fno-stack-protector)
$(vobjs): KBUILD_CFLAGS += $(CFL)