Alexei Starovoitov [off-list ref] writes:
On Thu, Dec 06, 2018 at 02:57:01PM +0530, Sandipan Das wrote:
quoted
Now that there are different variants of pt_regs for userspace and
kernel, the uapi for the BPF_PROG_TYPE_PERF_EVENT program type must
be changed by exporting the user_pt_regs structure instead of the
pt_regs structure that is in-kernel only.
Fixes: 002af9391bfb ("powerpc: Split user/kernel definitions of struct pt_regs")
Signed-off-by: Sandipan Das <redacted>
Thanks! Applied to bpf tree.
I already have this in the fixes branch of the powerpc tree. I don't
mind if you take it also, git should probably handle the merge OK.
cheers