From b9691551bf5fd2aa2c27f16a7ace11f5348099f5 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 29 May 2009 01:08:00 +0000 Subject: [PATCH] update compat git-svn-id: http://ltt.polymtl.ca/svn@3399 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/lttv/doc/developer/lttng-lttv-compatibility.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index cac86183..552c0d4d 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3428,6 +3428,7 @@ powerpc64, s390, sparc, sparc64.
0.136
0.137
0.138
+0.139
0.65
@@ -3501,6 +3502,11 @@ LTTV 0.12.14 fixes irq and softirq handling of resourceview for exit event at the beginning of the trace.
LTTng 0.137 moves trace_clock generic variable to trace_clock_var. Conflict with ftrace.
+LTTng 0.139 modifies the memory barrier IPIs (at sub-subber switch) to give them +a good deal of paranoia : don't trust the Linux IPI mechanism to ensure that +memory is presented in program order when the remote ipi handler runs. Use our +own smp_mb()s to ensure memory ordering. It's a slow path anyway, we don't +care.
-- 2.34.1