diff options
| author | Edward Liaw <[email protected]> | 2024-10-03 21:17:10 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-10-17 00:28:06 -0700 |
| commit | e61ef21e27e8deed8c474e9f47f4aa7bc37e138c (patch) | |
| tree | 85e2c6ba8f5b7dbc53d63cd1cb385c1cdeef0521 /include/linux | |
| parent | 963a7f4d3b90ee195b895ca06b95757fcba02d1a (diff) | |
selftests/mm: replace atomic_bool with pthread_barrier_t
Patch series "selftests/mm: fix deadlock after pthread_create".
On Android arm, pthread_create followed by a fork caused a deadlock in the
case where the fork required work to be completed by the created thread.
Update the synchronization primitive to use pthread_barrier instead of
atomic_bool.
Apply the same fix to the wp-fork-with-event test.
This patch (of 2):
Swap synchronization primitive with pthread_barrier, so that stdatomic.h
does not need to be included.
The synchronization is needed on Android ARM64; we see a deadlock with
pthread_create when the parent thread races forward before the child has a
chance to start doing work.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Fixes: cff294582798 ("selftests/mm: extend and rename uffd pagemap test")
Signed-off-by: Edward Liaw <[email protected]>
Cc: Lokesh Gidra <[email protected]>
Cc: Peter Xu <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions