Skip to content

Commit

Permalink
[PATCH] ppc user annotations: debug_setconetext(2)
Browse files Browse the repository at this point in the history
3rd argument of sys_debug_setcontext() is also a userland pointer.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 25, 2005
1 parent dc074a8 commit 056de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ int sys_rt_sigreturn(int r3, int r4, int r5, int r6, int r7, int r8,
}

int sys_debug_setcontext(struct ucontext __user *ctx,
int ndbg, struct sig_dbg_op *dbg,
int ndbg, struct sig_dbg_op __user *dbg,
int r6, int r7, int r8,
struct pt_regs *regs)
{
Expand Down

0 comments on commit 056de2f

Please sign in to comment.