X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=22649998f51562fb30e0accb8f30da3a0b9d46df;hb=5e0d83f005858aac77bec1c8eeecf723879f63da;hp=89e4b2999b739e92634239246978c6bc7f786767;hpb=5e991afffd8f2198a333429f8ce3074844e97c1c;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 89e4b2999..22649998f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2021-02-22 lttng-tools 2.11.6 (National Margarita Day) + * Fix: use MT-safe strtok_r in multithreaded context + * Fix: liblttng-ctl: unreported truncations when copying strings + * Fix: configure: support Autoconf 2.70 + * Fix: sessiond: metadata not created on app unregistration during start + * Cleanup: use `modprobe --remove` rather than `rmmod` + * Tests: Fix: 99% fill ratio for high buffer usage is too high for larger events + * Fix: common: poll: compat_poll_wait never finishes + * Build fix: implicit declaration of function 'PERROR' on Solaris + * Fix: PERROR spam when `tracing` group does not exist + * Fix: memcpy used on potentially overlapping regions + +2020-08-03 lttng-tools 2.11.5 (National Watermelon Day) + * Fix: lttng: leak of userspace probe path on listing + * Fix: uprobe: missing error code on allocation failure + * Fix: sessiond: don't negate error code on list error + * Fix: send/received actual size is overwritten by 'expected' size + * Fix: partial recv lead to client disconnect + * tests: return the proper TAP exit code + * Tests: live/test_{lttng_,}kernel: use lttng_test_filter_event instead of sched_switch + * Fix: consumer: Move sanity check within `consumer_subbuffer` functions + * Cleanup: typo in DBG() statements + * Fix: relayd: send_viewer_streams sends stack data in padding + * Fix: kconsumer: missing wait for metadata thread in do_sync_metadata + * Fix: tests: interrupting get_next_notification causes test to fail + * Fix: consumer.c: wrong order of parameter in `DBG()` statement + * Fix: kernel metadata file outside of kernel/ directory + * Fix: consumer: dangling chunk on buffer allocation failure + * Fix: consumerd: uninitialized written_bytes on no-data sleep + * Build fix: consumerd misnamed label + * consumerd: on_sleep not called on stream when no data is available + * Fix: invalid discarded events on start/stop without event production + * tests: truncate metadata file for regenerate metadata test + * Fix: consumerd: user space metadata not regenerated + * Fix: tests: output_dir contains the consumerd pipe + * Fix: unix: don't PERROR on EAGAIN for non-blocking sockets + * Fix: sessiond: sessiond and agent deadlock on destroy + * Fix: incorrect specifier %lu used with size_t argument + * Fix: consumerd: live client receives incomplete metadata + * consumerd: refactor: split read_subbuf into sub-operations + * consumerd: move rotation logic to domain-agnostic read path + * sessiond: enforce mmap output type for kernel metadata channel + * consumerd: tag metadata channel as being part of a live session + * consumerd: pass channel instance to stream creation function + * consumerd: cleanup: use buffer view interface for mmap read subbuf + * consumerd: move address computation from on_read_subbuffer_mmap + * consumerd: refactor: combine duplicated check_*_functions + * kerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK + * Add lttng_dynamic_buffer_append_view util + * Fix: lttng: Destroying session message repeated during destruction + +2020-05-19 lttng-tools 2.11.4 (Dinosaur Day) + * Fix: common: abort on rotation after time manipulation + * Fix: tests: `-Wstringop-overflow` warning + * Fix: load: incomplete error handling for load_session_from_file + +2020-04-16 lttng-tools 2.11.3 (National Eggs Benedict Day) + * Fix: lttng-destroy: missing newline on session destruction message + * Fix: common: add `void` parameter to log_add_time declaration + * Fix: lttng-list: don't warn when the kernel domain has no channels + * Fix: sessiond: occasional badfd error on repeated SIGTERM + * Fix: lttng: incorrect domain list printed when no domain is provided + * directory-handle: print `errno` reason on `unlinkat()` error + * Fix: lttng-ctl: _handle can be NULL + * Silence `POSIX Yacc` warnings + * Fix: relayd: use of relay_session ref count before initialization + * Fix: lttng: uninitialized pointer free'd when no sessiond is present + +2020-02-12 lttng-tools 2.11.2 (Hug Day) + * Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8 + * Tests: Fix: `wait_on_file()` returns too early + * Fix: Tests: utils.sh: fix unbound variable + * Tests: Fix typo: registerd -> registered + * Typo: 'toogle' -> 'toggle' + * Fix: force the use of our _FORTIFY_SOURCE definition + 2020-02-05 lttng-tools 2.11.1 (National Chocolate Fondue Day) * Fix: sessiond: snapshot errors don't clear session's trace chunk * Fix: sessiond: bounded snapshot record fails when no streams exist