All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] Linux user patches
@ 2026-08-12 20:37 Helge Deller
  2026-08-12 20:37 ` [PULL 1/7] linux-user: implement mount_setattr(2) Helge Deller
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Helge Deller @ 2026-08-12 20:37 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel
  Cc: Pierrick Bouvier, Philippe Mathieu-Daudé, Matt Turner,
	Laurent Vivier, Helge Deller

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-08-13  0:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 20:37 [PULL 0/7] Linux user patches Helge Deller
2026-08-12 20:37 ` [PULL 1/7] linux-user: implement mount_setattr(2) Helge Deller
2026-08-12 20:37 ` [PULL 2/7] linux-user: support writing floating-point registers to a core dump Helge Deller
2026-08-12 20:37 ` [PULL 3/7] linux-user/alpha: write the " Helge Deller
2026-08-12 20:37 ` [PULL 4/7] linux-user/mips: " Helge Deller
2026-08-12 20:37 ` [PULL 5/7] linux-user/hppa: " Helge Deller
2026-08-12 20:37 ` [PULL 6/7] linux-user/riscv: " Helge Deller
2026-08-12 20:37 ` [PULL 7/7] linux-user/sh4: " Helge Deller
2026-08-13  0:23 ` [PULL 0/7] Linux user patches Richard Henderson

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.