X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=360c8e2faa9c4453d4b96885f64cac68765003d2;hb=c1c9e0ac77f3691e6dd0487fb1c3a5e11c48a446;hp=7115656dfbe74457214d0f1525f55a12c49bbb5d;hpb=7fa841b1fc3bc8ebbcfb249b68691ed9693d9fad;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 7115656d..360c8e2f 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3383,6 +3383,8 @@ powerpc64, s390, sparc, sparc64.
0.12.15
0.12.16
0.12.17
+0.12.18
+0.12.19
0.92
@@ -3451,6 +3453,10 @@ powerpc64, s390, sparc, sparc64.
0.156
0.157
0.158
+0.159
+0.160
+0.161
+0.162
0.65
@@ -3484,6 +3490,9 @@ obsolete
2.6.30-rc2
2.6.30-rc5
2.6.30
+2.6.30.9
+2.6.31.3
+2.6.31.5
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3565,6 +3574,18 @@ ltt-control 0.71 fixes uClibc support.
LTTng 0.158 fixes a memory size allocation problem, triggered with large number of subbuffers in lockless mode. Also adds a per-subbuffer event counter in lockless buffers shown in dmesg when buffers are destroyed.
+LTTng 0.159 fixes trace-clock for mips and x86: use spinlock in cpu hotplug +notifier instead of mutex.
+LTTng 0.160 supports kernel 2.6.30.9. Using CONFIG_TREE_RCU with kernel 2.6.30.x +is recommended due to problems encountered with mainline PREEMPT and CLASSIC +RCU.
+LTTng 0.161 fixes immediate values interaction with !CONFIG_KPROBES.
+LTTV 0.12.18 fixes a name table resizing problem (memory leak).
+LTTV 0.12.19 fixes packaging issue with headers.
+LTTng 0.162 supports Linux 2.6.31.3.
+LTTng 0.163 for Linux 2.6.31.5 adds support for network synchronization +markers.
+ltt-control 0.72 adds support for network synchronization markers.