android_kernel_xiaomi_sm7250/arch/nios2/kernel
Al Viro 8cae08d732 nios2: add force_successful_syscall_return()
commit fd0c153daad135d0ec1a53c5dbe6936a724d6ae1 upstream.

If we use the ancient SysV syscall ABI, we'd better have tell the
kernel how to claim that a negative return value is a success.
Use ->orig_r2 for that - it's inaccessible via ptrace, so it's
a fair game for changes and it's normally[*] non-negative on return
from syscall.  Set to -1; syscall is not going to be restart-worthy
by definition, so we won't interfere with that use either.

[*] the only exception is rt_sigreturn(), where we skip the entire
messing with r1/r2 anyway.

Fixes: 82ed08dd1b ("nios2: Exception handling")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-08-25 11:15:40 +02:00
..
.gitignore
asm-offsets.c
cpuinfo.c
entry.S nios2: add force_successful_syscall_return() 2022-08-25 11:15:40 +02:00
head.S
insnemu.S
irq.c
kgdb.c
Makefile
misaligned.c
module.c
nios2_ksyms.c
process.c
prom.c
ptrace.c
setup.c
signal.c nios2: restarts apply only to the first sigframe we build... 2022-08-25 11:15:40 +02:00
sys_nios2.c
syscall_table.c nios2: don't leave NULLs in sys_call_table[] 2022-08-25 11:15:40 +02:00
time.c
traps.c
vmlinux.lds.S