qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] linux-user: Update syscall numbers
@ 2024-09-18  7:42 Laurent Vivier
  2024-09-18  7:42 ` [PATCH 1/3] linux-user: update syscall_nr.h to Linux v6.10 Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Laurent Vivier @ 2024-09-18  7:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: Brian Cain, Jiaxun Yang, Philippe Mathieu-Daudé,
	Laurent Vivier

Run scripts/gensyscalls.sh, scripts/update-mips-syscall-args.sh
and scripts/update-syscalltbl.sh to update syscall numbers to
linux v6.10

Laurent Vivier (3):
  linux-user: update syscall_nr.h to Linux v6.10
  linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10
  linux-user: update syscall.tbl to Linux v6.10

 linux-user/aarch64/syscall_nr.h        | 19 ++++++-
 linux-user/alpha/syscall.tbl           | 28 +++++++---
 linux-user/arm/syscall.tbl             | 24 +++++++--
 linux-user/hexagon/syscall_nr.h        | 20 +++++++-
 linux-user/hppa/syscall.tbl            | 41 ++++++++++-----
 linux-user/i386/syscall_32.tbl         | 28 +++++++---
 linux-user/loongarch64/syscall_nr.h    | 14 ++++-
 linux-user/m68k/syscall.tbl            | 22 ++++++--
 linux-user/microblaze/syscall.tbl      | 22 ++++++--
 linux-user/mips/syscall-args-o32.c.inc | 20 ++++++++
 linux-user/mips/syscall_o32.tbl        | 36 +++++++++----
 linux-user/mips64/syscall_n32.tbl      | 32 +++++++++---
 linux-user/mips64/syscall_n64.tbl      | 20 +++++++-
 linux-user/openrisc/syscall_nr.h       | 18 ++++++-
 linux-user/ppc/syscall.tbl             | 71 ++++++++++++++++++--------
 linux-user/riscv/syscall32_nr.h        | 23 +++++++--
 linux-user/riscv/syscall64_nr.h        | 23 +++++++--
 linux-user/s390x/syscall.tbl           | 34 ++++++++----
 linux-user/sh4/syscall.tbl             | 25 +++++++--
 linux-user/sparc/syscall.tbl           | 40 ++++++++++-----
 linux-user/x86_64/syscall_64.tbl       | 22 ++++++--
 linux-user/xtensa/syscall.tbl          | 22 ++++++--
 22 files changed, 486 insertions(+), 118 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-09-22 11:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18  7:42 [PATCH 0/3] linux-user: Update syscall numbers Laurent Vivier
2024-09-18  7:42 ` [PATCH 1/3] linux-user: update syscall_nr.h to Linux v6.10 Laurent Vivier
2024-09-18 15:41   ` Brian Cain
2024-09-19  8:42     ` Laurent Vivier
2024-09-18  7:42 ` [PATCH 2/3] linux-user, mips: update syscall-args-o32.c.inc " Laurent Vivier
2024-09-18  7:42 ` [PATCH 3/3] linux-user: update syscall.tbl " Laurent Vivier
2024-09-22 11:54 ` [PATCH 0/3] linux-user: Update syscall numbers Richard Henderson

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).