All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/8] Linux user for 7.1 patches
Date: Wed, 25 May 2022 12:40:49 +0200	[thread overview]
Message-ID: <20220525104057.543354-1-laurent@vivier.eu> (raw)

The following changes since commit 3757b0d08b399c609954cf57f273b1167e5d7a8d:

  Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into staging (2022-05-20 08:04:30 -0700)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.1-pull-request

for you to fetch changes up to 565a84c1e61acb6e2bce03e5ca88b5ce400231ca:

  linux-user/host/s390: Treat EX and EXRL as writes (2022-05-23 22:54:02 +0200)

----------------------------------------------------------------
Pull request linux-user 20220525

s390x fixes
CPUArchState cleanup
elfload cleanup
fix for uclibc-ng and by musl

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

Fabrice Fontaine (1):
  linux-user/syscall.c: fix build without RLIMIT_RTTIME

Ilya Leoshkevich (3):
  linux-user/s390x: Fix unwinding from signal handlers
  tests/tcg/s390x: Test unwinding from signal handlers
  linux-user/host/s390: Treat EX and EXRL as writes

Philippe Mathieu-Daudé (3):
  linux-user/elfload: Remove pointless non-const CPUArchState cast
  linux-user: Have do_syscall() use CPUArchState* instead of void*
  linux-user: Remove pointless CPU{ARCH}State casts

Richard Henderson (1):
  linux-user: Clean up arg_start/arg_end confusion

 linux-user/elfload.c                       |  12 +-
 linux-user/include/host/s390/host-signal.h |   7 +
 linux-user/linuxload.c                     |  12 +-
 linux-user/main.c                          |   4 +-
 linux-user/qemu.h                          |  12 +-
 linux-user/s390x/signal.c                  |   5 +
 linux-user/strace.c                        | 202 ++++++++++-----------
 linux-user/strace.h                        |   4 +-
 linux-user/syscall.c                       |  83 +++++----
 linux-user/uname.c                         |   4 +-
 linux-user/uname.h                         |   2 +-
 linux-user/user-internals.h                |  18 +-
 semihosting/arm-compat-semi.c              |   4 +-
 tests/tcg/s390x/signals-s390x.c            |  69 +++++--
 14 files changed, 252 insertions(+), 186 deletions(-)

-- 
2.36.1



             reply	other threads:[~2022-05-25 10:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 10:40 Laurent Vivier [this message]
2022-05-25 10:40 ` [PULL 1/8] linux-user: Clean up arg_start/arg_end confusion Laurent Vivier
2022-05-25 10:40 ` [PULL 2/8] linux-user/syscall.c: fix build without RLIMIT_RTTIME Laurent Vivier
2022-05-25 10:40 ` [PULL 3/8] linux-user/elfload: Remove pointless non-const CPUArchState cast Laurent Vivier
2022-05-25 10:40 ` [PULL 4/8] linux-user: Have do_syscall() use CPUArchState* instead of void* Laurent Vivier
2022-05-25 10:40 ` [PULL 5/8] linux-user: Remove pointless CPU{ARCH}State casts Laurent Vivier
2022-05-25 10:40 ` [PULL 6/8] linux-user/s390x: Fix unwinding from signal handlers Laurent Vivier
2022-05-25 10:40 ` [PULL 7/8] tests/tcg/s390x: Test " Laurent Vivier
2022-05-25 10:40 ` [PULL 8/8] linux-user/host/s390: Treat EX and EXRL as writes Laurent Vivier
2022-05-25 18:16 ` [PULL 0/8] Linux user for 7.1 patches Richard Henderson

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=20220525104057.543354-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /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.