Files
i2som-imx-linux/include/linux
AKASHI Takahiro cd1188e7a5 audit: correct a type mismatch in audit_syscall_exit()
commit 06bdadd763 upstream.

audit_syscall_exit() saves a result of regs_return_value() in intermediate
"int" variable and passes it to __audit_syscall_exit(), which expects its
second argument as a "long" value.  This will result in truncating the
value returned by a system call and making a wrong audit record.

I don't know why gcc compiler doesn't complain about this, but anyway it
causes a problem at runtime on arm64 (and probably most 64-bit archs).

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-13 11:51:08 -08:00
..
2013-12-04 10:50:29 -08:00
2013-07-28 16:25:59 -07:00
2013-04-16 21:27:26 -07:00
2012-12-17 10:37:42 -08:00
2014-01-15 15:27:11 -08:00
2013-01-11 09:07:15 -08:00
2013-04-05 10:04:40 -07:00
2013-08-04 16:26:03 +08:00