From: Mathieu Desnoyers Date: Mon, 1 Mar 2010 21:34:21 +0000 (-0500) Subject: update compat X-Git-Tag: v0.12.31~17 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=a1d69849c18af6cfcfc14f642e704b224e9d3277 update compat Signed-off-by: Mathieu Desnoyers --- 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.