X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=1fed9a26d1efb980eb6e1b33a16219b8a9bd9de9;hb=7e80ef439f4e2447734c9e924c28530baee70daa;hp=d7072faa18d3122af505411470883debf620d4b2;hpb=c541df89ebea5cacba2105fd035d1dc0d0ba2521;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index d7072faa..1fed9a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2018-11-01 (National Men Make Dinner Day) LTTng modules 2.9.11 + * Fix: update kvm instrumentation for SLES12 SP2 LTSS >= 4.4.121-92.92 + * Fix: Add missing const to lttng_tracepoint_ptr_deref prototype + * Fix: adapt to kernel relative references + * Fix: implicit declarations caused by buffer size checks. + * Prevent allocation of buffers if exceeding available memory + * Fix: Convert rcu tracepointis to gp_seq (v4.19) + * Fix: net: expose sk wmem in sock_exceed_buf_limit tracepoint (4.19) + * Fix: access migrate_disable field directly + * Fix: out of memory error handling + +2018-08-09 (National Book Lovers Day) LTTng modules 2.9.10 + * Fix: adjust SLE version ranges to build with SP2 and SP3 + * Fix: Allow alphanumeric characters in SLE version + * Fix: Adjust range for SuSE 4.4.103-92 kernels + * Add extra version information framework + * Fix: btrfs: Remove unnecessary fs_info parameter + * Fix: asoc: Remove snd_soc_cache_sync() implementation + * Fix: asoc: fix printing jack name + * Fix: asoc: Consolidate path trace events + * Fix: ASoC level IO tracing removed upstream + * Fix: dyntick field added to trace_rcu_dyntick in v4.16 + * Fix: BUILD_BUG_ON with compile time constant on < v2.6.38 + * Fix: pid tracker should track "pgid" for noargs probes + +2018-05-09 (Lost Sock Memorial Day) LTTng modules 2.9.9 + * Fix: update RCU instrumentation for 4.17 + * Fix: sunrpc instrumentation for 4.17 + * Fix: use struct reclaim_stat in mm_vmscan_lru_shrink_inactive for 4.17 + * Fix: Add gfp_flags arg to mm_vmscan_kswapd_wake for 4.17 + * Update: kvm instrumentation for ubuntu 4.13.0-38 + * Fix: update kvm instrumentation for Ubuntu 3.13.0-144 + * Fix: btrfs instrumentation namespacing + * Cleanup: comment about CONFIG_HOTPLUG_CPU ifdef + * Fix: do not use CONFIG_HOTPLUG_CPU for the new hotplug API + * Fix: update kvm instrumentation for 4.1.50+ + * Use the memory pool instead of kmalloc + * Create a memory pool for temporary tracepoint probes storage + * Fix: use proper pid_ns in the process statedump + * Fix: add variable quoting to shell scripts + * Update: kvm instrumentation for fedora 4.14.13-300 + * Fix: Add Fedora version macros + * Fix: update btrfs instrumentation for SuSE 4.4.114-92 + * Fix: update block instrumentation for SuSE 4.4.114-92 + * Fix: update rcu instrumentation for v4.16 + * Fix: update vmscan instrumentation for v4.16 + * Fix: update timer instrumentation on 4.16 and 4.14-rt + * Update kvm instrumentation for debian kernel 4.14.0-3 + +2018-01-30 (National Croissant Day) LTTng modules 2.9.8 + * Fix: network instrumentation protocol enum + * Fix: update btrfs instrumentation for SuSE 4.4.103-6 + * Fix: update block instrumentation for SuSE 4.4.73-5 + * Fix: global_dirty_limit for kernel v4.2 and up + * Fix: network instrumentation handling of corrupted TCP headers + * Fix: add missing uaccess.h include from kstrtox.h wrapper + * Update: kvm instrumentation for 4.14.14+, 4.9.77+, 4.4.112+ + * Fix: btrfs_delayed_ref_head was unwired since v3.12 + * Update kvm instrumentation for debian kernel 4.9.65-3 + * Fix: debian kernel version parsing + * Fix: block instrumentation 4.14+ NULL pointer dereference + * Update: kvm instrumentation for 3.16.52 and 3.2.97 + * Fix: kvm instrumentation for 4.15 + * Update sock instrumentation for 4.15 + * Update kvm instrumentation for 4.15 + * Fix: ACCESS_ONCE() removed in kernel 4.15 + * Fix: sched instrumentation on stable RT kernels + * timer API transition for kernel 4.15 + * Fix: Don't nest get online cpus + * Fix: lttng_channel_syscall_mask() bool use in bitfield + * Fix: update kmem instrumentation for kernel 4.15 + +2017-11-08 (National Cappuccino Day) LTTng modules 2.9.7 + * Fix: lttng_kvmalloc helper NULL pointer OOPS + +2017-11-03 (National Sandwich Day) LTTng modules 2.9.6 + * Fix: lttng-logger get_user_pages_fast error handling + 2017-10-05 LTTng modules 2.9.5 * Fix: update block instrumentation for 4.14 kernel * Revert "Fix: update block instrumentation for kernel 4.14"