linux-mainline/tools/testing/selftests/sync
Masami Hiramatsu ed2d8fa734 selftests: sync: Fix cast warnings on arm
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>
2019-11-07 14:54:37 -07:00
..
.gitignore
config selftests: sync: add config fragment for testing sync framework 2018-06-18 09:11:10 -06:00
Makefile
sw_sync.h
sync_alloc.c
sync_fence.c
sync_merge.c
sync_stress_consumer.c
sync_stress_merge.c
sync_stress_parallelism.c
sync_test.c selftests: Add test plan API to kselftest.h and adjust callers 2019-04-25 13:15:46 -06:00
sync_wait.c
sync.c selftests: sync: Fix cast warnings on arm 2019-11-07 14:54:37 -07:00
sync.h
synctest.h