X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=ca2fab490a0ae1a0093367ad8f1489f57d14fd61;hb=df0e746a05a267384785d66c9fca947eb4a9e517;hp=4a56a0943d129863da0526a6cc14766334f9ad23;hpb=1e7d7200c65e334e883b6411de226e2772998923;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index 4a56a094..ca2fab49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc4 + * Fix: timer instrumentation for RHEL 7.6 + +2019-03-12 (Homer Simpson Birthday) LTTng modules 2.11.0-rc3 + * Move timekeeping blacklisting to a header file + * Blacklist: kprobe for arm + * Cleanup: tp mempool: Remove logically dead code + * Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info + * Fix: SUNRPC: Simplify defining common RPC trace events (v5.0) + * Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid + * Fix: Remove 'type' argument from access_ok() function (v5.0) + * Add missing SPDX license identifiers to uprobes + * Fix: ext4: adjust reserved cluster count when removing extents (v4.20) + * Fix: signal: Remove SEND_SIG_FORCED (v4.20) + * Fix: signal: Distinguish between kernel_siginfo and siginfo (v4.20) + +2018-11-01 (National Men Make Dinner Day) LTTng modules 2.11.0-rc2 + * 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: btrfs instrumentation namespacing + * Fix: Convert rcu tracepointis to gp_seq (v4.19) + * Fix: tracing: Centralize preemptirq tracepoints (4.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-09-05 (Be Late for Something Day) LTTng modules 2.11.0-rc1 * Fix: uprobes: missing break in lttng_event_ioctl() * Fix: ACCESS_ONCE was removed in 4.15, use READ_ONCE instead