Re: [PATCH for 6.2 47/49] bsd-user: Implement interlock for atomic operations

2021-08-10 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: From: Warner Losh Implement the internlock in fork_start() and fork_end() to properly cope with atomic operations and to safely keep state for parent and child processes. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/main.c | 23 +

[PATCH for 6.2 47/49] bsd-user: Implement interlock for atomic operations

2021-08-07 Thread Warner Losh
From: Warner Losh Implement the internlock in fork_start() and fork_end() to properly cope with atomic operations and to safely keep state for parent and child processes. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/main.c | 23 +++ 1 file changed, 23