diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-15 15:01:42 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-19 07:09:04 +0300 |
commit | 22a3d03d69dfd3bfc606d1996969820d619b7c27 (patch) | |
tree | c57c3d407649feb97509d4e8c87aefd1157e9e65 /tools/perf/scripts/python/stackcollapse.py | |
parent | a0e102914aa3f619a5bc68a0d33e17d1788cdf4c (diff) | |
download | linux-22a3d03d69dfd3bfc606d1996969820d619b7c27.tar.xz |
powerpc/uapi: Fix sigcontext definition to use user_pt_regs
My recent patch to split pt_regs between user and kernel missed
the usage in struct sigcontext.
Because this is a user visible struct it should be using the user
visible definition, which when we're building for the kernel is called
struct user_pt_regs.
As far as I can see this hasn't actually caused a bug (yet), because
we don't use the sizeof() the sigcontext->regs anywhere. But we should
still fix it to avoid confusion and future bugs.
Fixes: 002af9391bfb ("powerpc: Split user/kernel definitions of struct pt_regs")
Reported-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions