Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | selftests: sync: Fix cast warnings on arm | Masami Hiramatsu | |
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> | |||
2016-12-01 | selftest: sync: basic tests for sw_sync framework | Emilio López | |
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> |