Version 2.13.5 v2.13.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 18:47:13 +0000 (14:47 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Aug 2022 18:47:13 +0000 (14:47 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: If7bcc8f8709c264d140a5e7c8c815efbec8d0508

ChangeLog
include/lttng/tracer.h

index 37147d6b20851de1f31e375d2e43f26ebfd09f6b..153a303e3131a00e2adf7f90af68ab55a0c12089 100644 (file)
--- 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
index c02bd1dda19597b7fa64650609491753c2c23a97..3fe9d796e7e918ecdfb2d4f12e84a1e498803edc 100644 (file)
@@ -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é"
This page took 0.026982 seconds and 4 git commands to generate.