[OE-core] [OE-CORE][PATCH 1/2] LTP - realtime tests - fix bad PI mutex conditionals

2014-10-03 Thread Gary S. Robertson
From: "Gary S. Robertson" The priority inheritance tests for mutexes used conditional variables which were non-existent. Changed the conditional clauses to use the variables which were actually generated by LTP autoconf for that purpose. Signed-off-by: Gary S. Robertson --- ...s

[OE-core] [OE-CORE][PATCH 0/2] LTP: realtime tests - fix bad conditionals

2014-10-03 Thread Gary S. Robertson
From: "Gary S. Robertson" Several of the mutex tests in the LTP realtime test suite contained conditional compilation clauses which were failing in the OE build environment. Part of the problem was in the test source code itself... these conditional clauses depended on configuration

[OE-core] [OE-CORE][PATCH 2/2] LTP - realtime tests - fix bad robust mutex conditionals

2014-10-03 Thread Gary S. Robertson
From: "Gary S. Robertson" The tests for robust mutexes contained conditional clauses which failed in autoconf and/or used nonexistent variable names. Modified these conditional clauses to use only the variables actually created by LTP autoconf for this purpose. Signed-off-by: Gary S.

[OE-core] [PATCH 1/3] LTP: Realtime tests - Allow-mutex-initialization-without-PI-configured

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" In the OE build environment the features on the build host may not match those of the runtime host -so- the conditional compilation clauses were deleted which required the presence of priority inheriting mutexes in order to compile initialization of a

[OE-core] [PATCH 3/3] LTP: prio-wake- eliminate deprecated usleep calls

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" Minor cleanup on realtime test prio-wake. Replaced deprecated usleep calls with calls to rt_nanosleep, which has no potentially adverse interactions with signals. Signed-off-by: Gary S. Robertson --- ...io-wake-eliminate-deprecated-usleep-calls.pa

[OE-core] [PATCH 0/3] LTP: Realtime test fixes

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" The following series of patches addresses several bugs which were preventing some of the LTP realtime tests from running or completing in our OE-based test environments. The patches themselves are being separately submitted to the upstream LTP maint

[OE-core] [PATCH 2/3] LTP: pthread_cond_many - fix uninitialized return in parse_args

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" The parse_args() function in realtime test pthread_cond_many contains a switch statement im which some cases failed to initialize the function return variable prior to returning... added an init clause to the definition statement for the return variable. Sig

[OE-core] [PATCH] rt-tests: restore erroneously deleted patch files

2014-05-14 Thread Gary S. Robertson
From: "Gary S. Robertson" Commit "rt-tests: bump version 0.87 => 0.89" (SHA1 ID: 7996ca) erroneously deleted several patch files which were still required for proper function of the rt-tests recipe. These missing patches adversely affected builds of the hwlatdetect and