From: Arjan van de Ven Date: Fri, 23 Oct 2009 14:31:01 +0000 (-0700) Subject: x86: Remove STACKPROTECTOR_ALL X-Git-Tag: v2.6.32-rc6~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a3f40aafacde1dfd6912327ae14df4baf10304;p=pandora-kernel.git x86: Remove STACKPROTECTOR_ALL STACKPROTECTOR_ALL has a really high overhead (runtime and stack footprint) and is not really worth it protection wise (the normal STACKPROTECTOR is in effect for all functions with buffers already), so lets just remove the option entirely. Reported-by: Dave Jones Reported-by: Chuck Ebbert Signed-off-by: Arjan van de Ven Cc: Eric Sandeen LKML-Reference: <20091023073101.3dce4ebb@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed