From 10e44b65cb40322b6e47c4414c33d3c554687556 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 17 Feb 2021 16:19:04 -0500 Subject: [PATCH] Version 2.11.8 Signed-off-by: Mathieu Desnoyers Change-Id: Iaf9fc6b85de429c1b26aa0d29c2f0203581164e8 --- ChangeLog | 23 +++++++++++++++++++++++ lttng-tracer.h | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40e0dd7b..7d1c32f5 100644 --- 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) diff --git a/lttng-tracer.h b/lttng-tracer.h index 2ed67f9b..87a2454e 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -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" -- 2.34.1