Version 2.12.6 v2.12.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:18:48 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 19:18:48 +0000 (15:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia64c94d00e43f3371482304840b8a591d9d8cdbd

ChangeLog
lttng-tracer.h

index eff50bcc020e6e9b2ebe67eda2662335b6e78c98..b558c950a49c5174c8e970b626b80511a769730f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2021-05-14 (National Dance Like a Chicken Day) LTTng modules 2.12.6
+       * fix: adjust ranges for RHEL 8.2 and 8.3
+       * Disable block rwbs bitwise enum in default build
+       * Disable sched_switch bitwise enum in default build
+       * Add experimental bitwise enum config option
+       * Add defaults to Kconfig options
+       * Sync `show_inode_state()` macro with upstream stable kernels
+       * fix: block: remove disk_part_iter (v5.12)
+       * Fix: Backport of "Fix: increment buffer offset when failing to copy from user-space"
+       * Fix: increment buffer offset when failing to copy from user-space
+       * Sync `show_inode_state()` macro with Ubuntu 4.15 kernel
+       * fix: mm, tracing: kfree event name mismatching with provider kmem (v5.12)
+       * Set 'stable-2.12' branch in git review config
+       * fix backport: block: add a disk_uevent helper (v5.12)
+       * fix: Adjust ranges for Ubuntu 5.4.0-67 kernel
+       * fix: block: add a disk_uevent helper (v5.12)
+       * Fix: properly compare type enumeration
+       * compiler warning cleanup: is_signed_type: compare -1 to 1
+       * Fix: bytecode linker: validate event and field array/sequence encoding
+       * Fix: kretprobe: null ptr deref on session destroy
+       * fix: mm, tracing: record slab name for kmem_cache_free() (v5.12)
+       * Fix: filter interpreter early-exits on uninitialized value
+       * Fix: memory leaks on event destroy
+
 2021-02-17 (Random Act of Kindness Day) LTTng modules 2.12.5
        * fix: Adjust ranges for Ubuntu 5.8.0-44 kernel
        * fix: missing include for 'task_struct' in fdtable.h
index 1e82b16b7fae85e5af6d7da9214625bc9c073b9f..a006f23e01f33452a491557537bf610e99c7050b 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 12
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "(Ta) Meilleure"
This page took 0.027724 seconds and 4 git commands to generate.