From: Markos Chandras Date: Thu, 24 Jul 2014 11:10:01 +0000 (+0100) Subject: MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64 X-Git-Tag: fixes-for-v3.18-merge-window~106^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d74ea0edb83a57f793a55bb7360a17af8ade5d1;p=pandora-kernel.git 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 Patchwork: http://patchwork.linux-mips.org/patch/7480/ Cc: # v3.15+ Signed-off-by: James Hogan --- Reading git-diff-tree failed