Commit Graph

914 Commits

Author SHA1 Message Date
Alessio Igor Bogani 899ebf7302 Fix kernel parameters in cyclictest's manpage
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-21 10:24:48 +01:00
Thomas Gleixner ca606d3fe9 v0.18
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 16:03:34 +01:00
Thomas Gleixner d00cc0754a Some more Makefile updates
- add changelog and install targets
- replace $(CROSS_COMPILE)gcc with $(CC)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 16:03:34 +01:00
Alessio Igor Bogani be4a5a9807 Unified versions into Makefile
Packaging version control

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 15:25:29 +01:00
Alessio Igor Bogani 79ad2eca9a COPYING file and cyclictest's man page added
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 15:25:29 +01:00
Alessio Igor Bogani e6b7207115 Re-organized sources
Move code around to make packaging easier.

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-12-14 15:25:29 +01:00
Thomas Gleixner 9a10305f0d Bump version number
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-10-18 19:20:05 +02:00
Clark Williams 4ee3b82d4e Fix to cyclictest (from signaltest fix)
This is a patch that's a ripple from the bug in signaltest that Luis and Jeff Burke
were working on. Looks like there's a race where a variable can be used
uninitialized, depending on thread scheduling circumstances. Probably not major, but
hey, can't hurt :).

Signed-off-by: Clark Williams <williams@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-10-18 19:18:48 +02:00
Thomas Gleixner 854cd3eae2 Bump version number
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-10-18 00:19:07 +02:00
Luis Claudio R. Goncalves b1bb85c51f Signaltest: initialize stat[i].threadstarted before using
Signaltest was hanging in a wide variety of kernel versions, in some cases
after a few iterations and in other cases right after being called on the
command line. We created a bugzilla ticket for this issue:

	https://bugzilla.redhat.com/show_bug.cgi?id=308231

After a few debug sessions we realized that a shared variable used to
synchronize the work between threads, stat[i].threadstarted, could end up
being used before initialization depending on the scheduling of the
threads.

The fix is a one-liner.

Signed-off-by: Luis Claudio R. Goncalves <lclaudio@uudg.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-10-18 00:17:31 +02:00
Thomas Gleixner afb46d37f2 Bump version number
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-05-11 21:49:27 +02:00
Thomas Gleixner dfbefb8056 Check if highres timers are enabled
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-05-11 21:32:51 +02:00
Carsten Emde f22379d0a4 Save and restore the tracer variables
Signed-off-by: Carsten Emde <ce@ceag.ch>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-05-11 21:11:46 +02:00
Thomas Gleixner fa892122f3 Initial import 2007-05-11 21:01:04 +02:00