From: Ralf Baechle Date: Thu, 2 Sep 2010 20:59:58 +0000 (+0200) Subject: MIPS: Audit: Fix hang in entry.S. X-Git-Tag: v2.6.36-rc7~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244599469f4c5860c8a4ae8fa8c6907a10caeccf;p=pandora-kernel.git MIPS: Audit: Fix hang in entry.S. _TIF_WORK_MASK false had _TIF_SYSCALL_AUDIT set. If a thread's _TIF_SYSCALL_AUDIT is ever set this will lead to an endless loop on the way out from a syscall. Currently this is only a theoretic bug as init/Kconfig doesn't allow AUDIT_SYSCALL to be enabled for MIPS. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed