Fix: consumerd: wrong timer mentioned in error logging
[lttng-tools.git] / ChangeLog
index ec904771f07563d9abc915ea93b0efa44ee01ac5..530ade9b6c53a43bbd6618d3e429010db5cc0fa8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+2024-03-28 lttng-tools 2.12.15 (Respect Your Cat Day)
+       * Fix: baddr-statedump: use $(LIBTOOL) --mode=execute
+       * Fix: relayd: live client not notified of inactive streams
+       * Fix: relayd: live: dispose of zombie viewer metadata stream
+       * Fix: sessiond: freeze on channel creation on restart
+       * common: move utils_create_lock_file to its own file
+       * tests: tools/clear/test_ust wait for specific test app pid
+       * Tests: use CPU ids from online ranges
+       * Tests: Preemptively fail infinite blocking tests when low on disk space
+       * Fix: lttng-add-context: leak of application context parameters
+
+2023-06-20 lttng-tools 2.12.14 (National Ice Cream Soda Day)
+       * Tests fix: test_callstack: output of addr2line incorrectly parsed
+       * 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
+       * 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
+
+2023-01-05 lttng-tools 2.12.13 (National Whipped Cream Day)
+       * Fix: lttng: poptGetArg doesn't provide string ownership
+       * Fix: relayd: missing space in trace creation logging statement
+       * Fix: never use 'no' in a command variable
+       * Fix: consumer: snapshot: assertion on subsequent snapshot
+       * Fix: sessiond: instance uuid is not sufficiently unique
+
+2022-08-22 lttng-tools 2.12.12 (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: ust-consumerd: set `hangup_flush_done` in a locked context
+       * Revert "Fix: sessiond: rotation trigger leak"
+       * 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: enable-channel: leak of popt arguments
+       * Tests: fix: leak of some attributes of ltt_ust_session
+       * 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.12.11 (International Day of Pink)
+       * Fix: notification: assert on len > 0 for dropped notification message
+       * Fix: sessiond: cmd_enable_channel: negative error code used
+
+2022-03-28 lttng-tools 2.12.10 (National Hot Tub Day)
+       * Fix: Remove liblttng-ctl.so dependency on liburcu-cds.so and liburcu-common.so
+
+2022-03-28 lttng-tools 2.12.9 (National Hot Tub Day)
+       * Fix: lttng-elf: wrong error label used by error path
+       * Fix: use the correct endian compat macros
+       * Fix: lttng-elf: untrusted entry size divisor
+       * Fix: event: erroneous bound check on perf counter name size
+       * 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
+       * Fix: consumerd: use-after-free of metadata bucket
+       * Fix: ust-consumerd: leak of stream control structure
+       * Fix: liblttng-ctl: erroneous flat size computation
+       * 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
+       * Tests: fix: select_poll_epoll: test assumes epoll fd value
+       * 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: lttng_channel object is not reclaimed
+       * Fix: common: local_attr might leak
+       * Fix: session: end goto label used for error path
+       * 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: 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: lttng-ctl: erroneous uses of LTTNG_PACKED
+       * Backport: lttng_buffer_view_is_valid, lttng_buffer_view_contains_string
+       * Fix: conversion from KB to bytes overflow on arm32
+       * Fix: Unexpected payload size in cmd_recv_stream_2_11
+       * Tests: add kernel test into the `make check` test suite.
+
+2022-01-26 lttng-tools 2.12.8 (National Peanut Brittle Day)
+       * Relicence all source and header files included in LGPL code
+       * Fix: sessiond: use of null session when session is not found
+       * 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.12.7 (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
+       * Tests: live kernel: no plan printed when non-root
+       * Fix: sessiond: snapshot: leak of trace chunk
+       * Fix: test: use BABELTRACE_BIN instead of babeltrace
+       * 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: lttng-ctl: tracing_group memory leaks
+       * 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
+
 2021-10-18 lttng-tools 2.12.6 (National Chocolate Cupcake Day)
        * Fix: sessiond: previously created channel cannot be enabled
        * Fix: ust: app stuck on recv message during UST comm timeout scenario
This page took 0.025068 seconds and 4 git commands to generate.