From: Mathieu Desnoyers Date: Fri, 30 Sep 2022 19:18:34 +0000 (-0400) Subject: Version 2.13.6 X-Git-Tag: v2.13.6^0 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=ea8bb288e0902e9848e2195054f2ac14a0f9ed1c Version 2.13.6 Signed-off-by: Mathieu Desnoyers Change-Id: Idecfca64078038637c4a790adac84d87893d2bdd --- diff --git a/ChangeLog b/ChangeLog index 153a303e..c4efd0e4 100644 --- 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) diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index 3fe9d796..71ead634 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 5 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 6 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Nordicité"