summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-15 13:52:11 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-15 13:57:10 +0200
commit6289d38eeb4315a74852d61385243a9d8dc398eb (patch)
treeb106575031b944b162284f1eb59b051ae92fae88
parent36a782b897c013ba9b8cd4c3abddbe07758f7a65 (diff)
netsniff-ng 0.5.8-rc1v0.5.8-rc1
Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cdec61..ba24748 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ endif
VERSION = 0
PATCHLEVEL = 5
SUBLEVEL = 8
-EXTRAVERSION = -rc0
+EXTRAVERSION = -rc1
NAME = Ziggomatic
TOOLS ?= $(CONFIG_TOOLS)
se mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/Documentation/jitdump-specification.txt')