From: Helge Deller <[email protected]> The following changes since commit c7cf7c810153d6f5f31aa2d5c0dee9087f6b4dff:
Merge tag 'firmware-20260617-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-06-17 10:17:29 -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 54e08dbe8f2aeca57e3b1a5eab09a9fec88c1c67: linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturn (2026-06-18 23:43:35 +0200) ---------------------------------------------------------------- linux-user patches One frame pointer memory locking fix for the xtensa architecture, a generic loader fix for programs with modified headers, and two patches to emulate /proc/cpuinfo for loogarch and m68k CPUs. ---------------------------------------------------------------- Akshit Yadav (1): linux-user: Fix AT_PHDR when program headers are relocated into their own segment Helge Deller (2): linux-user: Implement /proc/cpuinfo for loongarch cpus linux-user: Implement /proc/cpuinfo for m68k CPU Matt Turner (1): linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturn linux-user/elfload.c | 21 +++++++- linux-user/loongarch64/elfload.c | 20 +++++++ linux-user/loongarch64/target_proc.h | 79 +++++++++++++++++++++++++++- linux-user/m68k/target_proc.h | 46 ++++++++++++++++ linux-user/qemu.h | 1 + linux-user/xtensa/signal.c | 3 +- 6 files changed, 167 insertions(+), 3 deletions(-) -- 2.54.0
