[PULL v2 00/11] Linux user for v11 patches

deller@kernel.org posted 11 patches 23 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260124085306.3996-1-deller@kernel.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
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          | 201 ++++++++++++++++++++++++++++++----
linux-user/syscall_defs.h     |   6 +-
linux-user/syscall_types.h    |   3 +
linux-user/user-internals.h   |   3 +
13 files changed, 449 insertions(+), 43 deletions(-)
[PULL v2 00/11] Linux user for v11 patches
Posted by deller@kernel.org 23 hours ago
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 5db961f92b38b2a0f9db50b47ef3a718962b374f:

  linux-user: Fix MADV_XXX constants on hppa target (2026-01-24 09:47:00 +0100)

----------------------------------------------------------------
linux-user: statx() syscall, termios2 support and futext() syscall fixes

v2:
Fix build error in which CentOS9 is lacking the definition of MADV_COLLAPSE

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

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          | 201 ++++++++++++++++++++++++++++++----
 linux-user/syscall_defs.h     |   6 +-
 linux-user/syscall_types.h    |   3 +
 linux-user/user-internals.h   |   3 +
 13 files changed, 449 insertions(+), 43 deletions(-)

-- 
2.52.0
Re: [PULL v2 00/11] Linux user for v11 patches
Posted by Richard Henderson 19 hours ago
On 1/24/26 19:52, deller@kernel.org wrote:
> From: Helge Deller<deller@gmx.de>
> 
> The following changes since commit 2339d0a1cfac6ecc667e6e062a593865c1541c35:
> 
>    Merge tag 'hw-misc-20260120' ofhttps://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 5db961f92b38b2a0f9db50b47ef3a718962b374f:
> 
>    linux-user: Fix MADV_XXX constants on hppa target (2026-01-24 09:47:00 +0100)
> 
> ----------------------------------------------------------------
> linux-user: statx() syscall, termios2 support and futext() syscall fixes
> 
> v2:
> Fix build error in which CentOS9 is lacking the definition of MADV_COLLAPSE

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.0 as appropriate.

r~