From: compudj Date: Thu, 15 Jan 2009 03:44:12 +0000 (+0000) Subject: update compat/ X-Git-Tag: v0.12.20~273 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=8c73d52842c01094559e9a0cfbd0f32ec82afa5e;hp=28b45a8f2cf0082d5864d74d3ec3c5168d420f33;p=lttv.git update compat/ git-svn-id: http://ltt.polymtl.ca/svn@3216 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 8ecf995b..3e74d4cf 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3236,6 +3236,7 @@ powerpc64, s390, sparc, sparc64.
0.79
0.80
0.81
+0.82
0.60
@@ -3283,6 +3284,9 @@ 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.