Version 2.11.0-rc2 v2.11.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2018 22:42:19 +0000 (23:42 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2018 22:42:19 +0000 (23:42 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 4a56a0943d129863da0526a6cc14766334f9ad23..f1a7becae953314de1e2622eecbfda438d984cd0 100644 (file)
--- 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
index bdde302e96b8cea53f31f868499503a7d817f063..3d461948400e5719d69ec983381f4ed0723a70aa 100644 (file)
@@ -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."
This page took 0.026119 seconds and 4 git commands to generate.