From: Mathieu Desnoyers Date: Thu, 21 Mar 2024 19:45:34 +0000 (-0400) Subject: Version 2.13.12 X-Git-Tag: v2.13.12^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4ba4f0ec881a167d337f8e936b607a28d0bf1c6b;p=lttng-modules.git Version 2.13.12 Signed-off-by: Mathieu Desnoyers Change-Id: I448e493bbf064587e3b717a9f5c41c13f0569f29 --- 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é"