X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=ccee479978e267820e3760e156a71dbe0fa3b783;hb=c7c71374e52e7b834d338cb0efeb3780bb2dbcf1;hp=380b0c905f7b793148a896209ce27d9e7069c9e1;hpb=9cff5b44156286dfc61434b66fee831d61988780;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 380b0c90..ccee4799 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3450,6 +3450,10 @@ powerpc64, s390, sparc, sparc64.
0.155
0.156
0.157
+0.158
+0.159
+0.160
+0.161
0.65
@@ -3458,6 +3462,7 @@ powerpc64, s390, sparc, sparc64.
0.68
0.69
0.70
+0.71
obsolete
@@ -3482,6 +3487,7 @@ obsolete
2.6.30-rc2
2.6.30-rc5
2.6.30
+2.6.30.9
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3559,6 +3565,16 @@ LTTng 0.156 adds a required compiler barrier to the trace-clock-32-to-64 update-side.
LTTng 0.157 fixes the trace-clock-32-to-64 mutex to spinlock transition patch.
+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.