X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=57f2ae52b2be7a9e6780f2b8bd798c0475a3abfe;hb=b6155a916c35bfa4c4e5d49c52072e12c3daebba;hp=bdb6f35b44519e368d845e5370aa34a1e4b1098e;hpb=af991434d1e5fd073968feae6befdb240942def5;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index bdb6f35b..57f2ae52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2016-04-26 LTTng modules 2.6.5 + * Fix: make writeback instrumentation build for 4.3 kernel + * Fix: make sched instrumentation build for 4.3 kernel + * Fix: header size larger than 256 bytes + * Fix: lttng trace-clock needs to disable preemption + +2015-09-24 LTTng modules 2.6.4 + * Fix: writeback instrumentation update for 4.3 Linux kernel + * Fix: update sched wakeup instrumentation for 4.3 kernel + +2015-09-09 LTTng modules 2.6.3 + * Fix: use after free in channel release + * Fix: build failure on 2.6.36 + * Fix: writeback instrumentation for 4.2 kernels + * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.18.10 + * Fix: kmem probe with Ubuntu 3.13 kernels + * Fix: disable kvm probe if lapic.h isn't found + * Fix: timer instrumentation for 4.2 kernels + * Fix: ext4 instrumentation for 4.2 kernels + * Fix: kvm instrumentation for 4.2 kernels + * Fix: allow LTTng to be built within kernel tree + * Fix: Building the event list fails on fragmented memory + * Fix: use after free on metadata cache reallocation + +2015-06-18 LTTng modules 2.6.2 + * Fix: version checks for kernel 4.0 + * Fix: Incorrect Ubuntu kernel patchlevel + * Fix: Update kmem event for Ubuntu's 3.16 kernel + * Fix: RHEL 7.1 block instrumentation + * Fix: add RHEL version macros + * Fix: add missing parenthesis in ubuntu version check + * Fix: remove regmap instrumentation for kernels < 4.1 + * Fix: Update kmem event for recent Ubuntu kernel + * Fix: missing statedump end event when block device listing available + * Fix: don't generate incorrect macros for debian/ubuntu version check + +2015-04-29 LTTng modules 2.6.1 + * Fix: regmap build against kernel 4.0 kernel headers + * Fix: mmutrace warnings about redefined macros + * Fix: add missing x86 mmutrace kernel header include + * Fix: x86 mmutrace event extra field for kernels >= 3.11 + * Fix: remove execute flag from kvm.h file + * Fix: build x86 kvm probes on kernels >= 4.1-rc1 + * Fix: compilation warnings on 4.1-rc1 kernel + * Fix: compilation on 4.1-rc1 kernel, remove unused WB_WORK_REASON + * Fix: 4.1-rc1 Linux build and regmap instrumentation + * Fix: don't clash with older Debian kernel versions + * Fix: update get_pfnblock_flags_mask wrapper for debian kernels + * Fix: discover Debian API + * Fix: Update README.md to match reality: kernels >= 2.6.36 are supported + * Fix: add struct file_handle forward declaration + * Fix: atomic.h wrapper for kernels < 2.6.37 + * Fix: disable x86 kvm instrumentation for kernels < 2.6.38 + * Fix: check that class and instance prototype match + * Fix: lttng-events.h check function takes void + * Update regmap instrumentation for Linux 3.19.4 and 4.0 + * Fix: kernels >= 2.6.33 put utsrelease.h in generated/ + * Fix: Include utsrelease.h in lttng-kernel-version.h + * Fix: old kernels need module.h included before vermagic.h + * Fix: version condition in makefile + * Implement wrapper around get_pfnblock_flags_mask + * Fix: Support 4.x kernel versions in Makefile + * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36 + * Fix: update writeback instrumentation for kernel 4.0+ + * Fix: compaction mm_compaction_isolate_template update for Linux 4.0+ + * Fix: kmem instrumentation update for mm_page_alloc_extfrag kernel 3.19.2+ + * Fix: kmem instrumentation: mm_page_alloc extfrag change_ownership field + +2015-01-26 LTTng modules 2.6.0 + * Fix: missing parenthesis in offset_align_floor + * Fix: implement time.h wrapper for FD_ISSET + * Fix: update sched instrumentation for 3.19+ kernels + * Fix: update rcu instrumentation for 3.19+ kernels + * Fix: update scsi instrumentation for 3.19+ kernels + * Fix: update module instrumentation for 3.19+ kernels + * Fix: Add f_dentry wrapper for 3.19+ kernels + * Fix: introduce lttng_get_unused_fd() wrapper for 3.19 kernels + * Fix: lttng_this_cpu_ptr wrapper for kernel 3.19+ + * Fix: Update btrfs instrumentation for 3.18 Linux kernel + * Fix compile error on kernel 3.0.101 with CONFIG_PERF_EVENTS + * Conditional compilation introduced by lttng-modules commit + +2014-12-12 LTTng modules 2.6.0-rc2 + * Fix: compaction instrumentation update for 3.14.x stable kernels + * Fix: context alignment not properly handled + * Fix compilation on Linux kernel >= 3.18.0 + * Fix: build for architectures without HAVE_SYSCALL_TRACEPOINTS + 2014-10-20 LTTng modules 2.6.0-rc1 * Expose lttng-modules ABI version ioctl * Fix: syscall list ioctl number conflict