[PULL 0/4] Linux user next patches

Helge Deller posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260430071922.15341-1-deller@kernel.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
There is a newer version of this series
linux-user/ioctls.h  | 29 +++++++++++++----------
linux-user/main.c    |  2 +-
linux-user/syscall.c | 56 +++++++++++++++++++++++++-------------------
3 files changed, 50 insertions(+), 37 deletions(-)
[PULL 0/4] Linux user next patches
Posted by Helge Deller 1 month ago
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
Re: [PULL 0/4] Linux user next patches
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.