summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>: