From: Mathieu Desnoyers Date: Wed, 7 Apr 2010 15:36:27 +0000 (-0400) Subject: LTTV 0.12.31 X-Git-Tag: v0.12.31~1 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=e606e6003a96ec82d3096edb1bccae8e0df7dd7b LTTV 0.12.31 Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 9b98809f..69d3809a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.30-02102010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.31-04072010], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 16fc187c..e26102d0 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3806,6 +3806,7 @@ powerpc64, s390, sparc, sparc64.
0.12.30
+0.12.31
0.191
@@ -3901,6 +3902,9 @@ LTTng 0.208 uses msleep() rather than cpu_relax() for better !PREEMPT UP support for the kref teardown.
ltt-control 0.83 does a temporary fix to ensure lttd grabs file handles at the end of overwrite mode tracing.
+LTTV 0.12.31 fixes the statedump end state handler to correctly deal with +threads scheduled out from userspace (waiting for CPU) when the statedump end +event happen.