Version 2.6.1 v2.6.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Apr 2015 15:08:56 +0000 (11:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Apr 2015 15:08:56 +0000 (11:08 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index ff77e50dc5a9ab751fe5d0d1906cb74112ed8be0..9e17f3f05964196218e214159d5d3283e153010b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2015-04-29 LTTng modules 2.6.1
+       * Fix: regmap build against kernel 4.0 kernel headers
+       * Fix: mmutrace warnings about redefined macros
+       * Fix: add missing x86 mmutrace kernel header include
+       * Fix: x86 mmutrace event extra field for kernels >= 3.11
+       * Fix: remove execute flag from kvm.h file
+       * Fix: build x86 kvm probes on kernels >= 4.1-rc1
+       * Fix: compilation warnings on 4.1-rc1 kernel
+       * Fix: compilation on 4.1-rc1 kernel, remove unused WB_WORK_REASON
+       * Fix: 4.1-rc1 Linux build and regmap instrumentation
+       * Fix: don't clash with older Debian kernel versions
+       * Fix: update get_pfnblock_flags_mask wrapper for debian kernels
+       * Fix: discover Debian API
+       * Fix: Update README.md to match reality: kernels >= 2.6.36 are supported
+       * Fix: add struct file_handle forward declaration
+       * Fix: atomic.h wrapper for kernels < 2.6.37
+       * Fix: disable x86 kvm instrumentation for kernels < 2.6.38
+       * Fix: check that class and instance prototype match
+       * Fix: lttng-events.h check function takes void
+       * Update regmap instrumentation for Linux 3.19.4 and 4.0
+       * Fix: kernels >= 2.6.33 put utsrelease.h in generated/
+       * Fix: Include utsrelease.h in lttng-kernel-version.h
+       * Fix: old kernels need module.h included before vermagic.h
+       * Fix: version condition in makefile
+       * Implement wrapper around get_pfnblock_flags_mask
+       * Fix: Support 4.x kernel versions in Makefile
+       * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36
+       * Fix: update writeback instrumentation for kernel 4.0+
+       * Fix: compaction mm_compaction_isolate_template update for Linux 4.0+
+       * Fix: kmem instrumentation update for mm_page_alloc_extfrag kernel 3.19.2+
+       * Fix: kmem instrumentation: mm_page_alloc extfrag change_ownership field
+
 2015-01-26 LTTng modules 2.6.0
        * Fix: missing parenthesis in offset_align_floor
        * Fix: implement time.h wrapper for FD_ISSET
index f658c8ed8ea039e1b8c5859cbce1dd55e145f3f0..c1241e97b8e0e246c83209a1ed68e9e9642919aa 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 6
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Gaia"
This page took 0.026015 seconds and 4 git commands to generate.