[PULL 00/10] Linux user for v11 patches

Helge Deller posted 10 patches 1 month ago
Failed in applying to current master (apply log)
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Laurent Vivier <laurent@vivier.eu>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
bsd-user/mmap.c                 |  8 ++++--
linux-user/ioctls.h             |  2 +-
linux-user/mmap.c               |  9 ++++--
linux-user/strace.c             | 51 +++++++++++++++++++++++----------
linux-user/strace.list          |  2 +-
linux-user/syscall.c            |  4 +++
tests/tcg/multiarch/test-mmap.c | 27 +++++++++++++++--
7 files changed, 77 insertions(+), 26 deletions(-)
[PULL 00/10] Linux user for v11 patches
Posted by Helge Deller 1 month ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 084a6c6e73a8670f3d5144b88d617a76fae207a8:

  Merge tag 'hw-misc-20260308' of https://github.com/philmd/qemu into staging (2026-03-09 09:39:12 +0000)

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 e6e84085069ccf2d083223aef67d008fbee20915:

  linux-user: Improve formatting for mremap() (2026-03-09 14:37:01 +0100)

----------------------------------------------------------------
linux-user patches for qemu v11

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

Andreas Schwab (3):
  linux-user: properly check flags in openat2
  linux-user: fix matching ioctl numbers in print_ioctl
  linux-user: fix TIOCGSID ioctl

Bingwu Zhang (4):
  linux-user: Deal with mmap where start > reserved_va
  bsd-user: Deal with mmap where start > reserved_va
  tests/tcg/multiarch/test-mmap: Print more details
  tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va

Frank Chang (1):
  linux-user: Check if RESOLVE_CACHED flag is defined before using it

Helge Deller (1):
  linux-user: Improve formatting for mremap()

Jean-Christian CÎRSTEA (1):
  linux-user/strace: fix printing of file offsets

 bsd-user/mmap.c                 |  8 ++++--
 linux-user/ioctls.h             |  2 +-
 linux-user/mmap.c               |  9 ++++--
 linux-user/strace.c             | 51 +++++++++++++++++++++++----------
 linux-user/strace.list          |  2 +-
 linux-user/syscall.c            |  4 +++
 tests/tcg/multiarch/test-mmap.c | 27 +++++++++++++++--
 7 files changed, 77 insertions(+), 26 deletions(-)

-- 
2.53.0


Re: [PULL 00/10] Linux user for v11 patches
Posted by Peter Maydell 1 month ago
On Mon, 9 Mar 2026 at 13:48, Helge Deller <deller@kernel.org> wrote:
>
> From: Helge Deller <deller@gmx.de>
>
> The following changes since commit 084a6c6e73a8670f3d5144b88d617a76fae207a8:
>
>   Merge tag 'hw-misc-20260308' of https://github.com/philmd/qemu into staging (2026-03-09 09:39:12 +0000)
>
> 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 e6e84085069ccf2d083223aef67d008fbee20915:
>
>   linux-user: Improve formatting for mremap() (2026-03-09 14:37:01 +0100)
>
> ----------------------------------------------------------------
> linux-user patches for qemu v11
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM