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

index 133202996683fff8406b79044dfa9db5b7ed8aaf..ee686327f72509b87435f9d1c1f8a20968a05bc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-11-01 (National Men Make Dinner Day) LTTng modules 2.10.8
+       * 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.10.7
        * Fix: adjust SLE version ranges to build with SP2 and SP3
        * Fix: Allow alphanumeric characters in SLE version
index e20ed747157160156c7f575d003f4bde90fd2821..c9f4769d469e18a83fd23c242aebc20beca3e1ac 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 7
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 8
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.026492 seconds and 4 git commands to generate.