From: Mathieu Desnoyers Date: Fri, 17 Feb 2017 17:16:41 +0000 (-0500) Subject: Version 2.9.1 X-Git-Tag: v2.9.1^0 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=5eade9b9f6fe8e4591f88842575a9837e074109a Version 2.9.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index dd9468a9..645e24a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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 + * Fix: 4.10 hotplug adaptation backward compat + * Adapt lttng-modules to Linux 4.10 cpu hotplug state machine + * Fix: 4.10 btrfs instrumentation update backward compat + * Update btrfs instrumentation for 4.10 kernel + * btrfs instrumentation: update to 4.10 kernel + * timer instrumentation: adapt to ktime_t without union + * Fix: asoc instrumentation for RHEL 7.3 + * Fix: SCSI instrumentation for SLES12 SP2 + * Add SUSE Linux Enterprise kernel version tests + 2016-11-29 (National Square Dance Day) LTTng modules 2.9.0 * Performance: add missing unlikely in reserve * Fix: preemptible and migratable context error handling diff --git a/lttng-tracer.h b/lttng-tracer.h index cbb9fb5d..0a1dcea1 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 0 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 1 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Joannès"