Version 2.9.2 v2.9.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Apr 2017 13:56:53 +0000 (09:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Apr 2017 13:56:53 +0000 (09:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 645e24a108b5de9d09f5ed0c572c094cd66bdb6d..f70081086e15e3ca66d85ee76efbdd0ae80db739 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-04-25 (National Zucchini Bread Day) LTTng modules 2.9.2
+       * Fix: Always build vmscan probe
+       * Fix: use of uninitialized ret value in lttng_abi_open_metadata_stream
+       * Fix: kref changes for kernel 4.11
+       * Fix: atomic_add_unless() returns true/false rather than prior value
+       * Fix: timers cputime_t arguments replaced by ull in kernel 4.11
+       * Fix: update scsi instrumentation for kernel 4.11
+       * Fix: changes to the vm_op fault cb prototype in libringbuffer
+       * Fix: update btrfs instrumentation for kernel 4.11
+       * Fix: update mm_vmscan instrumentation for kernel 4.11
+       * Fix: section mismatch warning caused by __exit annotation
+
 2017-02-17 (National Cabbage Day) LTTng modules 2.9.1
        * Fix: nmi-safe clock on 32-bit systems
        * Fix: only include linux/cpuhotplug.h for kernels >= 4.10
index 0a1dcea1bfa7856cb555d679b841a3bd6cf616c5..f56ea5ef49e13f99b80fa4c782e614e90b4f9c34 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.026792 seconds and 4 git commands to generate.