Version 2.13.1 v2.13.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 18:48:46 +0000 (13:48 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 18:48:46 +0000 (13:48 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I96afc0704a05f50e8478eca11977d7435c8db533

ChangeLog
include/lttng/tracer.h

index 36afe1f8a2ee4c077d6826aa70003b2a4d0decad..d54263d03d49d7d7342dfa9b9f8f1982c7a2ddb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2022-01-05 (National Bird Day) LTTng modules 2.13.1
+       * fix: mm: move kvmalloc-related functions to slab.h (v5.16)
+       * fix: block: don't call blk_status_to_errno in blk_update_request (v5.16)
+       * fix: KVM: MMU: change tracepoints arguments to kvm_page_fault (v5.16)
+       * fix: KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info (v5.16)
+       * fix: isystem: delete global -isystem compile option (v5.16)
+       * fix: block: move block-related definitions out of fs.h (v5.16)
+       * Fix: syscall tracing: missing trigger actions
+       * Warn on event registration/unregistration failure
+       * fix: implicit-int error in EXPORT_SYMBOL_GPL
+       * fix: Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" (v5.15)
+       * fix: cpu/hotplug: Remove deprecated CPU-hotplug functions. (v5.15)
+
 2021-08-02 (Ice Cream Sandwich Day) LTTng modules 2.13.0
        * No change
 
index 0afb15597ccf08fef3cd10b8f6f328e061ec5092..41a8c7ecdb64037fe3a6ad66774d66f9c1127ede 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.027365 seconds and 4 git commands to generate.