From f3586d9469001dabcf1c163466a57726b7936dc9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 15 Jul 2015 14:42:51 -0400 Subject: [PATCH] Version 2.7.0-rc1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ lttng-tracer.h | 6 +-- 2 files changed, 106 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdb6f35b..584126c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1 + * Fix: Building the event list fails on fragmented memory + * Fix: use after free on metadata cache reallocation + * Fix: version checks for kernel 4.0 + * Fix: Incorrect Ubuntu kernel patchlevel + * Fix: cpu-id context should use int type + * Implement cpu-id context + * Implement cpu_id context for filtering + * Fix: context printk mismatch on error + * Cleanup: misleading comment about deferrable timer + * Fix: arm-32 build + * 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 + * Revert "Fix: build against Ubuntu kernels" + * Fix: build against Ubuntu kernels + * Add namespace info in sched_fork and statedump + * Fix: ext4 instrumentation: flags parameter did not exist prior to 3.11 + * Fix: printk instrumentation: remove "condition" tracepoints + * Fix: regmap build against kernel 4.0 kernel headers + * Add mmu_valid_gen field to mmutrace events + * 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 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: atomic.h wrapper for kernels < 2.6.37 + * Fix: disable x86 kvm instrumentation for kernels < 2.6.38 + * Fix: add missing types.h include for older kernels + * Fix: add hlist lttng wrappers + * Fix: add struct file_handle forward declaration + * Fix: string length calculation reversed user vs kernel args + * Fix: use lttng_rcu_dereference within lttng-syscalls.c + * Fix: add lttng rcu wrapper to allow tracing RCU + * Fix: double-unlock of session mutex + * Fix: check that class and instance prototype match + * Fix: lttng-events.h check function takes void + * Fix: 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: ext4 ext4_da_write_pages instrumentation for kernels < 3.11.0 + * Fix: old kernels need module.h included before vermagic.h + * Fix: net instrumentation for kernels 2.6.39 and below + * Fix: version condition in makefile + * Implement wrapper around get_pfnblock_flags_mask + * Be more restrictive in provider name check + * Fix: net instrumentation namespacing + * Fix: compaction instrumentation namespacing + * Fix: Support 4.x kernel versions in Makefile + * Fix: remove stale TP_STRUCT_entry from kvm instrumentation + * Fix: add missing module.h include to lttng-probe-user.c + * Fix: use lttng hlist wrapper in wildcard and filter + * Fix: namespace asoc and kmem instrumentation + * Fix: update instrumentation after wildcard rebase + * Fix: lttng_abi_syscall_list does not need to be exported + * Migrate ARM, powerpc, MIPS syscall instrumentation to TP_FIELDS + * Remove now unused syscalls.h from lttng-modules + * Filter: start with enabler "disabled" + * Fix coverity warning about sizeof(void **) != sizeof(void *) + * Fix length type and text sequence base + * Fix: TP_FIELDS: add missing headers + * Migrate syscall instrumentation to TP_FIELDS + * Migrate tracepoint instrumentation to TP_FIELDS + * Implement filtering infrastructure + * syscall wildcards: apply syscall filtering + * Implement syscall wildcard support + * Implement tracepoint wildcard support + * Namespace all tracepoints + * Implement list.h wrapper for hlist in older kernels + * Implement listing of pid tracker content + * Implement PID tracking + * 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 + * 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 + * 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 diff --git a/lttng-tracer.h b/lttng-tracer.h index b90bcb4f..020097f5 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -40,13 +40,13 @@ #include "lttng-events.h" #define LTTNG_MODULES_MAJOR_VERSION 2 -#define LTTNG_MODULES_MINOR_VERSION 6 +#define LTTNG_MODULES_MINOR_VERSION 7 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 #define LTTNG_MODULES_EXTRAVERSION "-rc1" -#define LTTNG_VERSION_NAME "Gaia" +#define LTTNG_VERSION_NAME "Herbe à Détourne" #define LTTNG_VERSION_DESCRIPTION \ - "From Benelux brewery in Montreal, the Gaia is a witbier with a cloudy light amber ale color. Aroma of coriander with floral hay notes is enchanting. Taste is also dominated by the very floral coriander note and some medium sweet malt notes." + "Brewed with unrestrained amounts of Citra hop, the Herbe à Détourne is a fantastic New World Tripel brewed by \"Dieu du Ciel!\". Aromas of mango, cantaloupe melon and passion fruit, combined with a controlled bitter finish, unite in making this smooth golden-orange beer stand apart." #ifndef CHAR_BIT #define CHAR_BIT 8 -- 2.34.1