Re: [PULL 2/6] linux-user: Use unique error messages for cmsg parsing

2024-12-24 Thread Laurent Vivier
Le 18/12/2024 à 20:52, del...@kernel.org a écrit : From: Helge Deller Avoid using the same error message for two different code paths as it complicates determining the one which actually triggered. Signed-off-by: Helge Deller --- linux-user/syscall.c | 4 ++-- 1 file changed, 2 insertions(

Re: [PULL 2/6] linux-user: Use unique error messages for cmsg parsing

2024-12-19 Thread Philippe Mathieu-Daudé
On 18/12/24 20:52, del...@kernel.org wrote: From: Helge Deller Avoid using the same error message for two different code paths as it complicates determining the one which actually triggered. Signed-off-by: Helge Deller --- linux-user/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[PULL 2/6] linux-user: Use unique error messages for cmsg parsing

2024-12-18 Thread deller
From: Helge Deller Avoid using the same error message for two different code paths as it complicates determining the one which actually triggered. Signed-off-by: Helge Deller --- linux-user/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b