summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-09-07 16:26:37 -0500
committerClark Williams <williams@redhat.com>2011-09-07 16:26:37 -0500
commitfda485332d2c203920d02450988afc564d3c99f3 (patch)
tree4dece72767a23e8e626e8017f6e96cfe4c6c0cef
parent3209d3c634db739605c6d3fbd9ad55cb50d1f2df (diff)
downloadrt-tests-fda485332d2c203920d02450988afc564d3c99f3.tar.gz
version bump to 0.76v0.76
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile4
-rw-r--r--rt-tests.spec-in5
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0a2496..dadcecd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.75
+VERSION_STRING = 0.76
sources = cyclictest.c signaltest.c pi_stress.c rt-migrate-test.c \
ptsematest.c sigwaittest.c svsematest.c pmqtest.c sendme.c \
@@ -14,6 +14,8 @@ bindir ?= $(prefix)/bin
mandir ?= $(prefix)/share/man
srcdir ?= $(prefix)/src
+NUMA := 1
+
CFLAGS = -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
PYLIB := $(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()')
diff --git a/rt-tests.spec-in b/rt-tests.spec-in
index 0ac0514..0f51084 100644
--- a/rt-tests.spec-in
+++ b/rt-tests.spec-in
@@ -62,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man8/hackbench.8.gz
%changelog
+* Wed Sep 7 2011 Clark Williams <williams@redhat.com> - 0.76-1
+- only turn on /proc/sys/kernel/ftrace_enabled for a tracer that
+ needs it
+- make sure to set current_tracer to function for -f switch
+
* Fri Sep 2 2011 Clark Williams <williams@redhat.com> - 0.75-1
- added utility routines for mounting debugfs and event/tracing manipulation
- from Steven Rostedt <srostedt@redhat.com>: