Version 2.12.12 v2.12.12
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Jan 2023 21:03:02 +0000 (16:03 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Jan 2023 21:03:02 +0000 (16:03 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id9d7a646bd1e4b1d16b418224c9951f563fbbdcd

ChangeLog
lttng-tracer.h

index f0199751ce0c1bba51ccb644072a50efe1025452..507b1ff65e8cd24940884f59008d0a62d4990b87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-01-13 (National Sticker Day) LTTng modules 2.12.12
+       * fix: jbd2: use the correct print format
+       * Fix: in_x32_syscall was introduced in v4.7.0
+       * Explicitly skip tracing x32 system calls
+       * fix: kallsyms wrapper on ppc64el
+       * fix: Adjust ranges for RHEL 8.6 kernels
+       * fix: kvm-x86 requires CONFIG_KALLSYMS_ALL
+
 2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.12.11
        * Fix: bytecode validator: reject specialized load field/context ref instructions
        * Fix: bytecode validator: reject specialized load instructions
index 52d401dd5821ce74b15b6bbdfd61dfbc5cd6cfdd..0a03f08663a61f98b951d880b857d840fe6841b9 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 12
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 11
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 12
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "(Ta) Meilleure"
This page took 0.027878 seconds and 4 git commands to generate.