qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/7] linux-user fixes for hppa target - part 2


From: Laurent Vivier
Subject: Re: [PATCH 0/7] linux-user fixes for hppa target - part 2
Date: Tue, 27 Sep 2022 09:34:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

Le 24/09/2022 à 13:44, Helge Deller a écrit :
Some additional patches for linux-user, which mostly target
the hppa platform.
This series is on top of my previous posted patch series.

Please review.

Helge

Helge Deller (7):
   linux-user: Fix TARGET_PROT_SEM for XTENSA
   linux-user: Add proper strace format strings for
     getdents()/getdents64()
   linux-user/hppa: Add signal trampoline for hppa target
   linux-user/hppa: Drop stack guard page on hppa target
   linux-user/hppa: Increase guest stack size to 80MB for hppa target
   linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
   linux-user/hppa: Fix setup_sigcontext()

  linux-user/elfload.c             | 13 +++++---
  linux-user/hppa/signal.c         | 57 +++++++++++++++++++-------------
  linux-user/hppa/target_signal.h  | 14 +-------
  linux-user/hppa/target_syscall.h |  2 ++
  linux-user/main.c                |  9 +++--
  linux-user/mmap.c                |  2 ++
  linux-user/strace.list           |  4 +--
  linux-user/syscall.c             |  4 +++
  linux-user/syscall_defs.h        |  2 +-
  9 files changed, 62 insertions(+), 45 deletions(-)

--
2.37.3



Series applied to linux-user-for-7.2 branch.

Thanks,
Laurent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]