Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211543
b: refs/heads/master
c: e5b377a
h: refs/heads/master
i:
  211541: d7cdff8
  211539: 1844541
  211535: 53b5061
v: v3
  • Loading branch information
Al Viro authored and Ralf Baechle committed Oct 18, 2010
1 parent e13ccc9 commit 3b4a69c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 062ab57b2f8439ab506645cf6f29432e7c61497c
refs/heads/master: e5b377a8fb7b05f27647698ac739a0504cb2bf80
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit)
{
/* do the secure computing check first */
if (!entryexit)
secure_computing(regs->regs[0]);
secure_computing(regs->regs[2]);

if (unlikely(current->audit_context) && entryexit)
audit_syscall_exit(AUDITSC_RESULT(regs->regs[2]),
Expand Down Expand Up @@ -565,7 +565,7 @@ asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit)

out:
if (unlikely(current->audit_context) && !entryexit)
audit_syscall_entry(audit_arch(), regs->regs[0],
audit_syscall_entry(audit_arch(), regs->regs[2],
regs->regs[4], regs->regs[5],
regs->regs[6], regs->regs[7]);
}

0 comments on commit 3b4a69c

Please sign in to comment.