[PATCH rt-tests RFC 0/6] Patches for 0.84

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These are the patches that I've collected so far for the next version
of rt-tests.

I'd like to start cleaning up the tests to use more common interfaces.
In some case, we have 4 tests all reimplementing their own version of
print an error or info message using a va_list. With that in mind, I've
created a static library for such functions as a preliminary step.

Some of the patches are resends, but I've applied the patch from Darren
that touches the Makefile, and so do the patches that introduce a static lib,
so, I thought it best to just send them all out again.

Also, you run into some odd build problems without the gitignore patch.

I'm sure there is something missing in the Makefile for the libs, for example
some work will need to be done for the install step, but everything should
work properly for building and running in place.

I'm working on some patches to address the problem that Nicholas Mc Guire
pointed out about running with non-root, however I wanted to get these out
for your comments before I send out that patch.

Thankss

Darren Hart (1):
  Makefile: Support user supplied CFLAGS and LDFLAGS

John Kacur (4):
  gitignore: differentiate between program names and directories
  pi_stress: Check the status of sched_getaffinity
  Makefile: Introduce a static library
  Move info, warn, and fatal functions to error.[ch]

Steven Rostedt (1):
  rt-tests: Update rt-migrate-test to use ftrace infrastructure

 .gitignore                            |   31 +++++++-----
 Makefile                              |   48 ++++++++++---------
 src/cyclictest/rt_numa.h              |    1 +
 src/include/error.h                   |    3 +
 src/include/rt-utils.h                |    5 --
 src/lib/error.c                       |   31 ++++++++++++
 src/lib/rt-utils.c                    |   32 +------------
 src/pi_tests/pi_stress.c              |    8 +++
 src/pmqtest/pmqtest.c                 |    1 +
 src/ptsematest/ptsematest.c           |    1 +
 src/rt-migrate-test/rt-migrate-test.c |   85 ++++++++++++++++++---------------
 src/svsematest/svsematest.c           |    1 +
 12 files changed, 137 insertions(+), 110 deletions(-)

-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux