Version 2.12.0-rc3 v2.12.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Mar 2020 14:29:08 +0000 (10:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Mar 2020 14:29:08 +0000 (10:29 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index ac0a05287bbdcfdb060f59347034f47cdb4863f5..348c76412506ad443494a7c61249d46b0ca69f81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-03-27 (International Stay At Home Month) LTTng modules 2.12.0-rc3
+       * Fix: update kvm instrumentation for Ubuntu 5.3.0-43
+       * Fix: update kvm instrumentation for Ubuntu 4.15.0-92
+       * statedump: introduce file_table_address
+       * 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.12.0-rc2
        * Fix: lttng-events.c: variable may be used uninitialized
        * Fix: rcu: Fix data-race due to atomic_t copy-by-value (5.5.6, 5.4.22)
index 19d39e3530783bbf400ab790204c93446a0f1baa..6b8ff074999f2dc9fa31b3ff934b4a14c6259b91 100644 (file)
@@ -30,7 +30,7 @@
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 12
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
-#define LTTNG_MODULES_EXTRAVERSION "-rc2"
+#define LTTNG_MODULES_EXTRAVERSION "-rc3"
 
 #define LTTNG_VERSION_NAME             "(Ta) Meilleure"
 #define LTTNG_VERSION_DESCRIPTION      "Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to \"Your best one\", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness."
This page took 0.026514 seconds and 4 git commands to generate.