commit | 4a99854c5840065e7d3a464523cbe1993acb4f00 | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Fri Feb 28 14:30:45 2014 -0500 |
committer | Eric Paris <eparis@redhat.com> | Tue Sep 23 16:21:26 2014 -0400 |
tree | 5b1bc32d34f7cfca1ebf81a61c36be7a25fda231 | |
parent | 91397401bb5072f71e8ce8744ad0bdec3e875a91 [diff] |
audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() directly Since every arch should have syscall_get_arch() defined, stop using the function argument and just collect this ourselves. We do not drop the argument as fixing some code paths (in assembly) to not pass this first argument is non-trivial. The argument will be dropped when that is fixed. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com>