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

index df4b33390f85e47057fc67c4bf06e9fbb6e37110..275922b15a9150cc2f222e8ea952efc9e9d521ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2020-04-08 (The Day After National Beer Day) LTTng modules 2.11.3
+       * 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.11.2
        * 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 64d918491e5b0ab6584d324a89a2c365969968e9..f27d3c2b910adbf777b83a18cbe1525b270170ae 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 11
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 3
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Lafontaine"
This page took 0.026181 seconds and 4 git commands to generate.