commit | ebb5e15c3eb942c047108063423d5d6a04b9f167 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 07 18:20:30 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Sep 19 21:50:50 2012 +0100 |
tree | 373a08dafd6406c4e2dd2eafe872f00c03703c96 | |
parent | 1f66e06fb6414732bef7bf4a071ef76a837badec [diff] |
ARM: 7525/1: ptrace: use updated syscall number for syscall auditing 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>