From b6ea9925cf534fc712ef6eafcacd5b919d51ef5c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 1 Nov 2018 23:42:19 +0100 Subject: [PATCH] Version 2.11.0-rc2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 13 +++++++++++++ lttng-tracer.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a56a094..f1a7beca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2018-11-01 (National Men Make Dinner Day) LTTng modules 2.11.0-rc2 + * Fix: update kvm instrumentation for SLES12 SP2 LTSS >= 4.4.121-92.92 + * Fix: Add missing const to lttng_tracepoint_ptr_deref prototype + * Fix: adapt to kernel relative references + * Fix: implicit declarations caused by buffer size checks. + * Prevent allocation of buffers if exceeding available memory + * Fix: btrfs instrumentation namespacing + * Fix: Convert rcu tracepointis to gp_seq (v4.19) + * Fix: tracing: Centralize preemptirq tracepoints (4.19) + * Fix: net: expose sk wmem in sock_exceed_buf_limit tracepoint (4.19) + * Fix: access migrate_disable field directly + * Fix: out of memory error handling + 2018-09-05 (Be Late for Something Day) LTTng modules 2.11.0-rc1 * Fix: uprobes: missing break in lttng_event_ioctl() * Fix: ACCESS_ONCE was removed in 4.15, use READ_ONCE instead diff --git a/lttng-tracer.h b/lttng-tracer.h index bdde302e..3d461948 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -30,7 +30,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 11 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_MODULES_EXTRAVERSION "-rc1" +#define LTTNG_MODULES_EXTRAVERSION "-rc2" #define LTTNG_VERSION_NAME "Lafontaine" #define LTTNG_VERSION_DESCRIPTION "A modern Saison beer from Montréal's Oshlag microbrewery, Lafontaine is a refreshing, zesty, rice beer with hints of fruit and spices." -- 2.34.1