From ff74dacee5437c143e6e600e67c81977ca255335 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 4 Feb 2011 13:36:20 -0500 Subject: [PATCH] update compat Signed-off-by: Mathieu Desnoyers --- doc/developer/lttng-lttv-compatibility.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 40d1e6bc..80e7a588 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -4183,6 +4183,7 @@ powerpc64, s390, sparc, sparc64.
0.241
0.242
linaro-0.242-1
+0.243
0.76
@@ -4193,6 +4194,7 @@ linaro-0.242-1
0.19.4
0.19.5
+0.19.6
0.6
@@ -4214,6 +4216,10 @@ instrumentation integration.
lttng-modules 0.19.5 fixes a module teardown bug and adapts the net-probe module to the 2.6.37 lttng tracepoint name change.
LTTng 0.242-1 for Linaro supports the 2.6.37 Linaro kernel tree.
+LTTng 0.243 removes the NMI-safe page fault for x86_64, which causes problems on +some setups. vmalloc_sync_all() called after buffer allocation and after module +load ensures that no vmalloc faults are triggered by LTTng from NMI context.
+lttng-modules 0.19.6 fixes uninitialized fields in net-extended events.
-- 2.34.1