commit | 903b1970c835f69a1e2f1bde5ac446691b396a5c | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Apr 14 07:51:03 2015 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 06 21:56:25 2015 +0200 |
tree | 33706e6a07a1967444687f0a77fe7250f4038cbf | |
parent | 72a2c0394991ca2785f4fda903aeec82d578376a [diff] |
powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH commit 9a5cbce421a283e6aea3c4007f141735bf9da8c3 upstream. We cap 32bit userspace backtraces to PERF_MAX_STACK_DEPTH (currently 127), but we forgot to do the same for 64bit backtraces. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>