X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=3d19a0b50cf789b0b673fa7f8da04cfb63c240f8;hb=refs%2Fheads%2Fstable-2.1;hp=61ab3f51cde68c41790871775b6d82c3955db569;hpb=730e5783e713c53b1c1850e0dc44096514ce75da;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index 61ab3f51..3d19a0b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,86 @@ -2012-03-20 lttng modules 2.0.0 +2013-07-11 LTTng modules 2.1.3 + * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around check + * Fix: handle writes of length 0 + * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption + +2013-06-18 LTTng modules 2.1.2 + * Fix build and load against linux-2.6.33.x + * fix block instrumentation probe signature mismatch for 3.9.x kernels + * fix: block instrumentation: NULL pointer dereference + * Fix: 3.9.0 block layer instrumentation build + * block: update instrumentation to 3.9 rc kernel + * Backport block-related changes from "Update kernel probes to more detailed match to kernel versions" + * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel + * Fix 3.8 kernel support: namespace lttng_is_signed_type() + * lttng-module: sched.h: Fix compilation on 3.9 kernel + * Fix: don't flush-final for offset 0 if reader is on sub-buffer + +2013-02-14 LTTng modules 2.1.1 + * Fix: statedump: missing locking, use lttng_iterate_fd + * Implement lttng_iterate_fd wrapper + * Fix check in lttng_strlen_user_inatomic + * Fix: statedump hang/too early completion due to logic error + * Fix: statedump hang due to incorrect wait/wakeup use + +2012-12-20 (13th Baktun) LTTng modules 2.1.0 + * put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat + * wrapper/perf.h: Fix kernel version condition + * Fix possible kernel build errors with linux-patches + * Add missing MIT license text to 3 files under this license + * Check if interrupt action name is not null in statedump + * Fix exec instrumentation: only for kernels 3.4.0 and higher + * Add TRACE_EVENT(sched_process_exec) to sched.h + * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h. + * Fix warning with 3.6.0 kernel + * ABI with support for compat 32/64 bits + * Perform calculation on bit size in 64-bit + * Use uint64_t for packet header content size and packet size + * Fix: compat layer only on supported architectures + * Fix ring buffer 32/64 bits compat + * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h + * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h + * Fix: statedump missing check for NULL namespace + +2012-09-10 LTTng modules 2.1.0-rc1 + * fix timestamps on architectures without CONFIG_KTIME_SCALAR + * Support for linux kernels 2.6.32 through 2.6.37 + * Document limitation of vppid and ppid context wrt eventual RCU instrumentation + * Cleanup: no need to hold RCU read-side lock when reading current nsproxy + * Add env hostname information + * Fix: lttng_statedump_process_state for each PID NS has infinite loop + * lttng_statedump_process_state for each PID NS + * Support the hostname context + * Fix: statedump namespaced pid, tid and ppid + * Fix: statedump: disable vm maps enumeration + * Fix: ensure userspace accesses are done with _inatomic + * Fix: vppid context should test for current nsproxy + * Add MIPS system call support + * Change mode of lttng-syscalls-generate-headers.sh to 755 + * cleanup: fix typo in syscall instrumentation header + * Cleanup: remove trailing whitespace in README + * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT + * LTTng: probe-statedump: add #include + * fix: signal_generate event should print utf8 for comm field + * Makes write operation a parameter for tp_memcpy macro + * Add coding style document + * Update instrumentation/events README file + * Add makefile target for preprocessor + * Fix: free_event_id check should compare unsigned int with -1U + * Use unsigned long type for events discarded counter + * Fix: update signal instrumentation for 3.4 kernel + * LTTng Modules ARM syscall instrumentation + * Fix: generate header missing echo -e for escape chars + * Fix: add missing uaccess.h include (for ARM) + * README: Document that CONFIG_MODULES is required + * Fix: README typo + * Fix: document required and optional kernel config options in README + +2012-03-29 LTTng modules 2.0.1 + * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3 + +2012-03-20 LTTng modules 2.0.0 * First STABLE version * Add version name