[PATCH 0/2] syscall: Cleanup and improve syscall_get_arguments()

Jinjie Ruan posted 2 patches 4 days, 8 hours ago
There is a newer version of this series
arch/arm/include/asm/syscall.h    |  2 --
arch/arm64/include/asm/syscall.h  | 10 +++++-----
arch/xtensa/include/asm/syscall.h |  1 -
3 files changed, 5 insertions(+), 8 deletions(-)
[PATCH 0/2] syscall: Cleanup and improve syscall_get_arguments()
Posted by Jinjie Ruan 4 days, 8 hours ago
Remove unused SYSCALL_MAX_ARGS and avoid memcpy() for
syscall_get_arguments() for arm64.

Jinjie Ruan (2):
  syscall.h: Remove unused SYSCALL_MAX_ARGS
  arm64: Avoid memcpy() for syscall_get_arguments()

 arch/arm/include/asm/syscall.h    |  2 --
 arch/arm64/include/asm/syscall.h  | 10 +++++-----
 arch/xtensa/include/asm/syscall.h |  1 -
 3 files changed, 5 insertions(+), 8 deletions(-)

-- 
2.34.1