From: Mathieu Desnoyers Date: Tue, 25 Apr 2017 13:56:53 +0000 (-0400) Subject: Version 2.9.2 X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-modules.git;a=commitdiff_plain;h=f145096523d706182aec95aa221f542560ab1788 Version 2.9.2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 645e24a1..f7008108 100644 --- 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 diff --git a/lttng-tracer.h b/lttng-tracer.h index 0a1dcea1..f56ea5ef 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -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"