Re: [PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process

2024-09-30 Thread Shuah Khan
On 9/30/24 10:09, Siddharth Menon wrote: Check if VMsize is 0 to determine whether the process has been unmapped. The child process cannot signal the parent that it has unmapped itself, as it no longer exists. This includes unmapping the text segment, preventing the child from proceeding to the n

[PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process

2024-09-30 Thread Siddharth Menon
Check if VMsize is 0 to determine whether the process has been unmapped. The child process cannot signal the parent that it has unmapped itself, as it no longer exists. This includes unmapping the text segment, preventing the child from proceeding to the next instruction. Signed-off-by: Siddharth