Version 2.11.8 v2.11.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 21:19:04 +0000 (16:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 21:19:04 +0000 (16:19 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iaf9fc6b85de429c1b26aa0d29c2f0203581164e8

ChangeLog
lttng-tracer.h

index 40e0dd7b680f604a98e7d391eac0e1e6cce4fe31..7d1c32f5e09a33eb5bcafd3a5aa1dde63ad251bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2021-02-17 (Random Act of Kindness Day) LTTng modules 2.11.8
+       * fix: Adjust ranges for Ubuntu 5.8.0-44 kernel
+       * 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: missing include for 'task_struct' in fdtable.h
+       * 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: file: Rename fcheck lookup_fd_rcu (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.11.7
        * fix: adjust version range for trace_find_free_extent()
        * fix: backport of fix: tracepoint: Optimize using static_call() (v5.10)
index 2ed67f9bad82b07dda565c122da54cd2955d6cc0..87a2454e382eb55218ee115c1911e4d8eb939066 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 11
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 7
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 8
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Lafontaine"
This page took 0.026406 seconds and 4 git commands to generate.