X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=52b345e5caa6d080cea2781e63fde56539da0c64;hb=90a481abc98a956b33cef1f1d547637374de6802;hp=ddb710b5869aed1d847cb7978c348318ba6f1419;hpb=addf226278a4b104e76e2f6580951af47bbfc975;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index ddb710b5..52b345e5 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -4126,7 +4126,7 @@ powerpc64, s390, sparc, sparc64.
0.238
0.239
-0.239-1 (Linaro)
+linaro-0.239-1
0.240
@@ -4178,10 +4178,16 @@ powerpc64, s390, sparc, sparc64.
...
0.12.35
0.12.36
+0.12.37
0.241
0.242
+linaro-0.242-1
+0.243
+0.244
+linaro-0.244-1
+0.245
0.76
@@ -4192,6 +4198,7 @@ powerpc64, s390, sparc, sparc64.
0.19.4
0.19.5
+0.19.6
0.6
@@ -4204,6 +4211,7 @@ obsolete
2.6.37
+2.6.37-linaro
LTTng 0.241 and lttng-modules 0.19.4 support kernel 2.6.37.
@@ -4211,6 +4219,16 @@ LTTng 0.242 re-adds DUMP_TABLES support for x86, and fixes the lockdep instrumentation integration.
lttng-modules 0.19.5 fixes a module teardown bug and adapts the net-probe module to the 2.6.37 lttng tracepoint name change.
+LTTng 0.242-1 for Linaro supports the 2.6.37 Linaro kernel tree.
+LTTng 0.243 removes the NMI-safe page fault for x86_64, which causes problems on +some setups. vmalloc_sync_all() called after buffer allocation and after module +load ensures that no vmalloc faults are triggered by LTTng from NMI context.
+lttng-modules 0.19.6 fixes uninitialized fields in net-extended events.
+LTTng 0.244 and 0.244-1 for Linaro fixes MIPS Octeon trace clock and ARM OMAP4 +interaction with PMU.
+LTTV 0.12.37 contains: LTTV-wide build warnings cleanup, new time bar, new +formatted dump module.
+LTTng 0.245 fixes MIPS Octeon cycles_t type.