linux-arm-kernel.lists.infradead.org archive mirror
 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
  2025-12-01 12:06 ` [PATCH v2 2/2] arm64: Avoid memcpy() for syscall_get_arguments() Jinjie Ruan
  0 siblings, 2 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2025-12-01 15:24 UTC | newest]

Thread overview: 4+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).