X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=b51f325295b6beaf2530bf8c006f2a6501d04076;hb=refs%2Fheads%2Fstable-2.5;hp=cda478e3f6636c4f3de1ef66a4059ca4e5660f7b;hpb=12702eacaa0b752f3b15118303bf43a7e07fb707;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index cda478e3..b51f3252 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2015-09-09 LTTng modules 2.5.6 + * Fix: use after free in channel release + * Fix: build failure on 2.6.36 + * Fix: Update kmem event for Ubuntu's 3.16 kernel + * Fix: Update kmem event for recent Ubuntu kernel + * Fix: kmem probe with Ubuntu 3.13 kernels + * Implement wrapper around get_pfnblock_flags_mask + * Fix: Building the event list fails on fragmented memory + * Fix: use after free on metadata cache reallocation + +2015-06-18 LTTng modules 2.5.5 + * Fix: Incorrect Ubuntu kernel patchlevel + * Fix: RHEL 7.1 block instrumentation + * Fix: add RHEL version macros + * Fix: add missing parenthesis in ubuntu version check + * Fix: missing statedump end event when block device listing available + +2015-04-29 LTTng modules 2.5.4 + * Fix: mmutrace warnings about redefined macros + * Fix: x86 mmutrace event extra field for kernels >= 3.11 + * Fix: add missing x86 mmutrace kernel header include + * Fix: update README file 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: mm_page_alloc_extfrag instrumentation for kernel 3.14.36 + * Fix: update backported kmem patches to lttng-modules 2.5 API + * 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.5.3 * Fix: missing parenthesis in offset_align_floor * Fix: implement time.h wrapper for FD_ISSET