From a1d69849c18af6cfcfc14f642e704b224e9d3277 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 1 Mar 2010 16:34:21 -0500 Subject: [PATCH] update compat Signed-off-by: Mathieu Desnoyers --- doc/developer/lttng-lttv-compatibility.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 02881b2e..4595f6d6 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3851,6 +3851,10 @@ configs. Fixes incorrect API use introduced in 0.193.
LTTng 0.195 supports kernel 2.6.32.9.
LTTng 0.196 fixes a declaration omission in ARM omap3 trace clock, introduced in 0.194.
+LTTng 0.197 adds compiler barriers within nesting count. Eliminates possible +false-negative caused by heavy compiler optimization. This only affects +self-detection of internal LTTng problems (e.g. detecting trap recursion within +the tracer), so it is not crucially important to update.
-- 2.34.1