X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=9c7de341c7b311d94168848911aa6546b14f9840;hb=32b7f34a3cd5a946c2ac012e0d0a74640ef7f1c1;hp=7671c0539a91dc21ee2a011f56d46c073a3f04a6;hpb=c6ee68ae5269d3bcc28c884b17fb42b0e932877f;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 7671c0539..9c7de341c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,168 @@ +2022-04-13 lttng-tools 2.13.7 (International Day of Pink) + * Fix: sessiond: assert on empty payload when handling client out event + * Fix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3 + * Fix: sessiond: inverted condition checking for empty hash table + * Fix: notification: kernel: consumption of event notification stalls + * Fix: notification: assert on len > 0 for dropped notification message + * Fix: example: print_notification is called on status all returned status + * Fix: sessiond: assertion hit in ltt_sessions_ht_empty + * Fix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ + * Fix: compat: 'LTTNG_UST_ABI_PROCNAME_LEN' is undeclared + * Fix: sessiond: cmd_enable_channel: negative error code used + +2022-03-28 lttng-tools 2.13.6 (National Hot Tub Day) + * Fix: hide symbols erroneously exported in 2.13.5 + +2022-03-28 lttng-tools 2.13.5 (National Hot Tub Day) + * Fix: doc: action: wrong function documented for action_list destroy + * Fix: lttng-elf: wrong error label used by error path + * Fix: use the correct endian compat macros + * Fix: tests: uninitialized lttng_payload + * Fix: sessiond: ust-app: uninitialized name logged on stream copy failure + * Fix: lttng-elf: untrusted entry size divisor + * Fix: event: erroneous bound check on perf counter name size + * Fix: sessiond: event name length check is too strict + * Fix: relayd: missing session unlock on error path + * fix: warning '-Wstringop-truncation' with GCC 11.2 + * Add Log4j 2.x agent tests for the 'log4j' domain + * Fix: relayd: session id is ignored by 2.11+ create session command + * Build fix: consumer: aggregate initialization isn't supported + * Fix: consumerd: use-after-free of metadata bucket + * Fix: ust-consumerd: leak of stream control structure + * Fix: liblttng-ctl: erroneous flat size computation + * Fix: test: babeltrace1 python bindings exposes `op_enum` as a string + * Build fix: relayd: mismatching function signatures + * Build fix: use of mutable keyword in C file + * Fix: relayd: connection abruptly closed on viewer stream creation failure + * Fix: relayd: live client fails on clear of multi-domain session + * fix: msgpack requires limits.h for UINT_MAX + * Fix: liblttng-ctl: hide symbols introduced by packing fixes + * Fix: rotation: hang on destroy when using scheduled rotation based on timer + * Fix: consumerd: fd still open after `lttng snapshot record` returns + * Fix: event: unchecked return value for lttng_strncpy + * Fix: event: format specifier for ssize_t + * Fix: sessiond: use after free + * Fix: sessiond: `break` used instead of `goto` + * Fix: sessiond: lttng_channel object is not reclaimed + * Fix: common: local_attr might leak + * Fix: session: end goto label used for error path + * Fix: sessiond: event, filter expression, bytecode, exclusions might leak + * Fix: lttng-sessiond: event_context might leak + * Fix: lttng-ctl: uninitialized pointer read + * Fix: ser/des: missing null terminator on payload append + * Fix: test: test plan/skip must come after TAP initialization + * Fix: test: missing test plan for non-x86/arm platforms (i.e powerpc) + * Fix: remove debugging output + * Fix: tests: test_kernel: break should only be used in loops + * Fix: tools/snapshots/test_kernel flaky test + * Tests: Fix: test_list_triggers_cli: support in-kernel builtin lttng-modules + * Fix: lttng: truncated addresses and offsets on 32-bit builds + * Fix: liblttng-ctl comm: lttng_event_field is not packed + * Fix: liblttng-ctl comm: lttng_event_context is not packed + * Fix: liblttng-ctl comm: lttng_event is not packed + * libcommon: move event.c to libcommon-lgpl + * Fix: liblttng-ctl comm: lttng_channel is not packed + * Fix: conversion from KB to bytes overflow on arm32 + * Fix: Unexpected payload size in cmd_recv_stream_2_11 + * Fix: liblttng-ctl: missing index allocator symbols + * Fix: lttng-sessiond: null pointer used to log session name + * Tests: add kernel test into the `make check` test suite. + * Build dist fix: some kernel tests are not distributed + * Tests: fix: test_kernel_function: erroneous test count + * Tests: fix: test_kernel_function: event name mismatch + * Tests: fix: select_poll_epoll: test assumes epoll fd value + * Fix: missing RCU read side critical sections + +2022-01-26 lttng-tools 2.13.4 (National Peanut Brittle Day) + * Build fix: hashtable: hashtable.cpp does not exist + +2022-01-26 lttng-tools 2.13.3 (National Peanut Brittle Day) + * Fix: _lttng_variant_statedump should expect lttng_ust_ctl_atype_variant_nestable + * Fix context mismatch across UST version due to legacy array context field + * Relicence all source and header files included in LGPL code + * Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la + * Link lttng executable on libcommon-lgpl.a + * Introduce libcommon-lgpl for liblttng-ctl + * Rename libcommon.so to libcommon-gpl.so + * Copyright ownership transfer + * Copyright ownership transfer + * Fix: relayd: erroneous rundir permission logging message + * Fix: sessiond: rotation thread: fatal error when not finding a session + * Fix: relayd: rotation failure for multi-domain session + * Fix: lttng-ctl: lttng_list_sessions: initialize out_sessions to NULL when returning 0 + * Fix: lttng: initialize variable in run_command_string + * Fix: consumer-stream: live viewers observe timestamps going backwards + * Fix: relayd: ressource leaks on viewer_stream_create error + * Fix: relayd: live: erroneous message timestamp observed from live viewer + * Fix: relayd: failure to open chunk files concurrently with session clear + * Fix: relayd: live: metadata stream reference count < 0 assert + +2021-12-17 lttng-tools 2.13.2 (National Ugly Christmas Sweater Day) + * Validate channel context mismatch across UST applications + * Fix: relayd: compare viewer chunks by ID rather than address + * Fix: relayd: live: erroneous message timestamp observed from live viewer + * Fix: relayd comm: improperly packed rotate streams command header + * Test: snapshot after regenerate metadata + * Fix: ust-consumer: segfault on snapshot after regenerate metadata + * lttng: list valid condition / action names if missing or unknown + * lttng: mention argument number on unknown action / condition name + * lttng: fix argument numbers in add-trigger error messages + * argpar-utils: tweak unknown option error message + * argpar: sync with upstream - adjust to iterator API + * common: move append_str to string-utils + * lttng-create(1): specify that `--shm-path` only applies to UST channels + * Fix: sessiond: action-executor: misquoted strings in logging + * Tests: live kernel: no plan printed when non-root + * Fix: sessiond: assert on lttng_ht_add_unique_str on ltt_sessions_ht_by_name + * Fix: sessiond: snapshot: leak of trace chunk + * Fix: test: use BABELTRACE_BIN instead of babeltrace + * Fix: action executor: ref count imbalance for session object + * Fix: relayd: `!vsession->current_trace_chunk` assertion failed + * Fix: tests: fix unused-but-set warning in test_fd_tracker.c + * Fix: sessiond: fix possible buffer overflow warning + * Fix: tests: app unregistering is not guaranteed by app lifetime + * Fix: lttng-ctl: tracing_group memory leaks + * Fix: use instead of + * Fix: Tests: unchecked `close()` return value + * Fix: relayd: live: mishandled initial null trace chunk + * Fix: configure.ac: reporting SDT uprobe as a UST feature + * Fix: Tests: leaking epoll fd + * Typo: occurences -> occurrences + +2021-10-18 lttng-tools 2.13.1 (National Chocolate Cupcake Day) + * Fix: ust: app stuck on recv message during UST comm timeout scenario + * Fix: ust: UST communication can return -EAGAIN + * Fix: ust: segfault on lttng start on filter bytecode copy + * Fix: sessiond: previously created channel cannot be enabled + * Build fix: Missing message in LTTNG_DEPRECATED invocation + * Fix: notification-thread: handling event from a removed tracer event src + * include: add missing "extern" + * include: remove spurious spaces in condition/session-rotation.h + * tests: fix header of regression/ust/getcpu-override/run-getcpu-override + * fix: wrong define used for GCC version check + * Fix: userspace-probe: unreported error on string copy error + * Fix: userspace-probe: truncating binary path for SDT + * Fix: lttng: add-trigger: don't provide a default event rule type + * Fix: statements with side-effects in assert statements + * Fix: lttng_trace_archive_location_serialize is called on freed memory + * Fix: sessiond: ust session is inactive during ust_app_global_update + * Fix: common: error query for trigger action protocol error + * Fix: common: un-hide two rate policy functions + * Fix: include: remove unneeded declaration of lttng_session_descriptor_get_session_name + * Fix: Tests: race condition in test_ns_contexts_change + * Fix: Tests: race condition in test_event_tracker + * Fix: man: lttng-rotate: trace file count/size limitation does not apply + * Fix: runas: less-than-zero comparison of an unsigned value + * Fix: runas: supplementary groups are ignored on lttng save + * Docs: lttng-event-rule(7): --exclude does not exist, use --exclude-name + * sessiond: logging typo: {triger, triggger} -> trigger + * Fix: lttng: free sessions in cmd_destroy + * Fix: lttng: free domains and channels in get_session_stats_str + +2021-08-02 lttng-tools 2.13.0 (Ice Cream Sandwich Day) + * Tests fix: unix socket: leaked socket of connection to child + * Fix: sessiond: notification: missing unlock on client skip + 2021-07-16 lttng-tools 2.13.0-rc3 (World Snake Day) * liblttng-ctl: hide logger_thread_name * liblttng-ctl: hide MI trigger command variables