Version 2.12.5 v2.12.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:52:51 +0000 (15:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:52:51 +0000 (15:52 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I630522a86433066c82c31e8f488803886f839db9

ChangeLog
lttng-tracer.h

index ccdf7a38f19f9d35219b64a810128399dc1fb6c6..eff50bcc020e6e9b2ebe67eda2662335b6e78c98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+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
+       * fix: file: Rename fcheck lookup_fd_rcu (v5.11)
+       * Fix: do not use bdi_unknown_name symbol
+       * fix: memcg: fix a crash in wb_workfn when a device disappears (5.6)
+       * Fix: writeback: out-of-bound reads
+       * fix: Add one digit to RHEL major release version
+       * fix: Add one digit to SLES minor release version
+       * fix: RT_PATCH_VERSION is close to overflow
+       * fix: cast LTTNG_KERNEL_VERSION/LTTNG_LINUX_VERSION_CODE to uint64_t
+       * fix: UTS_UBUNTU_RELEASE_ABI is close to overflow
+       * fix: sublevel version overflow in LINUX_VERSION_CODE
+       * Namespace kernel version macros
+       * aarch64: blacklist gcc prior to 5.1
+       * fix: genirq: Restrict export of irq_to_desc() (v5.11)
+       * fix: block: merge struct block_device and struct hd_struct (v5.11)
+       * fix: kprobes: Remove kretprobe hash (v5.11)
+       * fix: block: remove the request_queue argument to the block_bio_remap tracepoint (v5.11)
+       * fix: block: remove the request_queue argument to the block_split tracepoint (v5.11)
+       * fix: block: simplify and extend the block_bio_merge tracepoint class (v5.11)
+       * fix: block: remove the request_queue to argument request based tracepoints (v5.11)
+
 2021-01-11 (National Clean Off Your Desk Day) LTTng modules 2.12.4
        * fix: adjust version range for trace_find_free_extent()
        * Improve the release script
index d868c66a491f414fb748b3440b28b94f0e075a1e..1e82b16b7fae85e5af6d7da9214625bc9c073b9f 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 12
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 4
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "(Ta) Meilleure"
This page took 0.028363 seconds and 4 git commands to generate.