Re: [PATCH 01/22] Implement struct target_ipc_perm

2023-08-19 Thread Warner Losh
One general thing about all the patches in this series. The first line in the commit message should start with 'bsd-user: ' which I'll only say once. You can fix it in v2 easily enough. On Sat, Aug 19, 2023 at 3:48 AM Karim Taha wrote: > From: Stacey Son > > Signed-off-by: Stacey Son > Signed-

Re: [PATCH 01/22] Implement struct target_ipc_perm

2023-08-19 Thread Richard Henderson
On 8/19/23 02:47, Karim Taha wrote: From: Stacey Son Signed-off-by: Stacey Son Signed-off-by: Karim Taha --- bsd-user/syscall_defs.h | 17 + 1 file changed, 17 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 01/22] Implement struct target_ipc_perm

2023-08-19 Thread Karim Taha
From: Stacey Son Signed-off-by: Stacey Son Signed-off-by: Karim Taha --- bsd-user/syscall_defs.h | 17 + 1 file changed, 17 insertions(+) diff --git a/bsd-user/syscall_defs.h b/bsd-user/syscall_defs.h index e4825f2662..39a9bc8ed7 100644 --- a/bsd-user/syscall_defs.h +++ b/bsd-