From: Helge Deller <deller@gmx.de>
The following changes since commit 98b060da3a4f92b2a994ead5b16a87e783baf77c:
Update version for v11.0.0 release (2026-04-21 16:28:47 +0100)
are available in the Git repository at:
https://github.com/hdeller/qemu-hppa.git tags/linux-user-next-pull-request
for you to fetch changes up to 9e7734ead149d73f1d25f61d0b7f075d4b2cb07d:
linux-user: Flush errors by using exit() instead of _exit() in error path (2026-04-25 16:38:39 +0200)
----------------------------------------------------------------
linux-user: Pull request
This patch series adds myself as linux-user maintainer, and includes some
patches which have piled up for linux-user during the last few weeks.
Please apply.
Thanks!
Helge
----------------------------------------------------------------
Alistair Francis (1):
linux-user/strace: Use pointer type for read and write values
Gyorgy Tamasi (1):
linux-user: Don't define target_stat64 struct for loongarch64
Helge Deller (7):
MAINTAINERS: Add myself as maintainer for linux-user
linux-user: Define SO_TIMESTAMP*_NEW and SO_RCVTIMEIO_NEW
linux-user: Add setsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
linux-user: Add getsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
linux-user: Fix CLONE_PARENT_SETTID when using fork-like clone
linux-user: Use abi_int for imr_ifindex in ip_mreqn struct
linux-user: Flush errors by using exit() instead of _exit() in error
path
James Hilliard (1):
linux-user/mips: sync k0 TLS for EF_MIPS_MACH_OCTEON userlands
Matt Turner (1):
linux-user/ppc: Fix ppc64 rt_sigframe stack offset
Richard Henderson (2):
linux-user/arm/nwfpe: Replace user_registers with current_cpu
linux-user/arm/nwfpe: Use thread-local storage for qemufpa
Yixin Wei (1):
linux-user: fix off-by-one in host_to_target_for_each_rtattr()
MAINTAINERS | 1 +
linux-user/alpha/sockbits.h | 7 +++++
linux-user/arm/cpu_loop.c | 2 +-
linux-user/arm/nwfpe/fpa11.c | 12 ++-------
linux-user/arm/nwfpe/fpa11.h | 25 ++++++------------
linux-user/elfload.c | 3 +++
linux-user/fd-trans.c | 2 +-
linux-user/generic/sockbits.h | 8 ++++++
linux-user/hppa/sockbits.h | 7 +++++
linux-user/main.c | 2 +-
linux-user/mips/sockbits.h | 7 +++++
linux-user/mips/target_cpu.h | 5 ++++
linux-user/ppc/signal.c | 16 ++++++++++--
linux-user/qemu.h | 1 +
linux-user/sparc/sockbits.h | 7 +++++
linux-user/strace.list | 4 +--
linux-user/syscall.c | 49 +++++++++++++++++++++++++++--------
linux-user/syscall_defs.h | 4 +--
18 files changed, 115 insertions(+), 47 deletions(-)
--
2.53.0