Searched hist:"5 d707e9c8ef2a3596ed5c975c6ff05cec890c2b4" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/ |
H A D | gcc-x86_64-has-stack-protector.sh | 5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4 Mon Feb 09 07:17:39 CST 2009 Tejun Heo <tj@kernel.org> stackprotector: update make rules
Impact: no default -fno-stack-protector if stackp is enabled, cleanup
Stackprotector make rules had the following problems.
* cc support test and warning are scattered across makefile and kernel/panic.c.
* -fno-stack-protector was always added regardless of configuration.
Update such that cc support test and warning are contained in makefile and -fno-stack-protector is added iff stackp is turned off. While at it, prepare for 32bit support.
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/kernel/ |
H A D | panic.c | 5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4 Mon Feb 09 07:17:39 CST 2009 Tejun Heo <tj@kernel.org> stackprotector: update make rules
Impact: no default -fno-stack-protector if stackp is enabled, cleanup
Stackprotector make rules had the following problems.
* cc support test and warning are scattered across makefile and kernel/panic.c.
* -fno-stack-protector was always added regardless of configuration.
Update such that cc support test and warning are contained in makefile and -fno-stack-protector is added iff stackp is turned off. While at it, prepare for 32bit support.
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/x86/ |
H A D | Makefile | 5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4 Mon Feb 09 07:17:39 CST 2009 Tejun Heo <tj@kernel.org> stackprotector: update make rules
Impact: no default -fno-stack-protector if stackp is enabled, cleanup
Stackprotector make rules had the following problems.
* cc support test and warning are scattered across makefile and kernel/panic.c.
* -fno-stack-protector was always added regardless of configuration.
Update such that cc support test and warning are contained in makefile and -fno-stack-protector is added iff stackp is turned off. While at it, prepare for 32bit support.
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/ |
H A D | Makefile | 5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4 Mon Feb 09 07:17:39 CST 2009 Tejun Heo <tj@kernel.org> stackprotector: update make rules
Impact: no default -fno-stack-protector if stackp is enabled, cleanup
Stackprotector make rules had the following problems.
* cc support test and warning are scattered across makefile and kernel/panic.c.
* -fno-stack-protector was always added regardless of configuration.
Update such that cc support test and warning are contained in makefile and -fno-stack-protector is added iff stackp is turned off. While at it, prepare for 32bit support.
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|