From 4306107aea30a8745e4bd3b77e98d0351b985404 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 21 Mar 2011 19:31:29 -0400 Subject: [PATCH] Update version to 0.12.38 Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- doc/developer/lttng-lttv-compatibility.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7190fa71..88f1e8d7 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.37-17022011], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.38-21032011], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AM_CONFIG_HEADER(config.h) diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index cadaff34..9b5f522a 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -4247,6 +4247,7 @@ powerpc64, s390, sparc, sparc64.
0.12.35
0.12.36
0.12.37
+0.12.38
0.246
@@ -4278,6 +4279,9 @@ obsolete
LTTng 0.246 and lttng-modules 0.19.7 support Linux 2.6.38.
LTTng 0.247 and lttng-modules 0.19.8 add back MAYBE_BUILD_BUG_ON specifically for lttng modules and fix a prototype mismatch warning.
+LTTV 0.12.38 fixes a bug in state.c raise softirq handling of softirq IDs larger +than 31 (this was a bug in fallback code), which causes segmentation faults when +viewing traces recorded on a 2.6.38 kernel.
-- 2.34.1