From: Mathieu Desnoyers Date: Wed, 17 Feb 2010 23:02:42 +0000 (-0500) Subject: update compat X-Git-Tag: v0.12.31~30 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=0a208f0036e5100e71e3d88dcec42d2c98ece691 update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 3b6668f1..86222fd4 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3808,6 +3808,7 @@ powerpc64, s390, sparc, sparc64.
0.191
0.192
+0.193
0.76
@@ -3838,6 +3839,9 @@ behavior.
LTTng 0.192 fixes a crash with immediate values on x86 for kernel configured without modules. It was caused by a mainline commit which restricted the liveness of the "nop" table to init time in this configuration.
+LTTng 0.193 modifies timers to support RT kernels again, and modifies omap3 +trace clock spinlock taken with irqs off, turning it into a raw spinlock +(needed for RT kernel).