summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sync/sync.c
Commit message (Collapse)AuthorAgeFilesLines
* selftests: sync: Fix cast warnings on armMasami Hiramatsu2019-11-071-3/+3
| | | | | | | | | | Fix warnings on __u64 and pointer translation on arm and other 32bit architectures. Since the pointer is 32bits on those archs, we should not directly cast those types. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Cc: Emilio López <emilio.lopez@collabora.co.uk> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
* selftest: sync: basic tests for sw_sync frameworkEmilio López2016-12-011-0/+221
These tests are based on the libsync test suite from Android. This commit lays the ground for future tests, as well as includes tests for a variety of basic allocation commands. Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>