[PATCH v2 0/2] futex: Docs and tests for robust futex unlock race

André Almeida posted 2 patches 1 week ago
Documentation/locking/robust-futex-ABI.rst         |  44 ++++
.../selftests/futex/functional/robust_list.c       | 247 +++++++++++++++++++++
tools/testing/selftests/futex/include/futextest.h  |   6 +
3 files changed, 297 insertions(+)
[PATCH v2 0/2] futex: Docs and tests for robust futex unlock race
Posted by André Almeida 1 week ago
This patchset adds selftests and docs for the new robust futex unlock
mechanism, more info here:

v1: https://patch.msgid.link/20260326-tonyk-vdso_test-v1-0-30a6f78c8bc3@igalia.com

Change from v1:
 - Add test variants for FUTEX_ROBUST_LIST32
 - Skip 64 bit tests for 32 bit builds

---
André Almeida (2):
      Documentation: futex: Add a note about robust list race condition
      selftests: futex: Add tests for robust release operations

 Documentation/locking/robust-futex-ABI.rst         |  44 ++++
 .../selftests/futex/functional/robust_list.c       | 247 +++++++++++++++++++++
 tools/testing/selftests/futex/include/futextest.h  |   6 +
 3 files changed, 297 insertions(+)
---
base-commit: 263b70d20d1145dcb857409d7a21c2473365a4ba
change-id: 20260326-tonyk-vdso_test-10281e3a8088

Best regards,
--  
André Almeida <andrealmeid@igalia.com>