From 15ac0c8a4d5e5dcf3c284faef1ae2c55caac84d3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 7 Jun 2023 10:53:24 -0400 Subject: [PATCH] Version 2.13.10 Signed-off-by: Mathieu Desnoyers Change-Id: I9d1d358ba28dd0f9f68b54c52e784d002d9bc74c --- ChangeLog | 9 +++++++++ include/lttng/tracer.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04f45dc8..e52c88f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-06-07 (National VCR Day) LTTng modules 2.13.10 + * Add support for RHEL 9.1 + * Add support for RHEL 9.0 + * fix: kallsyms wrapper on CONFIG_PPC64_ELF_ABI_V1 + * fix: net: add location to trace_consume_skb() (v6.3) + * fix: btrfs: pass find_free_extent_ctl to allocator tracepoints (v6.3) + * fix: uuid: Decouple guid_t and uuid_le types and respective macros (v6.3) + * fix: mm: introduce vma->vm_flags wrapper functions (v6.3) + 2023-03-03 (Canadian Bacon Day) LTTng modules 2.13.9 * fix: jbd2: use the correct print format (v5.4.229) * fix: jbd2 upper bound for v5.10.163 diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index cae03e7c..30f80447 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 9 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 10 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Nordicité" -- 2.34.1