ARM: 7525/1: ptrace: use updated syscall number for syscall auditing
authorWill Deacon <will.deacon@arm.com>
Fri, 7 Sep 2012 17:20:30 +0000 (18:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Sep 2012 20:50:50 +0000 (21:50 +0100)
When tracing system calls, a debugger may change the syscall number
in response to a SIGTRAP on syscall entry.

This patch ensures that the new syscall number is passed to the audit
code.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found