From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists1p.gnu.org (lists1p.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 35DBDCD6E79 for ; Mon, 8 Jun 2026 19:44:08 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wWfsU-0008Sv-2L; Mon, 08 Jun 2026 15:43:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wWfsG-0008Rr-Gi for qemu-devel@nongnu.org; Mon, 08 Jun 2026 15:43:04 -0400 Received: from tor.source.kernel.org ([172.105.4.254]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wWfsE-0006AW-Tr for qemu-devel@nongnu.org; Mon, 08 Jun 2026 15:43:04 -0400 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 7A0E460098; Mon, 8 Jun 2026 19:43:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB6081F00893; Mon, 8 Jun 2026 19:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780947780; bh=RUMByu/fpDdE65xUoRUclh3AVYC8YbM0hG6NpjUSfrg=; h=From:To:Cc:Subject:Date; b=dMasf6kB1hOJfGtZF2A0y+pI+5GXrb22wWc02M0ecT1oMx927xQVxrt5TkaUNB5cM zhsva91hIAiFDHO6mILnSu7NgCyk4RJqo0/dsI1L6EAB/Thg1ptlndE3CkiVk0uJJu hiWeQABhh1W6J7whotc0b56st/nFDygQdaz06pUXX9s3KqvkukxR/DaWiapQVGgbf5 nzqCMoQvomwAn6wB4mpi/sV0AmI+HrDrhs5ymlhjSF/1XILYgNHQpBKmoJb5PYPJpL 1y79WsyGA7BbJNTxj++rlfnccofq1zTw1w0XfONtwpVKqpbPiyuib7Ct40mxnN32Y7 bUwalb51UTQAw== From: Helge Deller To: qemu-devel@nongnu.org Cc: Pierrick Bouvier , Max Filippov , Helge Deller , Yoshinori Sato , Laurent Vivier Subject: [PULL 0/8] Linux user patches Date: Mon, 8 Jun 2026 21:42:48 +0200 Message-ID: <20260608194256.13794-1-deller@kernel.org> X-Mailer: git-send-email 2.54.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=172.105.4.254; envelope-from=deller@kernel.org; helo=tor.source.kernel.org X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.445, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org From: Helge Deller The following changes since commit 29c042c6e9d4a09d4a0ac3fa54aeb7ee08ce0bdc: lcitool: remove Cirrus CI support (2026-06-03 12:45:38 -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 fd8da2844c4354ecf54bd73a2fa7babe669b7a12: target/sh4: decode_gusa: recognize add#imm with prior mov Rm, Rn (2026-06-07 17:56:24 +0200) ---------------------------------------------------------------- linux-user patches for alpha, sparc and sh4 Various linux-user related patches from Matt Turner with coredump support for alpha and sparc, as well as some fixes for the signal handler in sparc. The patches from Xinhui Yang add the missing fsmount series syscalls support for systemd. ---------------------------------------------------------------- Matt Turner (6): linux-user/alpha: add coredump support linux-user/sparc: add coredump support linux-user/sparc: restore L/I registers from RSA in sparc64_set_context linux-user/sparc: call block_signals() before set_sigmask() in setcontext linux-user/sparc: flush register windows before core dump target/sh4: decode_gusa: recognize add#imm with prior mov Rm, Rn Xinhui Yang (2): linux-user: implement fsmount(2) series of syscalls linux-user/strace: add fsmount series of syscalls linux-user/alpha/elfload.c | 12 ++++ linux-user/alpha/target_elf.h | 13 +++++ linux-user/elfload.c | 9 +++ linux-user/sparc/cpu_loop.c | 3 +- linux-user/sparc/cpu_loop.h | 7 +++ linux-user/sparc/elfload.c | 54 +++++++++++++++++ linux-user/sparc/signal.c | 27 +++++++++ linux-user/sparc/target_elf.h | 20 +++++++ linux-user/strace.c | 105 ++++++++++++++++++++++++++++++++++ linux-user/strace.list | 15 +++++ linux-user/syscall.c | 91 +++++++++++++++++++++++++++++ target/sh4/translate.c | 2 +- 12 files changed, 356 insertions(+), 2 deletions(-) create mode 100644 linux-user/sparc/cpu_loop.h -- 2.54.0