summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/ntsync/config
AgeCommit message (Collapse)AuthorFilesLines
2025-01-08selftests: ntsync: Add some tests for semaphore state.Elizabeth Figura1-0/+1
Wine has tests for its synchronization primitives, but these are more accessible to kernel developers, and also allow us to test some edge cases that Wine does not care about. This patch adds tests for semaphore-specific ioctls NTSYNC_IOC_SEM_POST and NTSYNC_IOC_SEM_READ, and waiting on semaphores. Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com> Link: https://lore.kernel.org/r/20241213193511.457338-17-zfigura@codeweavers.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>