userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical
authorAndrea Arcangeli <[email protected]>
Tue, 22 Sep 2015 21:59:06 +0000 (14:59 -0700)
committerLinus Torvalds <[email protected]>
Tue, 22 Sep 2015 22:09:53 +0000 (15:09 -0700)
commit5dd01be14565df814408327971775f36e55bf5e3
tree6af78dda3dbc9b5f3d0ecca8dc5768209efcb189
parenta5932bf5737f0b5caf6deaa92b062e4fe66cf5b2
userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical

On ppc big endian this check fails, the mutex doesn't necessarily need
to be identical for all pages after pthread_mutex_lock/unlock cycles.
The count verification (outside of the pthread_mutex_t structure)
suffices and that is retained.

Signed-off-by: Andrea Arcangeli <[email protected]>
Cc: Dr. David Alan Gilbert <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Thierry Reding <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/testing/selftests/vm/userfaultfd.c