From 223ca7c549aac54d4e10a172b540784fbe996582 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 15 Nov 2013 13:55:35 -0500 Subject: [PATCH] Version 2.4.0-rc1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 18 ++++++++++++++++++ lttng-tracer.h | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec3f24a2..9c656cf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-11-15 LTTng modules 2.4.0-rc1 + * Update ext4 instrumentation to Linux 3.12 + * Update RCU instrumentation to Linux 3.12 + * Update btrfs instrumentation to 3.12 kernel + * Update vmscan instrumentation to Linux 3.12 + * update: kmem instrumentation 3.12 kernel support + * lttng-statedump-impl: Use generic hard irqs for Linux >= 3.12 + * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation + * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL + * Add new tracepoint in KVM + * Blacklist kernels 3.10.13 and 3.11.2 + * LTTng trace-clock: shrink kernel blacklist + * Metadata flush writes data from the cache + * Per-stream ioctl to get the current timestamp + * LTTng ringbuffer ABI calls for index generation + * Prepare LTTng override of ring buffer fops + * Blacklist Linux kernels 3.10+ + 2013-09-03 LTTng modules 2.3.0 * Fix: metadata stream should not reference session * Fix: btrfs: support 3.11 Linux kernel diff --git a/lttng-tracer.h b/lttng-tracer.h index 38f2681d..1e27a999 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -39,12 +39,12 @@ #include "lttng-events.h" #define LTTNG_MODULES_MAJOR_VERSION 2 -#define LTTNG_MODULES_MINOR_VERSION 3 +#define LTTNG_MODULES_MINOR_VERSION 4 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_VERSION_NAME "Dominus Vobiscum" +#define LTTNG_VERSION_NAME "Époque Opaque" #define LTTNG_VERSION_DESCRIPTION \ - "A very succulent line-up of beers brewed at Microbrasserie Charlevoix. Elaborated starting from special malts and fermented with a Belgian yeast. These beers are refermented in bottle and will make you discover the richness of wheat, amber and triple styles." + "The Époque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer." #ifndef CHAR_BIT #define CHAR_BIT 8 -- 2.34.1