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 0272032af5d7ad6e19305abcd494a5f4f8dd7d58:
linux-user: Add missing CDROM ioctls (2026-04-27 22:56:07 +0200)
----------------------------------------------------------------
linux-user: Pull various patches
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.
v2:
- added various Revied-by tags
- fixed Reported-by tags
- added second exit() call to "Flush errors by using exit() instead of _exit()
in error path" patch
- added missing CDROM ioctls patch
----------------------------------------------------------------
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 (8):
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
linux-user: Add missing CDROM ioctls
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/ioctls.h | 29 ++++++++++++---------
linux-user/main.c | 4 +--
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 +--
19 files changed, 133 insertions(+), 60 deletions(-)
--
2.53.0