git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23fed62
)
audit: arm64: Remove the audit arch argument to audit_syscall_entry
author
Eric Paris
<eparis@redhat.com>
Tue, 23 Sep 2014 20:25:34 +0000
(16:25 -0400)
committer
Eric Paris
<eparis@redhat.com>
Tue, 23 Sep 2014 20:25:34 +0000
(16:25 -0400)
The arm64 tree added calls to audit_syscall_entry() and rightly included
the syscall number. The interface has since been changed to not need
the syscall number. As such, arm64 should no longer pass that value.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found