commit | 244599469f4c5860c8a4ae8fa8c6907a10caeccf | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 02 22:59:58 2010 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 04 18:33:55 2010 +0100 |
tree | a71b3e640bf007cb0899081b780fc6b87e377589 | |
parent | 5707bf6bcecd85d01ea22e8b28cf66170068475f [diff] |
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 <ralf@linux-mips.org>