aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/syscall.h
diff options
context:
space:
mode:
authorDmitry V. Levin <[email protected]>2019-03-29 20:12:30 +0300
committerSteven Rostedt (VMware) <[email protected]>2019-04-04 10:27:17 -0400
commited3bb007021b9bddb90afae28a19f08ed8890add (patch)
treeb363ee6cad7605b0dd2b8d4f3710cf9e11e1bc5d /arch/nios2/include/asm/syscall.h
parent10a16997db3d99fc02c026cf2c6e6c670acafab0 (diff)
csky: Fix syscall_get_arguments() and syscall_set_arguments()
C-SKY syscall arguments are located in orig_a0,a1,a2,a3,regs[0],regs[1] fields of struct pt_regs. Due to an off-by-one bug and a bug in pointer arithmetic syscall_get_arguments() was reading orig_a0,regs[1..5] fields instead. Likewise, syscall_set_arguments() was writing orig_a0,regs[1..5] fields instead. Link: http://lkml.kernel.org/r/[email protected] Fixes: 4859bfca11c7d ("csky: System Call") Cc: Ingo Molnar <[email protected]> Cc: Kees Cook <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Will Drewry <[email protected]> Cc: [email protected] # v4.20+ Tested-by: Guo Ren <[email protected]> Acked-by: Guo Ren <[email protected]> Signed-off-by: Dmitry V. Levin <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'arch/nios2/include/asm/syscall.h')
0 files changed, 0 insertions, 0 deletions