Re: [GIT PULL] selftest: Add futex functional tests
From: Davidlohr Bueso <dave@stgolabs.net>
Date: 2015-05-06 18:35:12
Also in:
lkml
On Fri, 2015-03-27 at 15:17 -0700, Darren Hart wrote:
Hi Shuah, This series begins the process of migrating my futextest tests into kselftest. I've started with only the functional tests, as the performance and stress may not be appropriate for kselftest as they stand. I cleaned up various complaints from checkpatch, but I ignored others that would require significant rework of the testcases, such as not using volatile and not creating new typedefs. The patches will follow, but I'm providing a pull request for your convenience as well. The following changes since commit 0b63accf87225b5eb7e52814c374cf02d733d4bb: tools, update rtctest.c to verify passage of time (2015-03-24 22:02:59 -0600) are available in the git repository at: git://git.infradead.org/users/dvhart/linux.git futextest Darren Hart (5): selftests: Add futex functional tests selftest/futex: Update Makefile to use lib.mk selftest/futex: Increment ksft pass and fail counters selftest: Add futex tests to the top-level Makefile kselftest: Add exit code defines
I haven't really gone through these, but given how much I use these tests from your tree, I'm very glad to see them converted for upstream. I hope its as easy to use in kselftests though. Acked-by: Davidlohr Bueso <dave@stgolabs.net>