Re: [PATCH v2 13/36] linux-user/arm: Drop v1 signal frames

2021-07-07 Thread Peter Maydell
On Wed, 7 Jul 2021 at 00:49, Richard Henderson wrote: > > Version 2 signal frames are used from 2.6.12. > Since cbc14e6f286, we have set UNAME_MINIMUM_RELEASE to 2.6.32, > which means that version 1 signal frames are never used. This isn't strictly true -- the user can manually set the uname rele

Re: [PATCH v2 13/36] linux-user/arm: Drop v1 signal frames

2021-07-07 Thread Philippe Mathieu-Daudé
On 7/7/21 1:49 AM, Richard Henderson wrote: > Version 2 signal frames are used from 2.6.12. > Since cbc14e6f286, we have set UNAME_MINIMUM_RELEASE to 2.6.32, > which means that version 1 signal frames are never used. > > Cc: qemu-...@nongnu.org > Suggested-by: Peter Maydell > Signed-off-by: Richa

[PATCH v2 13/36] linux-user/arm: Drop v1 signal frames

2021-07-06 Thread Richard Henderson
Version 2 signal frames are used from 2.6.12. Since cbc14e6f286, we have set UNAME_MINIMUM_RELEASE to 2.6.32, which means that version 1 signal frames are never used. Cc: qemu-...@nongnu.org Suggested-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/arm/signal.c | 220 +