From 4ba4f0ec881a167d337f8e936b607a28d0bf1c6b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 21 Mar 2024 15:45:34 -0400 Subject: [PATCH] Version 2.13.12 Signed-off-by: Mathieu Desnoyers Change-Id: I448e493bbf064587e3b717a9f5c41c13f0569f29 --- ChangeLog | 14 ++++++++++++++ include/lttng/tracer.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cab28f50..4ceeba83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2024-03-21 (National Common Courtesy Day) LTTng modules 2.13.12 + * docs: Add supported versions and fix-backport policy + * docs: Add links to project resources + * Fix: Correct minimum version in jbd2 SLE kernel range + * Fix: Handle recent SLE major version codes + * Fix: build on sles15sp4 + * Compile fixes for RHEL 9.3 kernels + * Fix: ext4_discard_preallocations changed in linux 6.8.0-rc3 + * Fix: btrfs_get_extent flags and compress_type changed in linux 6.8.0-rc1 + * Fix: btrfs_chunk tracepoints changed in linux 6.8.0-rc1 + * Fix: strlcpy removed in linux 6.8.0-rc1 + * Fix: timer_start changed in linux 6.8.0-rc1 + * Fix: sched_stat_runtime changed in linux 6.8.0-rc1 + 2024-01-10 (National Houseplant Appreciation Day) LTTng modules 2.13.11 * Fix: Include linux/sched/rt.h for kernels v3.9 to v3.14 * Fix: Disable IBT around indirect function calls diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index 813fb3b8..54577c4d 100644 --- a/include/lttng/tracer.h +++ b/include/lttng/tracer.h @@ -28,7 +28,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 13 -#define LTTNG_MODULES_PATCHLEVEL_VERSION 11 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 12 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Nordicité" -- 2.34.1