[PULL 0/7] Linux user patches

Helge Deller posted 7 patches 1 week, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260812203725.10694-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/alpha/elfload.c     | 10 ++++++++
linux-user/alpha/target_elf.h  | 11 +++++++++
linux-user/elfload.c           | 19 +++++++++++++++
linux-user/hppa/elfload.c      |  7 ++++++
linux-user/hppa/target_elf.h   |  9 +++++++
linux-user/loader.h            |  3 +++
linux-user/mips/elfload.c      |  8 +++++++
linux-user/mips/target_elf.h   | 13 ++++++++++
linux-user/mips64/target_elf.h | 13 ++++++++++
linux-user/riscv/elfload.c     |  9 +++++++
linux-user/riscv/target_elf.h  | 11 +++++++++
linux-user/sh4/elfload.c       | 10 ++++++++
linux-user/sh4/target_elf.h    | 12 ++++++++++
linux-user/strace.list         |  3 +++
linux-user/syscall.c           | 44 ++++++++++++++++++++++++++++++++++
linux-user/syscall_defs.h      | 13 ++++++++++
16 files changed, 195 insertions(+)
[PULL 0/7] Linux user patches
Posted by Helge Deller 1 week, 6 days ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 3e3ccab106f879b1512f8e0d51a827dd4de30e22:

  Update version for v11.1.0-rc3 release (2026-08-04 15:36:08 -0400)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/linux-user-pull-request

for you to fetch changes up to ce276ab1a92cad460930fada1bc2e2e4a96f7595:

  linux-user/sh4: write the floating-point registers to a core dump (2026-08-07 18:14:13 +0200)

----------------------------------------------------------------
linux-user patches

Patches from Mat Turner to support the mount_setattr() syscall and to add
floating-point registers to core dumps on alpha, mips, hppa, riscv and sh4.

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

Matt Turner (7):
  linux-user: implement mount_setattr(2)
  linux-user: support writing floating-point registers to a core dump
  linux-user/alpha: write the floating-point registers to a core dump
  linux-user/mips: write the floating-point registers to a core dump
  linux-user/hppa: write the floating-point registers to a core dump
  linux-user/riscv: write the floating-point registers to a core dump
  linux-user/sh4: write the floating-point registers to a core dump

 linux-user/alpha/elfload.c     | 10 ++++++++
 linux-user/alpha/target_elf.h  | 11 +++++++++
 linux-user/elfload.c           | 19 +++++++++++++++
 linux-user/hppa/elfload.c      |  7 ++++++
 linux-user/hppa/target_elf.h   |  9 +++++++
 linux-user/loader.h            |  3 +++
 linux-user/mips/elfload.c      |  8 +++++++
 linux-user/mips/target_elf.h   | 13 ++++++++++
 linux-user/mips64/target_elf.h | 13 ++++++++++
 linux-user/riscv/elfload.c     |  9 +++++++
 linux-user/riscv/target_elf.h  | 11 +++++++++
 linux-user/sh4/elfload.c       | 10 ++++++++
 linux-user/sh4/target_elf.h    | 12 ++++++++++
 linux-user/strace.list         |  3 +++
 linux-user/syscall.c           | 44 ++++++++++++++++++++++++++++++++++
 linux-user/syscall_defs.h      | 13 ++++++++++
 16 files changed, 195 insertions(+)

-- 
2.54.0
Re: [PULL 0/7] Linux user patches
Posted by Richard Henderson 1 week, 6 days ago
On 8/12/26 13:37, Helge Deller wrote:
> From: Helge Deller<deller@gmx.de>
> 
> The following changes since commit 3e3ccab106f879b1512f8e0d51a827dd4de30e22:
> 
>    Update version for v11.1.0-rc3 release (2026-08-04 15:36:08 -0400)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git tags/linux-user-pull-request
> 
> for you to fetch changes up to ce276ab1a92cad460930fada1bc2e2e4a96f7595:
> 
>    linux-user/sh4: write the floating-point registers to a core dump (2026-08-07 18:14:13 +0200)
> 
> ----------------------------------------------------------------
> linux-user patches
> 
> Patches from Mat Turner to support the mount_setattr() syscall and to add
> floating-point registers to core dumps on alpha, mips, hppa, riscv and sh4.

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

r~