Version 2.13.8 v2.13.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Jan 2023 21:08:06 +0000 (16:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Jan 2023 21:08:06 +0000 (16:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3686e4e44475aa8cd6aa435f74e4994f5e36da2e

ChangeLog
include/lttng/tracer.h

index 3ab78d573c8f99fea8c39f443918c7bed6b8ea42..0c78404ddac233d9c8fd6a2c8ed66bc1ad37a69f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-01-13 (National Sticker Day) LTTng modules 2.13.8
+       * fix: jbd2: use the correct print format
+       * Fix: in_x32_syscall was introduced in v4.7.0
+       * Explicitly skip tracing x32 system calls
+       * fix: kallsyms wrapper on ppc64el
+       * fix: Adjust ranges for RHEL 8.6 kernels
+       * fix: kvm-x86 requires CONFIG_KALLSYMS_ALL
+       * fix: mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using (v6.1)
+
 2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.7
        * Fix: handle integer capture page faults as skip field
 
index 2c69acf0dad7bc4c7e4785007d16e0414c86f1e2..ca73bc9d1735d3ac4e36c4103bdd404fa78747f7 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 7
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 8
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.027798 seconds and 4 git commands to generate.