X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=b56214e0241b8aed86285da759df848a4cb70131;hb=54207845fb5ca71aa4321b2fd63c76245ed039d0;hp=d0eb9c177f27250f79bc769dc8d96893601d7450;hpb=0862130a2245c3bab8836177e80ea163236d5058;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index d0eb9c17..b56214e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2013-07-17 LTTng modules 2.3.0-rc1 + * Fix: kvm x86 probes side-effect + * Fix: allow get/put subbuf in loop for metadata stream + * Add support for kvm x86 specific tracepoints + * Add mainline headers for kvm x86 tracepoints + * Remove old 3.0.4 x86-64 extracted syscall info + * Point the x86-64 overrides to newly extracted 3.10-rc7 files + * Add syscalls extracted files from a 3.10-rc7 kernel + * Improve documentation of the syscall extractor script + * Fix: double length of __dynamic_len array + * Fix printk instrumentation + * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2() + * 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 + * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size() + * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()" + * Fix: handle writes of length 0 + * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption + * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end() + * print warning and return -EBUSY on double get_subbuf() + * Add header to fix compilation of syscalls-extractor on 3.9 kernel + * Fix: don't do 0 byte event reservation + * Document that payload size need to be greater than 0 + * Fix build and load against linux-2.6.33.x + * Fix: add missing CONFIG_COMPAT around lib_ring_buffer_compat_ioctl + * Metadata cache and multiple metadata channels + * fix block instrumentation probe signature mismatch for 3.9.x kernels + * fix: block instrumentation: NULL pointer dereference + * Update rcu instrumentation to 3.9.[0-4] + * Fix CPU hotplug section mismatches + * Add system calls definitions for powerpc-32 + * Remove bashism in lttng-syscalls-generate-headers.sh + * Update ARM (32 bit) syscall tracepoints to 3.4 + 2013-05-09 LTTng modules 2.2.0-rc2 * Remove useless lttng_metadata probe * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel