Re: [PATCH] mips: fix mips_get_syscall_arg o32 check
From: Paul Burton <hidden>
Date: 2018-11-21 19:23:32
Also in:
lkml
From: Paul Burton <hidden>
Date: 2018-11-21 19:23:32
Also in:
lkml
Hello, Dmitry V. Levin wrote:
When checking for TIF_32BIT_REGS flag, mips_get_syscall_arg() should
use the task specified as its argument instead of the current task.
This potentially affects all syscall_get_arguments() users
who specify tasks different from the current.
Fixes: c0ff3c53d4f99 ("MIPS: Enable HAVE_ARCH_TRACEHOOK.")
Signed-off-by: Dmitry V. Levin <redacted>
Applied to mips-fixes.
Thanks,
Paul
[ This message was auto-generated; if you believe anything is incorrect
then please email paul.burton@mips.com to report it. ]