linux/tools/testing/selftests/futex/functional
Darren Hart fee50f3c84 selftests/futex: Fix futex_cmp_requeue_pi() error handling
An earlier (pre-kernel-integration) refactoring of this code mistakenly
replaced the error condition, <, with a >. Use < to detect an error as
opposed to a successful requeue or signal race.

Reported-by: David Binderman <dcb314@hotmail.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2015-07-20 18:29:38 -06:00
..
.gitignore selftests/futex: Add .gitignore 2015-05-26 15:58:09 -06:00
Makefile selftests/futex: Increment ksft pass and fail counters 2015-05-26 15:58:08 -06:00
futex_requeue_pi.c
futex_requeue_pi_mismatched_ops.c
futex_requeue_pi_signal_restart.c selftests/futex: Fix futex_cmp_requeue_pi() error handling 2015-07-20 18:29:38 -06:00
futex_wait_private_mapped_file.c
futex_wait_timeout.c
futex_wait_uninitialized_heap.c
futex_wait_wouldblock.c
run.sh