From: Anton Blanchard Date: Mon, 10 Mar 2014 01:51:58 +0000 (+1100) Subject: powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack frames X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51959d70ffc55d1c829e881a6121e6fbbfb29af;p=pandora-kernel.git powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack frames TRACE_WITH_FRAME_BUFFER creates 32 byte stack frames. On ppc64 ABIv1 this is too small and a callee could corrupt the stack by writing to the parameter save area (starting at offset 48). Signed-off-by: Anton Blanchard --- Reading git-diff-tree failed