Re: [PATCH v2 13/15] linux-user/s390x: Add build asserts for sigset sizes

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:34, Richard Henderson wrote: At point of usage, it's not immediately obvious that we don't need a loop to copy these arrays. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 5 + 1 file changed, 5 insertions(+) diff --git a/linux-user/s390x/signal.c b/linu

[PATCH v2 13/15] linux-user/s390x: Add build asserts for sigset sizes

2021-04-28 Thread Richard Henderson
At point of usage, it's not immediately obvious that we don't need a loop to copy these arrays. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 5 + 1 file changed, 5 insertions(+) diff --git a/linux-user/s390x/signal.c b/linux-user/s390x/signal.c index 81ba59b46a..839a7ae4