[PULL 0/8] Linux user for 7.2 patches

Laurent Vivier posted 8 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221025073606.3114355-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
linux-user/cpu_loop-common.h |  15 ++----
linux-user/i386/cpu_loop.c   |   6 +--
linux-user/ioctls.h          |  24 ---------
linux-user/strace.c          |   6 +--
linux-user/strace.list       |   3 ++
linux-user/syscall.c         | 100 +++++++++++++++++++++++++++++------
6 files changed, 96 insertions(+), 58 deletions(-)
[PULL 0/8] Linux user for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:

  Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to bd5ccd61080abf976a6a6cc2d09d31299bea0cee:

  linux-user: Add guest memory layout to exception dump (2022-10-25 09:20:40 +0200)

----------------------------------------------------------------
linux-user pull request 20221025

Add faccess2()
Fix ioclt(), execve(), pidfd_send_signal() and MIPS n32 syscall ABI
Improve EXCP_DUMP()

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

Daniel P. Berrangé (2):
  linux-user: add more compat ioctl definitions
  linux-user: remove conditionals for many fs.h ioctls

Helge Deller (1):
  linux-user: Add guest memory layout to exception dump

Laurent Vivier (3):
  linux-user: fix pidfd_send_signal()
  linux-user: handle /proc/self/exe with execve() syscall
  linux-user: don't use AT_EXECFD in do_openat()

WANG Xuerui (2):
  linux-user: Fix more MIPS n32 syscall ABI issues
  linux-user: Implement faccessat2

 linux-user/cpu_loop-common.h |  15 ++----
 linux-user/i386/cpu_loop.c   |   6 +--
 linux-user/ioctls.h          |  24 ---------
 linux-user/strace.c          |   6 +--
 linux-user/strace.list       |   3 ++
 linux-user/syscall.c         | 100 +++++++++++++++++++++++++++++------
 6 files changed, 96 insertions(+), 58 deletions(-)

-- 
2.37.3


Re: [PULL 0/8] Linux user for 7.2 patches
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.