Fix: ensure userspace accesses are done with _inatomic
[lttng-modules.git] / ChangeLog
index 982d391b91516ae3b3324fef0ed4e934bf563888..6bc0208f3f58667c4ca2166306a0a818f5b8c32b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+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
+       * Add padding to ABI
+       * Use LTTNG_KERNEL_SYM_NAME_LEN
+       * Update version to 1.9.9
+       * Add missing double-quotes to clock uuid
+       * clock: read bootid as clock monotonic ID
+       * Fix comment
+       * Cleanup comment
+       * clock: output clock description in metadata
+       * Properly fix the timekeeping overflow detection
+       * Fix init bug
+       * rename lib-ring-buffer to lttng-lib-ring-buffer
+       * Remove #warning
+       * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
+       * Update TODO
+       * Update TODO
+       * Remove debugfs file (keep only proc file)
+       * Rename lttng-debugfs-abi files to lttng-abi
+
+2011-12-13 LTTng modules 2.0-pre11
+       * Fix OOPS caused by reference of config pointer
+       * Gather detailed info from x86 64 32-bit compat syscall instrumentation
+       * lttng lib: ring buffer move null pointer check to open
+       * lttng lib: ring buffer remove duplicate null pointer
+       * lttng lib: ring buffer: remove stale null-pointer
+       * lttng wrapper: add missing include to kallsyms wrapper
+       * lttng: cleanup one-bit signed bitfields
+       * Add TODO file
+       * Update symbol name length max size to 256
+       * Fix last modifications to string_from_user operations
+       * Document that depmod needs to be executed by hand
+       * Fix strlen_user fault space reservation
+       * Fix tp_copy_string_from_user handling of faults
+       * Disable block layer tracing support for kernels < 2.6.38
+       * lttng context: perf counter, fix 32-bit vs 64-bit field size bug
+       * Update trace clock warning to match the current development plan
+       * ringbuffer: make ring buffer printk less verbose
+       * Makefile: do not run depmod manually
+
 2011-09-30 LTTng modules 2.0-pre10
        * x86-32: override sys_mmap syscall instrumentation
        * Fix cast warning
This page took 0.025022 seconds and 4 git commands to generate.