Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 056de2fa authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] ppc user annotations: debug_setconetext(2)



3rd argument of sys_debug_setcontext() is also a userland pointer.

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc074a8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{