From: Helge Deller <[email protected]>

The following changes since commit 6d17fd91f6cf88df5cb2205e578640d72605cc43:

  Merge tag 'pull-nvme-20260518' of https://gitlab.com/birkelund/qemu into 
staging (2026-05-18 08:33:20 -0400)

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 1e000f9671aed33a3f86d2fdc61f991424628bb4:

  linux-user: Fix a memory leak when pthread_create fails (2026-05-19 15:49:35 
+0200)

----------------------------------------------------------------
linux-user patches

pthread_create() failure path cleanups, sh4 libunwind/sigtramp fixes and
a (emulated) dynamic linker fix for AT_EXECFN.

----------------------------------------------------------------

Helge Deller (1):
  linux-user: Fix AT_EXECFN in AUXV for symlinked programs

Matt Turner (2):
  linux-user/sh4: Fix target_ucontext tuc_link field type
  linux-user/sh4: Fix setup_sigtramp to match Linux kernel trampoline
    pattern

Warner Losh (1):
  linux-user: Fix a memory leak when pthread_create fails

 linux-user/main.c           |  6 +++--
 linux-user/sh4/signal.c     | 46 +++++++++++++++++++++++++++----------
 linux-user/syscall.c        | 24 ++++++++++++-------
 linux-user/user-internals.h |  1 +
 4 files changed, 55 insertions(+), 22 deletions(-)

-- 
2.54.0


Reply via email to