Version 2.10.6 v2.10.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 May 2018 18:08:14 +0000 (14:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 May 2018 18:08:14 +0000 (14:08 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 155bdc0862ac6738ba8a99015aa9e0216e0ab08c..60b5d7876d3a9406666d3f32e5bbd7fcc2be455b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2018-05-09 (Lost Sock Memorial Day) LTTng modules 2.10.6
+       * Fix: update RCU instrumentation for 4.17
+       * Fix: sunrpc instrumentation for 4.17
+       * Fix: use struct reclaim_stat in mm_vmscan_lru_shrink_inactive for 4.17
+       * Fix: Add gfp_flags arg to mm_vmscan_kswapd_wake for 4.17
+       * Update: kvm instrumentation for ubuntu 4.13.0-38
+       * Fix: update kvm instrumentation for Ubuntu 3.13.0-144
+       * Fix: btrfs instrumentation namespacing
+       * Cleanup: comment about CONFIG_HOTPLUG_CPU ifdef
+       * Fix: do not use CONFIG_HOTPLUG_CPU for the new hotplug API
+       * Fix: update kvm instrumentation for 4.1.50+
+       * Use the memory pool instead of kmalloc
+       * Create a memory pool for temporary tracepoint probes storage
+       * Fix: use proper pid_ns in the process statedump
+       * Fix: add variable quoting to shell scripts
+       * Update: kvm instrumentation for fedora 4.14.13-300
+       * Fix: Add Fedora version macros
+       * Fix: update btrfs instrumentation for SuSE 4.4.114-92
+       * Fix: update block instrumentation for SuSE 4.4.114-92
+       * Fix: update rcu instrumentation for v4.16
+       * Fix: update vmscan instrumentation for v4.16
+       * Fix: update timer instrumentation on 4.16 and 4.14-rt
+       * Update kvm instrumentation for debian kernel 4.14.0-3
+
 2018-01-30 (National Croissant Day) LTTng modules 2.10.5
        * Fix: network instrumentation protocol enum
        * Fix: update btrfs instrumentation for SuSE 4.4.103-6
index d20c0288dda42c005a030ff6c98c62ad451788d3..fbce00cc12e311213bd0e2cdf0c8dff22dc833b5 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.027689 seconds and 4 git commands to generate.