commit | 5e59c1d1c78c9cdd8834f3242db4a76f617fa4ad | [log] [tgz] |
---|---|---|
author | André Almeida <andrealmeid@collabora.com> | Thu Sep 23 14:11:08 2021 -0300 |
committer | Peter Zijlstra <peterz@infradead.org> | Thu Oct 07 13:51:12 2021 +0200 |
tree | 56dc57bbddb5496600a6125d9ed81e76791698de | |
parent | ea7c45fde5aa3e761aaddb7902a31a95cb120e7b [diff] |
selftests: futex: Add sys_futex_waitv() test Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index. Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com