commit | d51959d70ffc55d1c829e881a6121e6fbbfb29af | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Mar 10 12:51:58 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:25 2014 +1000 |
tree | bfecc1c5d6272d549d66fb25113770d79602adeb | |
parent | 6403105bfda4d6934b39aeb85ff818b185b42de8 [diff] |
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 <anton@samba.org>