linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] *** SUBJECT HERE ***
@ 2009-12-14 15:58 John Kacur
  2009-12-14 15:58 ` [PATCH 1/7] Start a separate library of functions for the rt-test suite. The first couple are taken from cyclictest John Kacur
  0 siblings, 1 reply; 11+ messages in thread
From: John Kacur @ 2009-12-14 15:58 UTC (permalink / raw)
  To: Clark Williams, Carsten Emde; +Cc: John Kacur, linux-rt-users, Thomas Gleixner

Clark:
Please pull the following patches from
git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/rt-tests.git
branch: rt-tests-dev-carsten

These patches do two things
- They start the effort to separate common functionality into a library.
- They add a number of new tests.

I had to modify Carsten's original patches somewhat due to changes that have
occurred since the original send.
In addition I separated them out a little bit, and added my own fixes.


Carsten Emde (4):
  Start a separate library of functions for the rt-test suite. The
    first couple are taken from cyclictest.
  Make use of the library functions in cyclic test.
  Make use of the new library functions in signaltest.
  Add the following new tests - ptsematest - sigwaittest - svsematest -
    sendme

John Kacur (3):
  Use sched_getcpu - sched_getcpu is available since glibc 2.6 - the
    current tests were broken in anycase.
  Add the new tests to .gitignore
  The version of check_privs that got added to the library must have
    come from signaltest - because it doesn't have the fix that
    check_privs in cyclictest has - to return the sched_priority to 0

 .gitignore                    |    5 +
 Makefile                      |   43 ++-
 src/backfire/Makefile         |   14 +
 src/backfire/backfire.4       |   36 ++
 src/backfire/backfire.c       |  150 +++++++++
 src/backfire/sendme.8         |   42 +++
 src/backfire/sendme.c         |  291 +++++++++++++++++
 src/backfire/version.h        |    1 +
 src/cyclictest/cyclictest.c   |   84 +-----
 src/lib/rt-utils.c            |   66 ++++
 src/lib/rt-utils.h            |    6 +
 src/ptsematest/Makefile       |   16 +
 src/ptsematest/ptsematest.8   |   54 ++++
 src/ptsematest/ptsematest.c   |  423 +++++++++++++++++++++++++
 src/signaltest/signaltest.c   |   27 +--
 src/sigwaittest/Makefile      |   17 +
 src/sigwaittest/sigwaittest.8 |   57 ++++
 src/sigwaittest/sigwaittest.c |  618 ++++++++++++++++++++++++++++++++++++
 src/svsematest/Makefile       |   16 +
 src/svsematest/svsematest.8   |   57 ++++
 src/svsematest/svsematest.c   |  704 +++++++++++++++++++++++++++++++++++++++++
 21 files changed, 2621 insertions(+), 106 deletions(-)
 create mode 100644 src/backfire/Makefile
 create mode 100644 src/backfire/backfire.4
 create mode 100644 src/backfire/backfire.c
 create mode 100644 src/backfire/sendme.8
 create mode 100644 src/backfire/sendme.c
 create mode 100644 src/backfire/version.h
 create mode 100644 src/lib/rt-utils.c
 create mode 100644 src/lib/rt-utils.h
 create mode 100644 src/ptsematest/Makefile
 create mode 100644 src/ptsematest/ptsematest.8
 create mode 100644 src/ptsematest/ptsematest.c
 create mode 100644 src/sigwaittest/Makefile
 create mode 100644 src/sigwaittest/sigwaittest.8
 create mode 100644 src/sigwaittest/sigwaittest.c
 create mode 100644 src/svsematest/Makefile
 create mode 100644 src/svsematest/svsematest.8
 create mode 100644 src/svsematest/svsematest.c


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

end of thread, other threads:[~2009-12-15 14:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 15:58 [PATCH 0/7] *** SUBJECT HERE *** John Kacur
2009-12-14 15:58 ` [PATCH 1/7] Start a separate library of functions for the rt-test suite. The first couple are taken from cyclictest John Kacur
2009-12-14 15:58   ` [PATCH 2/7] Make use of the library functions in cyclic test John Kacur
2009-12-14 15:58     ` [PATCH 3/7] Make use of the new library functions in signaltest John Kacur
2009-12-14 15:58       ` [PATCH 4/7] Add the following new tests - ptsematest - sigwaittest - svsematest - sendme John Kacur
2009-12-14 15:58         ` [PATCH 5/7] Use sched_getcpu - sched_getcpu is available since glibc 2.6 - the current tests were broken in anycase John Kacur
2009-12-14 15:58           ` [PATCH 6/7] Add the new tests to .gitignore John Kacur
2009-12-14 15:58             ` [PATCH 7/7] The version of check_privs that got added to the library must have come from signaltest - because it doesn't have the fix that check_privs in cyclictest has - to return the sched_priority to 0 John Kacur
2009-12-15  1:23         ` [PATCH 4/7] Add the following new tests - ptsematest - sigwaittest - svsematest - sendme Carsten Emde
2009-12-15 14:41           ` Clark Williams
2009-12-15 14:46           ` 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).