X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=9a29ceba506dc5f04bbe713344f89e86a5cc2d1f;hb=refs%2Fheads%2Fstable-2.0;hp=4f4ce0d974fa85fef04392ab2b855516c133c90a;hpb=497051bdaa2b09c77860eb3be4f93fc4975e388e;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index 4f4ce0d9..9a29ceba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2013-07-11 LTTng modules 2.0.8 + * 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.0.7 + * Fix build and load against linux-2.6.33.x + * 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-07 LTTng modules 2.0.6 + * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h. + * Fix warning with 3.6.0 kernel + * 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 timestamps on architectures without CONFIG_KTIME_SCALAR + +2012-08-27 LTTng modules 2.0.5 + * Fix: statedump: disable vm maps enumeration + * Fix: ensure userspace accesses are done with _inatomic + * Fix: vppid context should test for current nsproxy + +2012-06-27 LTTng modules 2.0.4 + * LTTng: probe-statedump: add #include + * fix: signal_generate event should print utf8 for comm field + +2012-06-01 LTTng modules 2.0.3 + * Fix: free_event_id check should compare unsigned int with -1U + * Fix: update signal instrumentation for 3.4 kernel + +2012-04-18 LTTng modules 2.0.2 + * 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 + +2012-03-20 LTTng modules 2.0.0-rc4 + * Update README and add version name place-holder + +2012-03-16 LTTng modules 2.0.0-rc3 + * Fix clock offset 32-bit multiplication overflow + * Fix : wrong assign of fd in state dump + * License cleanup, ifdef namespace cleanup + * Fix: ensure power of 2 check handles 64-bit size_t entirely + +2012-03-02 LTTng modules 2.0.0-rc2 + * Fix: dmesg printout should not print metadata warnings + * Fix: use transport name as channel name + * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf + +2012-02-20 LTTng modules 2.0.0-rc1 + * Standardize version across toolchain + * statedump: Use old macro name for kernel 2.6.38 + +2012-02-16 LTTng modules 2.0-pre15 + * Add timer instrumentation + * fix: need to undef mainline define + * fix: Include signal.h instead of irq.h for prototype match check + * Add signal instrumentation + +2012-02-16 LTTng modules 2.0-pre14 + * syscall tracing: sys_getcpu + * Add sys_clone x86 instrumentation + * statedump: fix include circular dep + * Implement state dump + +2012-02-09 LTTng modules 2.0-pre13 + * Update README + * environment: write sysname, release, version, domain to metadata + * Allow open /proc/lttng for read & write + 2012-02-02 LTTng modules 2.0-pre12 * Add x86 32/64 execve syscall instrumentation override * Remove unused defines