X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=46049b600768b89381985ca96d4107d87af8a0fb;hb=7bc12babbde0510e051f68b201c30d78c11b3b56;hp=cd364b61baee96e62129d5a16b2f88e33784878b;hpb=bb667c1fe01d667a27d17add6ba783f5be068b97;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index cd364b61b..46049b600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,137 @@ +2023-06-20 lttng-tools 2.13.10 (National Ice Cream Soda Day) + * Fix: sessiond: incorrect use of exclusions array leads to crash + * Tests fix: test_callstack: output of addr2line incorrectly parsed + * Fix: sessiond: silent kernel notifier registration error + * Fix: sessiond: size-based notification occasionally not triggered + * Fix: adding a user space probe fails on thumb functions + * Fix: Tests that assume CPU 0 is present + * Fix: Wrong assumption about possible CPUs + * Tests: fix: parse-callback reports missing addr2line + * Fix: lttng remove-trigger -h fails + * Tests: snapshot tests complain that nothing is output + * Tests: Test snapshot maximum size correctly + * Tests: Add get_possible_cpus_count utility + * Fix: ini parser: truncation of value name + * Fix: truncated len in lttng_event_rule_user_tracepoint_serialize() + * Tests: remove leftover debug printing in test_add_trigger_cli + +2023-01-05 lttng-tools 2.13.9 (National Whipped Cream Day) + * Fix: lttng: poptGetArg doesn't provide string ownership + * Fix: relayd: missing space in trace creation logging statement + * Fix: event field value: assertion fails on empty string + * Build fix: rpath of test libraries results in non-reproducible build + * Fix: never use 'no' in a command variable + * Fix: sessiond: abort called on undefined client command + * Fix: consumer: snapshot: assertion on subsequent snapshot + * Fix: sessiond: instance uuid is not sufficiently unique + +2022-08-22 lttng-tools 2.13.8 (National Bao Day) + * Fix: waiter: futex wait: handle spurious futex wakeups + * Fix: futex wait: handle spurious futex wakeups + * Fix: utils: unhandled close return value + * Fix: agent port file is o+w when launching as root + * Fix: tests: don't assume sequential cpuids + * Fix: sessiond: handle empty scheduled rotations + * Fix: sessiond: report client list allocation failure as a fatal error + * Fix: ust-consumerd: set `hangup_flush_done` in a locked context + * Fix: sessiond: size-based rotations never trigger + * Fix: lttng-snapshot: use after free of max size argument + * Fix: lttng: snapshot: add-output: leak of max size parameter + * Tests: fix: lttng-create: leaked command parameter + * Fix: sessiond: rotation trigger leak + * Tests: fix: schedule api: leak of rotation schedule list + * Fix: lttng: enable-rotation: leak of command parameter + * Fix: lttng: track: leaked command parameter + * Fix: lttng: add-trigger: leak of parser context on capture + * Tests: fix: leak of trigger in trigger listing tests + * Fix: action error query: leak of action path + * Fix: lttng: enable-channel: leak of popt arguments + * Tests: clean-up: rate policy: remove stale comment + * Tests: fix: leak of rate policy in rate policy unit tests + * Tests: fix: leak of payload in serdes test of log level rule + * Tests: fix: leak of some attributes of ltt_ust_session + * Fix: liblttng-ctl: leak of payload on field listing + * Fix: liblttng-ctl: non-packed structure used for tracker serialization + * Fix: test: lttng kernel modules still loaded after running test_clock_override + +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