public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: system call table generation for asm-generic
@ 2019-01-03 15:40 Firoz Khan
  2019-01-03 15:40 ` Firoz Khan
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Firoz Khan @ 2019-01-03 15:40 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Stefan Agner, Mathieu Desnoyers,
	Russell King, linux-arm-kernel, Greg Kroah-Hartman,
	Philippe Ombredanne, Thomas Gleixner, Kate Stewart
  Cc: y2038, linux-kernel, linux-arch, arnd, deepa.kernel,
	marcin.juszkiewicz, firoz.khan

This will be an automated scripts to provide easy support
for add/modify/delete the system call entry by add in 
respective *.tbl file.

System call table generation support for asm-generic is
provide for arm64 architecture which will use the common
scripts resides in scripts directory and use syscall.tbl
syscall_arm32.tbl files as inputs. This implementation 
will replace asm-generic/unistd.h.

This patch depends on:
 https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.khan@linaro.org/
 https://lore.kernel.org/lkml/1546520681-24453-1-git-send-email-firoz.khan@linaro.org/

Firoz Khan (3):
  arm64: add system call table generation files
  arm64: assign __NR_*_Linux_syscalls generated by the scripts
  arm64: generate uapi and kapi headers

 arch/arm64/Makefile                          |   3 +
 arch/arm64/include/asm/Kbuild                |   2 +
 arch/arm64/include/asm/unistd.h              |  10 +-
 arch/arm64/include/asm/unistd32.h            | 826 ---------------------------
 arch/arm64/include/uapi/asm/Kbuild           |   4 +
 arch/arm64/include/uapi/asm/unistd.h         |  13 +-
 arch/arm64/kernel/sys.c                      |   8 +-
 arch/arm64/kernel/sys32.c                    |   8 +-
 arch/arm64/kernel/syscall.c                  |   4 +-
 arch/arm64/kernel/syscalls/Makefile          |  70 +++
 arch/arm64/kernel/syscalls/syscall_arm32.tbl | 434 ++++++++++++++
 lib/compat_audit.c                           |   2 +-
 12 files changed, 540 insertions(+), 844 deletions(-)
 delete mode 100644 arch/arm64/include/asm/unistd32.h
 create mode 100644 arch/arm64/kernel/syscalls/Makefile
 create mode 100644 arch/arm64/kernel/syscalls/syscall_arm32.tbl

-- 
1.9.1

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

end of thread, other threads:[~2019-01-22  4:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 15:40 [PATCH 0/3] arm64: system call table generation for asm-generic Firoz Khan
2019-01-03 15:40 ` Firoz Khan
2019-01-03 15:40 ` [PATCH 1/3] arm64: add system call table generation files Firoz Khan
2019-01-03 15:40   ` Firoz Khan
2019-01-03 15:40 ` [PATCH 2/3] arm64: assign __NR_*_Linux_syscalls generated by the scripts Firoz Khan
2019-01-03 15:40   ` Firoz Khan
2019-01-03 15:40 ` [PATCH 3/3] arm64: generate uapi and kapi headers Firoz Khan
2019-01-03 15:40   ` Firoz Khan
2019-01-04 17:40   ` kbuild test robot
2019-01-19 23:56 ` [PATCH 0/3] arm64: system call table generation for asm-generic Will Deacon
2019-01-19 23:56   ` Will Deacon
2019-01-21 15:53   ` Arnd Bergmann
2019-01-21 15:53     ` Arnd Bergmann
2019-01-22  4:17     ` Firoz Khan
2019-01-22  4:17       ` Firoz Khan

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