X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=3512d33d67d979bfdb89c849151b7d5c392bb319;hb=2557ad30054ad7194dbe77f97b87bd13a8739424;hp=dcf5e90c5c97a2dfeb3ddd9925a48ea69f39ac65;hpb=78062c794f19c91e88e371eb014ded5f2afe17bf;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index dcf5e90c..3512d33d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2013-11-12 LTTng modules 2.2.3 + * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation + * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL + +2013-09-28 LTTng modules 2.2.2 + * Blacklist kernels 3.10.13 and 3.11.2 + * LTTng trace-clock: shrink kernel blacklist + * Blacklist Linux kernels 3.10+ + +2013-07-11 LTTng modules 2.2.1 + * 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" + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around + * Fix: handle writes of length 0 + * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption + +2013-06-25 LTTng modules 2.2.0 + * Update README + +2013-06-18 LTTng modules 2.2.0-rc3 + * Fix CPU hotplug section mismatches + * 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 + * Update rcu instrumentation to 3.9.[0-4] + * Remove bashism in lttng-syscalls-generate-headers.sh + +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 + * Fix: 3.9.0 block layer instrumentation build + * Revert "Stop build if CONFIG_TRACEPOINTS is not set" + * Stop build if CONFIG_TRACEPOINTS is not set + * Add comments to endifs. + * Fix: remove ARM set_tls system call override + * Cleanup: arm sys_mmap whitespace + * Clean up using global_dirty_limit wrapper for writeback probe + 2013-03-29 LTTng modules 2.2.0-rc1 * Update README * Fix: vmscan instrumentation build