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

index 4cc67a9806b3e2cb7adffa08300e47994031f111..bb4c2f92cfb8a573208d8f1afcc6e5250f0c80e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2018-05-09 (Lost Sock Memorial Day) LTTng modules 2.9.9
+       * 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.9.8
        * Fix: network instrumentation protocol enum
        * Fix: update btrfs instrumentation for SuSE 4.4.103-6
index 5e1d38229eb78248c56e4874faca5ed332d9c1de..88709c68aaf1f57fd987d5b5578612c06b0127b6 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 8
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 9
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.026205 seconds and 4 git commands to generate.