From eb8243c1763bbcd3eba05cd96142ca9ff06648a2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 19 Aug 2022 14:47:13 -0400 Subject: [PATCH] Version 2.13.5 Signed-off-by: Mathieu Desnoyers Change-Id: If7bcc8f8709c264d140a5e7c8c815efbec8d0508 --- ChangeLog | 11 +++++++++++ include/lttng/tracer.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37147d6b..153a303e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-08-19 (National Potato Day) LTTng modules 2.13.5 + * Fix: incorrect stub prototypes when CONFIG_HAVE_SYSCALL_TRACEPOINTS=n + * fix: mm/tracing: add 'accounted' entry into output of allocation tracepoints (v6.0) + * fix: block: remove bdevname (v6.0) + * fix: fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers (v6.0) + * fix: tie compaction probe build to CONFIG_COMPACTION + * fix: net: skb: introduce kfree_skb_reason() (v5.15.58..v5.16) + * fix: workqueue: Fix type of cpu in trace event (v5.19) + * fix: fs: Remove flags parameter from aops->write_begin (v5.19) + * fix: mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked() (v5.19) + 2022-06-03 (National Repeat Day) (National Repeat Day) LTTng modules 2.13.4 * Fix: event notifier: racy use of last subbuffer record * Fix: bytecode interpreter context_get_index() leaves byte order uninitialized diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index c02bd1dd..3fe9d796 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 4 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 5 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Nordicité" -- 2.34.1