diff options
author | Markos Chandras <[email protected]> | 2014-07-24 12:10:01 +0100 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2014-08-26 02:18:56 +0200 |
commit | 8d74ea0edb83a57f793a55bb7360a17af8ade5d1 (patch) | |
tree | 73a1af4f4ec766913dafb1b23ccc7a631bd39490 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 7ff1740fa48c277628181a047177e0a53f09f682 (diff) |
MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64
On MIPS64, O32 processes set both TIF_32BIT_ADDR and
TIF_32BIT_REGS so the previous condition treated O32 applications
as N32 when evaluating seccomp filters. Fix the condition to check
both TIF_32BIT_{REGS, ADDR} for the N32 AUDIT flag.
Signed-off-by: Markos Chandras <[email protected]>
Patchwork: http://patchwork.linux-mips.org/patch/7480/
Cc: <[email protected]> # v3.15+
Signed-off-by: James Hogan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions