Version 2.10.15 v2.10.15
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Apr 2020 13:37:21 +0000 (09:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Apr 2020 13:37:21 +0000 (09:37 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 5acbddf93637e6fe35129cfd7490f5303306c230..1b69a2450032751fe09a9380b8bdb85f00422608 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2020-04-08 (The Day After National Beer Day) LTTng modules 2.10.15
+       * fix: uaccess wrapper for CentOS >= 4.18.0-147
+       * fix: ext4 instrumentation for CentOS >= 4.18.0-147
+       * fix: signal instrumentation for CentOS >= 4.18.0-147
+       * fix: kvm instrumentation for CentOS >= 4.18.0-147
+       * fix: rcu instrumentation for CentOS >= 4.18.0-80
+       * Fix: update kvm instrumentation for Ubuntu 5.3.0-45
+       * Fix: update kvm instrumentation for Ubuntu 5.3.0-43
+       * Fix: update kvm instrumentation for Ubuntu 4.15.0-92
+       * Remove lttng-ftrace integration
+       * Remove dependency on kallsyms for splice_to_pipe (kernel 4.2+)
+       * Remove dependency on kallsyms for irq_to_desc (kernel 3.4+)
+       * Remove work-around for signed tracepoint module tainting (kernel 3.15+)
+
 2020-02-25 (National Chocolate Covered Nut Day) LTTng modules 2.10.14
        * Fix: rcu: Fix data-race due to atomic_t copy-by-value (5.5.6, 5.4.22)
        * fix: workqueue: add worker function to workqueue_execute_end tracepoint (v5.6)
index e93404f1161b03b821f343ce3058530c4e006c07..63f28f68f37a69a3d83d9f978e144134591e8178 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 14
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 15
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.026097 seconds and 4 git commands to generate.