History log of /external/linux-kselftest/tools/testing/selftests/mqueue/mq_perf_tests.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1ee48315d9f0be2c11c61d388a3938c2d4b010a 02-Nov-2015 Ben Hutchings <ben@decadent.org.uk> selftests: Add missing #include directives

Several C programs fail to include the headers declaring all the
functions they call, resulting in warnings or errors.

After this, memfd_test.c is still missing some function declarations
but can't easily get them because of a conflict between
<linux/fcntl.h> and <sys/fcntl.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
/external/linux-kselftest/tools/testing/selftests/mqueue/mq_perf_tests.c
13e634de0955a2da84a7bf8584d103805b455cbb 06-Jan-2015 dann frazier <dann.frazier@canonical.com> tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARM

We can't use a char type to check for a negative return value since char
isn't guaranteed to be signed. Indeed, the char type tends to be unsigned on
ARM.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
/external/linux-kselftest/tools/testing/selftests/mqueue/mq_perf_tests.c
f15fed3da83212da8fa939ec70e38033ea35f8aa 25-Jun-2014 Shuah Khan <shuah.kh@samsung.com> tools: fix mq_perf_tests compile warnings

Fix numerous compile warnings in mq_perf_tests.c. All of these
are wrong format in printfs when printing nvsec.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/external/linux-kselftest/tools/testing/selftests/mqueue/mq_perf_tests.c
7820b0715b6fb1378fab41b27fb7aa3950852cb7 01-Jun-2012 Doug Ledford <dledford@redhat.com> tools/selftests: add mq_perf_tests

Add the mq_perf_tests tool I used when creating my mq performance patch.
Also add a local .gitignore to keep the binaries from showing up in git
status output.

[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Doug Ledford <dledford@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
/external/linux-kselftest/tools/testing/selftests/mqueue/mq_perf_tests.c