From 54207845fb5ca71aa4321b2fd63c76245ed039d0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 17 Jul 2013 21:37:26 -0400 Subject: [PATCH] Version 2.3.0-rc1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ lttng-tracer.h | 6 +++--- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0eb9c17..b56214e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2013-07-17 LTTng modules 2.3.0-rc1 + * Fix: kvm x86 probes side-effect + * Fix: allow get/put subbuf in loop for metadata stream + * Add support for kvm x86 specific tracepoints + * Add mainline headers for kvm x86 tracepoints + * Remove old 3.0.4 x86-64 extracted syscall info + * Point the x86-64 overrides to newly extracted 3.10-rc7 files + * Add syscalls extracted files from a 3.10-rc7 kernel + * Improve documentation of the syscall extractor script + * Fix: double length of __dynamic_len array + * Fix printk instrumentation + * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2() + * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around check + * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size() + * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()" + * Fix: handle writes of length 0 + * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption + * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end() + * print warning and return -EBUSY on double get_subbuf() + * Add header to fix compilation of syscalls-extractor on 3.9 kernel + * Fix: don't do 0 byte event reservation + * Document that payload size need to be greater than 0 + * Fix build and load against linux-2.6.33.x + * Fix: add missing CONFIG_COMPAT around lib_ring_buffer_compat_ioctl + * Metadata cache and multiple metadata channels + * fix block instrumentation probe signature mismatch for 3.9.x kernels + * fix: block instrumentation: NULL pointer dereference + * Update rcu instrumentation to 3.9.[0-4] + * Fix CPU hotplug section mismatches + * Add system calls definitions for powerpc-32 + * Remove bashism in lttng-syscalls-generate-headers.sh + * Update ARM (32 bit) syscall tracepoints to 3.4 + 2013-05-09 LTTng modules 2.2.0-rc2 * Remove useless lttng_metadata probe * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel diff --git a/lttng-tracer.h b/lttng-tracer.h index d541ff0e..38f2681d 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 2 +#define LTTNG_MODULES_MINOR_VERSION 3 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_VERSION_NAME "Cuda" +#define LTTNG_VERSION_NAME "Dominus Vobiscum" #define LTTNG_VERSION_DESCRIPTION \ - "Brewed at the Benelux microbrewery, this IPA has huge floral, citric and resinous hop aroma, simply an amazing nose. The flavor is very fresh with a light caramel malting touch completing a strong body. Huge amounts of hops, lots of grapefruit, lemon and oranges. This is an outstanding IPA!" + "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." #ifndef CHAR_BIT #define CHAR_BIT 8 -- 2.34.1