Re: [PATCH for-6.2 0/2] linux-user: Create a common rewind_if_in_safe_syscall

2021-11-22 Thread Laurent Vivier

Le 22/11/2021 à 16:50, Richard Henderson a écrit :

On 11/22/21 4:43 PM, Laurent Vivier wrote:

Hi,

Le 22/11/2021 à 14:11, Richard Henderson a écrit :

This is a re-packaging of two of Warner's patches that
fix a build issue on aarch64 using musl:

https://lore.kernel.org/qemu-devel/20211108194230.1836262-1-raj.k...@gmail.com/


r~


Warner Losh (2):
   linux-user: Add host_signal_set_pc to set pc in mcontext
   linux-user/signal.c: Create a common rewind_if_in_safe_syscall

  linux-user/host/aarch64/host-signal.h |  5 +
  linux-user/host/aarch64/hostdep.h | 20 
  linux-user/host/alpha/host-signal.h   |  5 +
  linux-user/host/arm/host-signal.h |  5 +
  linux-user/host/arm/hostdep.h | 20 
  linux-user/host/i386/host-signal.h    |  5 +
  linux-user/host/i386/hostdep.h    | 20 
  linux-user/host/mips/host-signal.h    |  5 +
  linux-user/host/ppc/host-signal.h |  5 +
  linux-user/host/ppc64/hostdep.h   | 20 
  linux-user/host/riscv/host-signal.h   |  5 +
  linux-user/host/riscv/hostdep.h   | 20 
  linux-user/host/s390/host-signal.h    |  5 +
  linux-user/host/s390x/hostdep.h   | 20 
  linux-user/host/sparc/host-signal.h   |  9 +
  linux-user/host/x86_64/host-signal.h  |  5 +
  linux-user/host/x86_64/hostdep.h  | 20 
  linux-user/safe-syscall.h |  3 +++
  linux-user/signal.c   | 15 ---
  19 files changed, 69 insertions(+), 143 deletions(-)



Richard, will you take this series via one of your branches or do you want I send a linux-user 
pull request for it?


I have nothing pending myself, but I can send this if you'd like.  I mostly 
wanted your ack on it.


Acked-by: Laurent Vivier 

Thanks,
Laurent




Re: [PATCH for-6.2 0/2] linux-user: Create a common rewind_if_in_safe_syscall

2021-11-22 Thread Richard Henderson

On 11/22/21 4:43 PM, Laurent Vivier wrote:

Hi,

Le 22/11/2021 à 14:11, Richard Henderson a écrit :

This is a re-packaging of two of Warner's patches that
fix a build issue on aarch64 using musl:

https://lore.kernel.org/qemu-devel/20211108194230.1836262-1-raj.k...@gmail.com/


r~


Warner Losh (2):
   linux-user: Add host_signal_set_pc to set pc in mcontext
   linux-user/signal.c: Create a common rewind_if_in_safe_syscall

  linux-user/host/aarch64/host-signal.h |  5 +
  linux-user/host/aarch64/hostdep.h | 20 
  linux-user/host/alpha/host-signal.h   |  5 +
  linux-user/host/arm/host-signal.h |  5 +
  linux-user/host/arm/hostdep.h | 20 
  linux-user/host/i386/host-signal.h    |  5 +
  linux-user/host/i386/hostdep.h    | 20 
  linux-user/host/mips/host-signal.h    |  5 +
  linux-user/host/ppc/host-signal.h |  5 +
  linux-user/host/ppc64/hostdep.h   | 20 
  linux-user/host/riscv/host-signal.h   |  5 +
  linux-user/host/riscv/hostdep.h   | 20 
  linux-user/host/s390/host-signal.h    |  5 +
  linux-user/host/s390x/hostdep.h   | 20 
  linux-user/host/sparc/host-signal.h   |  9 +
  linux-user/host/x86_64/host-signal.h  |  5 +
  linux-user/host/x86_64/hostdep.h  | 20 
  linux-user/safe-syscall.h |  3 +++
  linux-user/signal.c   | 15 ---
  19 files changed, 69 insertions(+), 143 deletions(-)



Richard, will you take this series via one of your branches or do you want I send a 
linux-user pull request for it?


I have nothing pending myself, but I can send this if you'd like.  I mostly wanted your 
ack on it.


r~



Re: [PATCH for-6.2 0/2] linux-user: Create a common rewind_if_in_safe_syscall

2021-11-22 Thread Laurent Vivier

Hi,

Le 22/11/2021 à 14:11, Richard Henderson a écrit :

This is a re-packaging of two of Warner's patches that
fix a build issue on aarch64 using musl:

https://lore.kernel.org/qemu-devel/20211108194230.1836262-1-raj.k...@gmail.com/


r~


Warner Losh (2):
   linux-user: Add host_signal_set_pc to set pc in mcontext
   linux-user/signal.c: Create a common rewind_if_in_safe_syscall

  linux-user/host/aarch64/host-signal.h |  5 +
  linux-user/host/aarch64/hostdep.h | 20 
  linux-user/host/alpha/host-signal.h   |  5 +
  linux-user/host/arm/host-signal.h |  5 +
  linux-user/host/arm/hostdep.h | 20 
  linux-user/host/i386/host-signal.h|  5 +
  linux-user/host/i386/hostdep.h| 20 
  linux-user/host/mips/host-signal.h|  5 +
  linux-user/host/ppc/host-signal.h |  5 +
  linux-user/host/ppc64/hostdep.h   | 20 
  linux-user/host/riscv/host-signal.h   |  5 +
  linux-user/host/riscv/hostdep.h   | 20 
  linux-user/host/s390/host-signal.h|  5 +
  linux-user/host/s390x/hostdep.h   | 20 
  linux-user/host/sparc/host-signal.h   |  9 +
  linux-user/host/x86_64/host-signal.h  |  5 +
  linux-user/host/x86_64/hostdep.h  | 20 
  linux-user/safe-syscall.h |  3 +++
  linux-user/signal.c   | 15 ---
  19 files changed, 69 insertions(+), 143 deletions(-)



Richard, will you take this series via one of your branches or do you want I send a linux-user pull 
request for it?


Thanks,
Laurent



[PATCH for-6.2 0/2] linux-user: Create a common rewind_if_in_safe_syscall

2021-11-22 Thread Richard Henderson
This is a re-packaging of two of Warner's patches that
fix a build issue on aarch64 using musl:

https://lore.kernel.org/qemu-devel/20211108194230.1836262-1-raj.k...@gmail.com/


r~


Warner Losh (2):
  linux-user: Add host_signal_set_pc to set pc in mcontext
  linux-user/signal.c: Create a common rewind_if_in_safe_syscall

 linux-user/host/aarch64/host-signal.h |  5 +
 linux-user/host/aarch64/hostdep.h | 20 
 linux-user/host/alpha/host-signal.h   |  5 +
 linux-user/host/arm/host-signal.h |  5 +
 linux-user/host/arm/hostdep.h | 20 
 linux-user/host/i386/host-signal.h|  5 +
 linux-user/host/i386/hostdep.h| 20 
 linux-user/host/mips/host-signal.h|  5 +
 linux-user/host/ppc/host-signal.h |  5 +
 linux-user/host/ppc64/hostdep.h   | 20 
 linux-user/host/riscv/host-signal.h   |  5 +
 linux-user/host/riscv/hostdep.h   | 20 
 linux-user/host/s390/host-signal.h|  5 +
 linux-user/host/s390x/hostdep.h   | 20 
 linux-user/host/sparc/host-signal.h   |  9 +
 linux-user/host/x86_64/host-signal.h  |  5 +
 linux-user/host/x86_64/hostdep.h  | 20 
 linux-user/safe-syscall.h |  3 +++
 linux-user/signal.c   | 15 ---
 19 files changed, 69 insertions(+), 143 deletions(-)

-- 
2.25.1