Version 2.13.13 stable-2.13 v2.13.13
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 May 2024 18:51:11 +0000 (14:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 May 2024 18:51:11 +0000 (14:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia4f3e6f2686278cfdd4aea5389c63072e0fe42cb

ChangeLog
include/lttng/tracer.h

index 4ceeba83428a2b3123e00f0c5cbfda592327ab61..6f457dc7215e0f8d46d8eedd09fd471fe1fb3004 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2024-05-13 (National Leprechaun Day) LTTng modules 2.13.13
+       * splice wrapper: Fix missing declaration
+       * page alloc wrapper: Fix get_pfnblock_flags_mask prototype
+       * lttng probe: include events-internal.h
+       * syscalls: Remove unused duplicated code
+       * statedump: Add missing events-internal.h include
+       * lttng-events: Add missing static
+       * event notifier: Add missing static
+       * context callstack: Add missing static
+       * lttng-clock: Add missing lttng/events-internal.h include
+       * lttng-calibrate: Add missing static and include
+       * lttng-bytecode: Remove dead code
+       * lttng-abi: Add missing static to function definitions
+       * ring buffer: Add missing static to function definitions
+       * blkdev wrapper: Fix constness warning
+       * Fix: timer_expire_entry changed in 4.19.312
+       * Fix: dev_base_lock removed in linux 6.9-rc1
+       * Fix: mm_compaction_migratepages changed in linux 6.9-rc1
+       * Fix: ASoC add component to set_bias_level events in linux 6.9-rc1
+       * Fix: ASoC snd_doc_dapm on linux 6.9-rc1
+       * Fix: build kvm probe on EL 8.4+
+       * Fix: support ext4_journal_start on EL 8.4+
+       * Fix: correct RHEL range for kmem_cache_free define
+
 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
index 54577c4d3985813cd67d3aa62941682153cdd67f..fdb68c27f8bd66c143c2b8816af5d499f76d4517 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 12
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 13
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.027258 seconds and 4 git commands to generate.