public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] syscall: Cleanup and improve syscall_get_arguments()
@ 2025-12-01 12:06 Jinjie Ruan
  2025-12-01 12:06 ` [PATCH v2 1/2] syscall.h: Remove unused SYSCALL_MAX_ARGS Jinjie Ruan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jinjie Ruan @ 2025-12-01 12:06 UTC (permalink / raw)
  To: linux, catalin.marinas, will, chris, jcmvbkbc, ldv, charlie,
	deller, macro, akpm, mark.rutland, rostedt, tglx,
	linux-arm-kernel, linux-kernel
  Cc: ruanjinjie

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  | 18 ++++++++++++------
 arch/xtensa/include/asm/syscall.h |  1 -
 3 files changed, 12 insertions(+), 9 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-05 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 12:06 [PATCH v2 0/2] syscall: Cleanup and improve syscall_get_arguments() Jinjie Ruan
2025-12-01 12:06 ` [PATCH v2 1/2] syscall.h: Remove unused SYSCALL_MAX_ARGS Jinjie Ruan
2025-12-01 15:24   ` Russell King (Oracle)
2025-12-01 12:06 ` [PATCH v2 2/2] arm64: Avoid memcpy() for syscall_get_arguments() Jinjie Ruan
2026-01-05 22:58 ` [PATCH v2 0/2] syscall: Cleanup and improve syscall_get_arguments() Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox