On 11/24/2015 12:53 AM, Daniel Vetter wrote:
With all the effort going on around kselftest it'd be good to integrate the existing testsuite google has into upstream too. Should probably be listed here too. -Daniel
The test code's available in AOSP:
https://android.googlesource.com/platform/system/core/+/master/libsync/tests...
Be warned that it sits on top of a small helper library, uses C++ heavily, and depends on googletest. So it's going to need reworking before it's suitable for the kernel tree. But you can at least see the kinds of things it's testing (and where the SW_SYNC_USER parts fit into the picture).