Version 2.8.0-rc2 v2.8.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 20:03:38 +0000 (16:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 20:03:38 +0000 (16:03 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 88a4b0d9ecc874a70a0931b0af34bd2ebbadadcd..13140514df722119d77be9a29ddfc156282b309d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2016-04-26 LTTng modules 2.8.0-rc2
+       * Fix: writeback probe on RHEL >= 3.10.0-327.10.1
+       * Fix: RHEL kernel 3.10.0-327.13.1 compat
+       * Fix: ctf_user_integer should not trigger page fault
+       * Fix: lib_ring_buffer_copy_from_user_inatomic error handling
+       * Add comment describing ioctl number duplication
+       * Fix: remove unused gfpflags.h from btrfs and compaction instrumentation
+       * Fix: Remove dead code from filter interpreter
+       * Fix: x86 kvm mmutrace instrumentation for kernel < 3.6
+       * Fix: mm_vmscan instrumentation: remove unused gfpflags.h include
+       * Fix: use of uninitialized ret value in lttng_abi_create_event
+       * Fix: kmem instrumentation: remove unused gfpflags.h include
+       * Fix: 4.6 kernel: use in_compat_syscall
+       * Fix: use BUG_ON instead of accessing array subscript above array bounds
+       * Fix: Add granularity to RHEL kernel version checks
+
 2016-03-18 (Awkward Moments Day) LTTng modules 2.8.0-rc1
        * Bump minor tracer ABI version
        * Fix: build against out-of-tree kernel build
index a7a9923ee307c55cb08859aae08a7f8363ce49fd..1010946b349262fcc5fc11a9010055327c6d0ac6 100644 (file)
@@ -42,7 +42,7 @@
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 8
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
-#define LTTNG_MODULES_EXTRAVERSION "-rc1"
+#define LTTNG_MODULES_EXTRAVERSION "-rc2"
 
 #define LTTNG_VERSION_NAME             "Isseki Nicho"
 #define LTTNG_VERSION_DESCRIPTION      "The result of a collaboration between \"Dieu du Ciel!\" and Nagano-based \"Shiga Kogen\", Isseki Nicho is a strong Imperial Dark Saison offering a rich roasted malt flavor combined with a complex fruity finish typical of Saison yeasts."
This page took 0.027772 seconds and 4 git commands to generate.