Version 2.13.6 v2.13.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 19:18:34 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 19:18:34 +0000 (15:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Idecfca64078038637c4a790adac84d87893d2bdd

ChangeLog
include/lttng/tracer.h

index 153a303e3131a00e2adf7f90af68ab55a0c12089..c4efd0e4424820706b2fec26a8aefc7119427c76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.6
+       * Fix: bytecode validator: reject specialized load field/context ref instructions
+       * Fix: bytecode validator: reject specialized load instructions
+       * Fix: honor "user" attribute for array/sequence of user integers
+       * wrapper: powerpc64: fix kernel crash caused by do_get_kallsyms
+       * Fix: event notification: Remove duplicate event enabled check
+       * Fix: event notification capture: validate buffer length
+       * Fix: handle capture page faults as skip field
+       * Fix: event notification capture error handling
+       * Fix: capture_sequence_element_{un,}signed: handle user-space input
+       * Fix: notification capture: handle userspace strings
+       * Implement lttng_msgpack_write_user_str
+       * Fix: bytecode interpreter: LOAD_FIELD: handle user fields
+       * Fix: move "user" attribute from field to type
+       * Introduce lttng_copy_from_user_check_nofault
+       * fix: adjust range v5.10.137 in block probe
+
 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)
index 3fe9d796e7e918ecdfb2d4f12e84a1e498803edc..71ead634eaca546d11ca932d9d63b4130c627215 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.027044 seconds and 4 git commands to generate.