Version 2.7.2 v2.7.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2016 01:39:48 +0000 (20:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2016 01:39:48 +0000 (20:39 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 599e39a088dfb8a001d171fa44e56a414aade1e0..fd5d663d10b7f2c49461a2a04267701668d086cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2016-03-09 LTTng modules 2.7.2
+       * Fix: filter interpreter with userspace strings
+       * Fix: rename kvm x86 TRACE_SYSTEM to avoid name clash
+       * Fix: format address fields as hexadecimal
+       * PowerPC-64 ABIv1: add build error if KALLSYMS_ALL is missing
+       * Fix: system call instrumentation overrides
+       * Fix: page_alloc wrapper incorrect parenthesis
+       * Fix: add missing versions and init call for page_alloc wrapper
+       * Fix: Define lttng-tracer metadata only once
+       * Fix: handle negative clock offset
+       * Fix: sched instrumentation for 4.1-rt11
+       * Add RT patch version macros
+       * Fix: Ubuntu kernel range for block_rq_complete
+       * Fix: Ubuntu kernel range for mm_page_alloc_extfrag
+       * Fix: update vmscan instrumentation for kernel 4.5
+       * Fix: check reference counts for overflow
+       * Fix: RHEL 7.2 scsi instrumentation
+       * Fix: RHEL 7.2 kvm instrumentation
+
 2016-01-05 LTTng modules 2.7.1
        * Fix: Use MAX_RT_PRIO offset in sched_wakeup_template
        * Fix: update sched instrumentation for kernel 4.4.0
index a2afa2c6e38d20aecfb64055755293ba4518380a..99ffaced2100007b7b45f6d57dd568fab27c132b 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 7
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Herbe à Détourne"
This page took 0.027483 seconds and 4 git commands to generate.