From: deller@kernel.org
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: "Laurent Vivier" <laurent@vivier.eu>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
deller@gmx.de, "Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PULL 00/11] Linux user for v11 patches
Date: Fri, 23 Jan 2026 21:52:19 +0100 [thread overview]
Message-ID: <20260123205230.33541-1-deller@kernel.org> (raw)
From: Helge Deller <deller@gmx.de>
The following changes since commit 2339d0a1cfac6ecc667e6e062a593865c1541c35:
Merge tag 'hw-misc-20260120' of https://github.com/philmd/qemu into staging (2026-01-21 07:39:57 +1100)
are available in the Git repository at:
https://github.com/hdeller/qemu-hppa.git tags/linux-user-for-v11-pull-request
for you to fetch changes up to 3829bb3f187598501051b582053bed693aced988:
linux-user: Fix MADV_XXX constants on hppa target (2026-01-23 20:40:15 +0100)
----------------------------------------------------------------
linux-user: statx() syscall, termios2 support and futext() syscall fixes
Please pull if no obvious breakages happen in the testsuite.
Thanks!
Helge
----------------------------------------------------------------
Andreas Schwab (1):
linux-user: update statx emulation
Helge Deller (2):
linux-user: strace: Fix 5th argument of futex syscall
linux-user: Fix MADV_XXX constants on hppa target
Icenowy Zheng (1):
linux-user: fixup termios2 related things on PowerPC
Luca Bonissi (6):
linux-user: Add termios2 support
linux-user: Add termios2 support to alpha target
linux-user: Add termios2 support to hppa target
linux-user: Add termios2 support to mips target
linux-user: Add termios2 support to sh4 target
linux-user: Add termios2 support to sparc target
Vivian Wang (1):
linux-user: Add missing termios baud rates
linux-user/alpha/termbits.h | 30 +++++
linux-user/generic/termbits.h | 2 +-
linux-user/hppa/termbits.h | 45 +++++++-
linux-user/ioctls.h | 6 +
linux-user/mips/termbits.h | 35 +++++-
linux-user/ppc/termbits.h | 1 +
linux-user/sh4/termbits.h | 51 ++++++---
linux-user/sparc/termbits.h | 33 +++++-
linux-user/strace.c | 76 ++++++++++++-
linux-user/syscall.c | 199 ++++++++++++++++++++++++++++++----
linux-user/syscall_defs.h | 6 +-
linux-user/syscall_types.h | 3 +
linux-user/user-internals.h | 3 +
13 files changed, 447 insertions(+), 43 deletions(-)
--
2.52.0
next reply other threads:[~2026-01-23 20:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 20:52 deller [this message]
2026-01-23 20:52 ` [PULL 01/11] linux-user: update statx emulation deller
2026-01-23 20:52 ` [PULL 02/11] linux-user: Add termios2 support deller
2026-01-23 20:52 ` [PULL 03/11] linux-user: Add termios2 support to alpha target deller
2026-01-23 20:52 ` [PULL 04/11] linux-user: Add termios2 support to hppa target deller
2026-01-23 20:52 ` [PULL 05/11] linux-user: Add termios2 support to mips target deller
2026-01-23 20:52 ` [PULL 06/11] linux-user: Add termios2 support to sh4 target deller
2026-01-23 20:52 ` [PULL 07/11] linux-user: Add termios2 support to sparc target deller
2026-01-23 20:52 ` [PULL 08/11] linux-user: Add missing termios baud rates deller
2026-01-23 20:52 ` [PULL 09/11] linux-user: fixup termios2 related things on PowerPC deller
2026-01-23 20:52 ` [PULL 10/11] linux-user: strace: Fix 5th argument of futex syscall deller
2026-01-23 20:52 ` [PULL 11/11] linux-user: Fix MADV_XXX constants on hppa target deller
2026-01-24 0:56 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260123205230.33541-1-deller@kernel.org \
--to=deller@kernel.org \
--cc=deller@gmx.de \
--cc=jiaxun.yang@flygoat.com \
--cc=laurent@vivier.eu \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.