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