All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/14] Linux user next patches
@ 2026-04-25 15:51 Helge Deller
  2026-04-25 15:51 ` [PULL 01/14] MAINTAINERS: Add myself as maintainer for linux-user Helge Deller
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Helge Deller @ 2026-04-25 15:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: Helge Deller, Jiaxun Yang, Laurent Vivier, Pierrick Bouvier,
	Philippe Mathieu-Daudé

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



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

end of thread, other threads:[~2026-04-28 13:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-25 15:51 [PULL 00/14] Linux user next patches Helge Deller
2026-04-25 15:51 ` [PULL 01/14] MAINTAINERS: Add myself as maintainer for linux-user Helge Deller
2026-04-25 15:51 ` [PULL 02/14] linux-user/ppc: Fix ppc64 rt_sigframe stack offset Helge Deller
2026-04-25 15:51 ` [PULL 03/14] linux-user: fix off-by-one in host_to_target_for_each_rtattr() Helge Deller
2026-04-25 15:51 ` [PULL 04/14] linux-user: Don't define target_stat64 struct for loongarch64 Helge Deller
2026-04-25 15:51 ` [PULL 05/14] linux-user/arm/nwfpe: Replace user_registers with current_cpu Helge Deller
2026-04-25 15:51 ` [PULL 06/14] linux-user/arm/nwfpe: Use thread-local storage for qemufpa Helge Deller
2026-04-25 15:51 ` [PULL 07/14] linux-user/strace: Use pointer type for read and write values Helge Deller
2026-04-25 15:51 ` [PULL 08/14] linux-user/mips: sync k0 TLS for EF_MIPS_MACH_OCTEON userlands Helge Deller
2026-04-25 15:51 ` [PULL 09/14] linux-user: Define SO_TIMESTAMP*_NEW and SO_RCVTIMEIO_NEW Helge Deller
2026-04-25 15:51 ` [PULL 10/14] linux-user: Add setsockopt() for SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW Helge Deller
2026-04-25 15:51 ` [PULL 11/14] linux-user: Add getsockopt() " Helge Deller
2026-04-25 15:51 ` [PULL 12/14] linux-user: Fix CLONE_PARENT_SETTID when using fork-like clone Helge Deller
2026-04-25 15:51 ` [PULL 13/14] linux-user: Use abi_int for imr_ifindex in ip_mreqn struct Helge Deller
2026-04-25 15:51 ` [PULL 14/14] linux-user: Flush errors by using exit() instead of _exit() in error path Helge Deller
2026-04-27  6:28   ` Philippe Mathieu-Daudé
2026-04-28 12:02 ` [PULL 00/14] Linux user next patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.