linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] *** Add new priority inversion test, plus lib changes ***
@ 2009-12-23 16:02 John Kacur
  2009-12-23 16:02 ` [PATCH 1/5] rt-tests: Add error routines to the library John Kacur
  0 siblings, 1 reply; 8+ messages in thread
From: John Kacur @ 2009-12-23 16:02 UTC (permalink / raw)
  To: Clark Williams, Carsten Emde; +Cc: John Kacur, rt-users, Thomas Gleixner

These patches add a new priority inversion test (pip) similar to pi_stress
The difference is, that pi_stress uses pthreads and pip uses processes.

In addition there are changes to put the headers files in src/include
and to add some common error handling routines to our library.

Clark: You can pull these patches from
git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/rt-tests.git
branch: rt-tests-dev-new

Thank You

John Kacur (5):
  rt-tests: Add error routines to the library
  rt-tests: Add a new test pip - priority inheritance with processes
  rt-tests: Move header files from src/lib to src/include
  rt-tests: pip - Use check_privs() from the rt-utils library.
  rt-tests: Add a "make tags" option.

 .gitignore               |    2 +-
 Makefile                 |   12 ++-
 src/include/error.h      |   15 ++
 src/include/pip.h        |   41 ++++++
 src/include/rt-get_cpu.h |   46 ++++++
 src/include/rt-utils.h   |   11 ++
 src/lib/error.c          |   49 +++++++
 src/lib/rt-get_cpu.h     |   46 ------
 src/lib/rt-utils.h       |   11 --
 src/pi_tests/pip.c       |  347 ++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 520 insertions(+), 60 deletions(-)
 create mode 100644 src/include/error.h
 create mode 100644 src/include/pip.h
 create mode 100644 src/include/rt-get_cpu.h
 create mode 100644 src/include/rt-utils.h
 create mode 100644 src/lib/error.c
 delete mode 100644 src/lib/rt-get_cpu.h
 delete mode 100644 src/lib/rt-utils.h
 create mode 100644 src/pi_tests/pip.c


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-23 23:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 16:02 [PATCH 0/5] *** Add new priority inversion test, plus lib changes *** John Kacur
2009-12-23 16:02 ` [PATCH 1/5] rt-tests: Add error routines to the library John Kacur
2009-12-23 16:02   ` [PATCH 2/5] rt-tests: Add a new test pip - priority inheritance with processes John Kacur
2009-12-23 16:02     ` [PATCH 3/5] rt-tests: Move header files from src/lib to src/include John Kacur
2009-12-23 16:02       ` [PATCH 4/5] rt-tests: pip - Use check_privs() from the rt-utils library John Kacur
2009-12-23 16:03         ` [PATCH 5/5] rt-tests: Add a "make tags" option John Kacur
2009-12-23 22:52     ` [PATCH 2/5] rt-tests: Add a new test pip - priority inheritance with processes Carsten Emde
2009-12-23 23:25       ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).