Re: [PATCH 08/21] linux-user/hppa: Document non-use of setup_sigtramp

2021-06-16 Thread Alex Bennée
Richard Henderson writes: > We cannot use a raw sigtramp page for hppa, > but must wait for full vdso support. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > linux-user/hppa/target_signal.h | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/linu

Re: [PATCH 08/21] linux-user/hppa: Document non-use of setup_sigtramp

2021-06-16 Thread Philippe Mathieu-Daudé
+Helge On 6/16/21 3:11 AM, Richard Henderson wrote: > We cannot use a raw sigtramp page for hppa, > but must wait for full vdso support. > > Signed-off-by: Richard Henderson > --- > linux-user/hppa/target_signal.h | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/linux-u