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

Helge Deller posted 7 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220924114501.21767-1-deller@gmx.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
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(-)
[PATCH 0/7] linux-user fixes for hppa target - part 2
Posted by Helge Deller 1 year, 7 months ago
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
Re: [PATCH 0/7] linux-user fixes for hppa target - part 2
Posted by Laurent Vivier 1 year, 7 months ago
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