All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/4] Linux user next patches
@ 2026-05-19 14:05 Helge Deller
  2026-05-19 14:05 ` [PULL 1/4] linux-user: Fix AT_EXECFN in AUXV for symlinked programs Helge Deller
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Helge Deller @ 2026-05-19 14:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: deller, Laurent Vivier, Pierrick Bouvier

From: Helge Deller <deller@gmx.de>

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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PULL 0/4] Linux user next patches
@ 2026-04-30  7:19 Helge Deller
  2026-04-30 17:35 ` Stefan Hajnoczi
  0 siblings, 1 reply; 8+ messages in thread
From: Helge Deller @ 2026-04-30  7:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Helge Deller, Pierrick Bouvier

From: Helge Deller <deller@gmx.de>

The following changes since commit 759c456b1d22fe4083c8b384da27d3f56fd53f82:

  Merge tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-04-27 12:57:33 -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 9667bf3249256788245c6ca07bc12106f3e4fa22:

  linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR (2026-04-30 09:00:04 +0200)

----------------------------------------------------------------
Pull request for linux-user

Please pull 4 fixes for the linux-user target.
Two patches fix open bug reports regarding return error codes and allowed parameters.
One adds missing CDROM ioctls (and fixes a few), and the last patch is a leftover
from the previous pull request and helps flushing error strings at exit.

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

Helge Deller (4):
  linux-user: Add missing CDROM ioctls
  linux-user: Flush errors by using exit() instead of _exit() in error
    path
  linux-user: Allow getsockopt() with NULL optval address
  linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR

 linux-user/ioctls.h  | 29 +++++++++++++----------
 linux-user/main.c    |  2 +-
 linux-user/syscall.c | 56 +++++++++++++++++++++++++-------------------
 3 files changed, 50 insertions(+), 37 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-05-19 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 14:05 [PULL 0/4] Linux user next patches Helge Deller
2026-05-19 14:05 ` [PULL 1/4] linux-user: Fix AT_EXECFN in AUXV for symlinked programs Helge Deller
2026-05-19 14:05 ` [PULL 2/4] linux-user/sh4: Fix target_ucontext tuc_link field type Helge Deller
2026-05-19 14:05 ` [PULL 3/4] linux-user/sh4: Fix setup_sigtramp to match Linux kernel trampoline pattern Helge Deller
2026-05-19 14:05 ` [PULL 4/4] linux-user: Fix a memory leak when pthread_create fails Helge Deller
2026-05-19 20:51 ` [PULL 0/4] Linux user next patches Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2026-04-30  7:19 Helge Deller
2026-04-30 17:35 ` 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.