From: Helge Deller <deller@kernel.org>
To: qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@gmail.com>
Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>,
Laurent Vivier <laurent@vivier.eu>,
deller@gmx.de
Subject: [PULL 0/4] Linux user patches
Date: Thu, 18 Jun 2026 23:54:07 +0200 [thread overview]
Message-ID: <20260618215411.22057-1-deller@kernel.org> (raw)
From: Helge Deller <deller@gmx.de>
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
next reply other threads:[~2026-06-18 21:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 21:54 Helge Deller [this message]
2026-06-18 21:54 ` [PULL 1/4] linux-user: Fix AT_PHDR when program headers are relocated into their own segment Helge Deller
2026-06-18 21:54 ` [PULL 2/4] linux-user: Implement /proc/cpuinfo for loongarch cpus Helge Deller
2026-06-18 21:54 ` [PULL 3/4] linux-user: Implement /proc/cpuinfo for m68k CPU Helge Deller
2026-06-18 21:54 ` [PULL 4/4] linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturn Helge Deller
-- strict thread matches above, loose matches on Subject: below --
2026-06-12 15:50 [PULL 0/4] Linux user patches Helge Deller
2026-06-13 23:40 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260618215411.22057-1-deller@kernel.org \
--to=deller@kernel.org \
--cc=deller@gmx.de \
--cc=laurent@vivier.eu \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.