mbox series

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

Message ID 20220924114501.21767-1-deller@gmx.de
Headers show
Series linux-user fixes for hppa target - part 2 | expand

Message

Helge Deller Sept. 24, 2022, 11:44 a.m. UTC
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

Comments

Laurent Vivier Sept. 27, 2022, 7:34 a.m. UTC | #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