Re: [PATCH 1/4] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG

2022-01-08 Thread Laurent Vivier
Le 08/01/2022 à 18:10, Laurent Vivier a écrit : Le 06/01/2022 à 23:57, Richard Henderson a écrit : The kernel does not special-case arg2 != NULL, so neither should we. Signed-off-by: Richard Henderson ---   linux-user/syscall.c | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 1/4] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG

2022-01-08 Thread Laurent Vivier
Le 06/01/2022 à 23:57, Richard Henderson a écrit : The kernel does not special-case arg2 != NULL, so neither should we. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c in

[PATCH 1/4] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG

2022-01-06 Thread Richard Henderson
The kernel does not special-case arg2 != NULL, so neither should we. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ce9d64896c..e8f9e0643e 100644 --- a/linux-user/sysc