X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=b519bcbba70bf2a8a8fc68b5667fb1448f33c9b4;hb=e03146aa16bc99094d5a62717a574feec3cec58c;hp=e918ae155c2141638d2310ec5438046fb44feee8;hpb=7341827b014d6ae4d5e837976e97f4944bd52d55;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index e918ae15..b519bcbb 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3235,6 +3235,10 @@ powerpc64, s390, sparc, sparc64.
0.78
0.79
0.80
+0.81
+0.82
+0.83
+0.84
0.60
@@ -3281,6 +3285,12 @@ ltt-control 0.64 automatically mounts debugfs and loads ltt-trace-control.ko.
LTTng 0.80 fixes regression in entry_64.S where a tbench slowdown occured when SYSCALL AUDIT or secure computing was enabled.
+LTTng 0.81 fixes userspace marker ABI x86_32 build error.
+LTTng 0.82 fixes x86_32 entry_32.S syscall tracing missing event due to thread +flag being moved to bit 9 in 2.6.28. The testb has to be changed for a +testw.
+LTTng 0.83 fixes kerneldoc.
+LTTng 0.84 adds block layer tracing.