Version 2.11.6 v2.11.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Oct 2020 20:03:18 +0000 (16:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Oct 2020 20:03:18 +0000 (16:03 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 7d13a543de80b2f4d7e9db6b5a429f0a5e287bc1..991ac31272f884710afd19828921b6a616678cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2020-10-05 (National Get Funky Day) LTTng modules 2.11.6
+       * Cleanup: lttng-syscalls: silence warning about uninitialized bitmap variable
+       * fix: backport 'Add 'kernel_read' wrapper for kernels < v4.14'
+       * Add 'kernel_read' wrapper for kernels < v4.14
+       * fix: Use 'kernel_read' to read from procfs
+       * fix: don't allow userspace copy to read kernel memory
+       * fix: Add a 1MB limit to lttng_strlen_user_inatomic
+       * fix: Adjust ranges for Ubuntu 4.15.0-119 kernel
+       * fix: Adjust ranges for Ubuntu HWE 5.0 kernels
+       * Fix: system call filter table
+       * fix: version ranges for ext4_discard_preallocations and writeback_queue_io
+       * fix: writeback: Fix sync livelock due to b_dirty_time processing (v5.9)
+       * fix: writeback: Drop I_DIRTY_TIME_EXPIRE (v5.9)
+       * fix: removal of [smp_]read_barrier_depends (v5.9)
+       * fix: ext4: indicate via a block bitmap read is prefetched… (v5.9)
+       * fix: ext4: limit the length of per-inode prealloc list (v5.9)
+       * fix: KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only (v5.9)
+       * fix: Move mmutrace.h into the mmu/ sub-directory (v5.9)
+       * Kconfig: fix dependency issue when building in-tree without CONFIG_FTRACE
+
 2020-08-04 (National Chocolate Chip Cookie Day) LTTng modules 2.11.5
        * fix: no __lttng_vmalloc_node_range() prior to v2.6.38
        * Fix: Lock metadata cache on session destroy
index ecde778a116f57fa57dfd57f99e1baed21eb96b5..9f6856fb366d25f9d5766358ea332a6b43e99b5d 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 11
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Lafontaine"
This page took 0.026687 seconds and 4 git commands to generate.