From: Mathieu Desnoyers Date: Fri, 13 Jan 2023 21:08:06 +0000 (-0500) Subject: Version 2.13.8 X-Git-Tag: v2.13.8^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d3bcf08882e17952dfddc07a1c0c2767f38f18da;p=lttng-modules.git Version 2.13.8 Signed-off-by: Mathieu Desnoyers Change-Id: I3686e4e44475aa8cd6aa435f74e4994f5e36da2e --- diff --git a/ChangeLog b/ChangeLog index 3ab78d57..0c78404d 100644 --- 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 diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index 2c69acf0..ca73bc9d 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 7 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 8 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Nordicité"