From: Russell King Date: Thu, 20 Aug 2015 16:39:32 +0000 (+0100) Subject: ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit() X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0aa3a665782e29cec752ae667c51ed4ee75d11f;p=pandora-kernel.git ARM: entry: ensure that IRQs are enabled when calling syscall_trace_exit() The audit code looks like it's been written to cope with being called with IRQs enabled. However, it's unclear whether IRQs should be enabled or disabled when calling the syscall tracing infrastructure. Right now, sometimes we call this with IRQs enabled, and other times with IRQs disabled. Opt for IRQs being enabled for consistency. Acked-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed