• Ralf Baechle's avatar
    MIPS: Audit: Fix hang in entry.S. · 24459946
    Ralf Baechle authored
    _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: default avatarRalf Baechle <ralf@linux-mips.org>
    24459946
thread_info.h 4.92 KB