From e4169397bcabe72c5acabcd5e6a9bb84e4001db7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 13 Jan 2023 16:03:02 -0500 Subject: [PATCH] Version 2.12.12 Signed-off-by: Mathieu Desnoyers Change-Id: Id9d7a646bd1e4b1d16b418224c9951f563fbbdcd --- ChangeLog | 8 ++++++++ lttng-tracer.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0199751..507b1ff6 100644 --- 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 diff --git a/lttng-tracer.h b/lttng-tracer.h index 52d401dd..0a03f086 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -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" -- 2.34.1