diff options
author | Edward Liaw <[email protected]> | 2024-03-25 19:40:52 +0000 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-03-26 11:14:12 -0700 |
commit | 8c864371b2a15a23ce35aa7e2bd241baaad6fbe8 (patch) | |
tree | da29bdeaeadebfdaf6907a7f7fc830d2049cbc37 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 549aa9678a0b3981d4821bf244579d9937650562 (diff) |
selftests/mm: fix ARM related issue with fork after pthread_create
Following issue was observed while running the uffd-unit-tests selftest
on ARM devices. On x86_64 no issues were detected:
pthread_create followed by fork caused deadlock in certain cases wherein
fork required some work to be completed by the created thread. Used
synchronization to ensure that created thread's start function has started
before invoking fork.
[[email protected]: refactored to use atomic_bool]
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 760aee0b71e3 ("selftests/mm: add tests for RO pinning vs fork()")
Signed-off-by: Lokesh Gidra <[email protected]>
Signed-off-by: Edward Liaw <[email protected]>
Cc: Peter Xu <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions