Version 2.9.11 v2.9.11
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2018 22:32:18 +0000 (23:32 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Nov 2018 22:32:18 +0000 (23:32 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index c753dec40b7173130cc1aa48ea78a345bbf1a805..1fed9a26d1efb980eb6e1b33a16219b8a9bd9de9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-11-01 (National Men Make Dinner Day) LTTng modules 2.9.11
+       * 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: Convert rcu tracepointis to gp_seq (v4.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-08-09 (National Book Lovers Day) LTTng modules 2.9.10
        * Fix: adjust SLE version ranges to build with SP2 and SP3
        * Fix: Allow alphanumeric characters in SLE version
index 8e96d5dd26a6358a6209f69b634b29965c5ef77d..6ca09c4d8acc55d3e001987105e665bb4e739d03 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 10
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 11
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.026038 seconds and 4 git commands to generate.