X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=82bec99d3120edce20cb9139c4ec42d085f575bd;hb=92a37329e1513cfb346c6af2bb92d6742e5dcbad;hp=dcfa0a9eea30f4c737b3004ca6275fe8682114bd;hpb=0887f823020e9c67643e5de7f13b6e294709a6bc;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index dcfa0a9e..82bec99d 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3444,6 +3444,14 @@ powerpc64, s390, sparc, sparc64.
0.149
0.150
0.151
+0.152
+0.153
+0.154
+0.155
+0.156
+0.157
+0.158
+0.159
0.65
@@ -3451,6 +3459,8 @@ powerpc64, s390, sparc, sparc64.
0.67
0.68
0.69
+0.70
+0.71
obsolete
@@ -3475,6 +3485,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.
@@ -3546,6 +3557,21 @@ LTTng 0.150 fixes UP build for cpufreq driver.
ltt-control 0.69 fixes lttd append mode.
LTTng 0.151 fixes softirq instrumentation, caused by switch to mainline TRACE_EVENT with different name assignment.
+LTTng 0.152 few SH build fixes.
+LTTng 0.153 updates trace clock (minor fix).
+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.