From 4873090fa6bec2e0dc03f8acf5309b38207bf4dd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Mar 2016 20:39:48 -0500 Subject: [PATCH] Version 2.7.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 19 +++++++++++++++++++ lttng-tracer.h | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 599e39a0..fd5d663d 100644 --- 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 diff --git a/lttng-tracer.h b/lttng-tracer.h index a2afa2c6..99ffaced 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -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" -- 2.34.1