Version 2.12.7 v2.12.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 18:55:15 +0000 (13:55 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 18:55:15 +0000 (13:55 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ida2b3ddd97237025d07a192560ebf74ddd255a02

ChangeLog
lttng-tracer.h

index b558c950a49c5174c8e970b626b80511a769730f..1aa3fb4b6d788bbbbd99f4924fe9e2c2aa0681c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2022-01-05 (National Bird Day) LTTng modules 2.12.7
+       * 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: 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)
+       * fix: sched: Change task_struct::state (v5.14)
+       * fix: btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() (v5.14)
+       * fix: adjust ranges for RHEL 8.4
+
 2021-05-14 (National Dance Like a Chicken Day) LTTng modules 2.12.6
        * fix: adjust ranges for RHEL 8.2 and 8.3
        * Disable block rwbs bitwise enum in default build
index 6348b8af0f12db52574b794c2a6f18578ec4db0a..dec984e5b3020322d68d1401f28a958c347e013a 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 12
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 7
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "(Ta) Meilleure"
This page took 0.027757 seconds and 4 git commands to generate.