X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=ebbed7015ada3cbf32ebf9bdafb92f60d3316e8e;hb=refs%2Fheads%2Fstable-2.8;hp=4eca2717d0dfcd6d22c6cbb86cd3b9b787a03b17;hpb=ff8fd4ba6fa729edcbd69e414a1c0ca05c76bbe6;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 4eca2717d..ebbed7015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,311 @@ +2017-08-03 lttng-tools 2.8.8 (Watermelon Day) + * Fix: uninitialized return value on error path + * Fix: ensure kernel context is in a list before trying to delete it + * Fix: ambiguous ownership of kernel context by multiple channels + * Fix: ret is never used on error_open code path + * Fix: use error code path instead of break when errors happen before execl + * Fix: wrong variable assignment on error + * Fix: missing error handling in use of print_tabs() + * Fix: ret is used instead or err to set an error code + * Fix: report error using fd instead of ret + * Fix: NULL passed to memcpy in error path + * Fix: lost packet accounting always lost on snapshot + * Fix: report error on session listing + * Fix live-comm: merge TCP socket write-write sequence in a single write + * Fix: join consumer timer thread + +2017-06-14 lttng-tools 2.8.7 (National Bourbon Day) + * Fix: test_utils_expand_path passes NULL to sprintf + * Fix: lttng list of channels should return errors + * Fix: discard event/lost packet counters + * Fix: registry can be null on lookup + * Fix: use "flush empty" ioctl for snapshots + * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command + * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once + * Fix: lttng-sessiond: cpu hotplug stream number mismatch + * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH + * Fix: thread exit vs futex wait/wakeup race + * Fix: status_loc argument of waitpid() is used on error + * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28 + * Fix: assert() on null index_file in lttng_index_file_write() + * Fix: fail on relayd lookup when finding a relayd is expected + * doc: how to trace consumerd with valgrind + * Cleanup: initialize kernel ioctl ABI structures to 0 + * Cleanup: initialize data to 0 + * Fix: tests: register thread for RCU operations. + * Fix: Lazily initialize max poll set size in poll compat + * Fix: null dereference on error path for create_ctx_type + * Fix: test_ust_data dereference of null pointer + * Fix: test_kernel_data dereference of null pointer + * Man: move [SESSION] before options + * Fix: consumerd: add missing put_subbuf for ust and kernel errors + * Fix: sessiond: only send streams to consumer once + * Fix: consumerd main: needs to be a registered RCU thread + * Fix: thread_dispatch_ust_registration needs to be a RCU thread + * Fix: don't abort metadata push on closed metadata + * lttng-tools: remove bogus interpreter line from utils shell library + +2017-01-09 lttng-tools 2.8.6 (National Cassoulet Day) + * Fix: consumerd: order of metadata cache vs stream lock + * Fix: add missing rcu_barrier before daemon teardown + * Fix: Add missing pthread.h include + * Fix: support for older versions of Babeltrace in test script + * Fix: reverse channel and metadata cache lock nesting order + +2017-01-07 lttng-tools 2.8.5 (National Bobblehead Day) + * Fix: only lock the metadata_cache in userspace consumers + * Fix: lock nesting order reversed + +2017-01-06 lttng-tools 2.8.4 ("Wheel Of Fortune" debuts on NBC) + * Fix: lttng-relayd: forcefully close stream on relayd shutdown + * Fix: protect the channel's metadata stream using the metadata cache lock + * Fix: double unlock of metadata mutex on error + * Fix: add element length check in lttng_index_file_open + * Fix: free previous instance of url (alloc_url) on default live url assignation + * Fix: relayd vs consumerd compatibility + +2016-12-01 lttng-tools 2.8.3 (National Pie Day) + * Fix: truncate the metadata file in shm-path + * Fix: add missing refcount of loaded modules + * Fix: only unload successfully loaded kernel modules + * Fix: test cases now rely on explicit workloads + * m4/pprint.m4: update with correct quoting + * configure.ac: move warning to end of output for the end user + * doc/man: only require asciidoc-attrs.conf when building the man pages + * Add version info to lttng-relayd help + * Fix: stop sessiond threads on health thread error + * Fix: stop lttng-relayd threads on health thread error + * Fix: report an error if unix socket address is too long + * Fix: save: leak of configuration file fd + +2016-10-07 lttng-tools 2.8.2 (National Frappé Day) + * Fix: report truncation on snprintf + * Fix: check for a session daemon before running load command + * Fix: ignore SIGPIPE + * Fix: use ssize_type for the return value of uri_parse_str_urls + * Docs: grammar fixes in load.h + * Fix: wrong api comments for load.h + * Fix: do not overwrite ret if already set and session found + * Fix: handle backward compatibility with lttng-modules 2.7 + * Clean-up: remove unnecessary autoconf variable substitution + * Fix: honor negative (unlimited) app socket timeout + * Build: Replace use of deprecated AM_PATH_XML2 + * Tests: tap.sh spams tests' output when no plan is set + * Fix: location of various standard headers + * Fix: missing include ctype.h for isdigit() + * Fix: error.h -> common/error.h + * Test fix: set app and network socket timeouts to unlimited + * Test fix: test_fork can hang while waiting for child pids + * Test fix: test_daemon can hang while waiting for child pids + * Test fix: redirect python test subprocess output to /dev/null + * Fix: pass a valid length to accept() on unix domain sockets + * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs() + * Use -M parameter instead of --manpath when invoking man(1) + * OOT Build fix: reference the source directory's Python test app + * Fix: pass NULL to config_load_session instead of an empty string + * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets + +2016-07-05 lttng-tools 2.8.1 (NASA's Juno spacecraft enters orbit of Jupiter) + * Tests: eliminate process timeouts from Python tests + * Fix: English syntax errors in 'lttng status' + * Fix: sessiond ht_match_event() check if filter is NULL + * configure.ac: fix --enable/disable-kmod option + * Fix: validate number of subbuffers after tweaking properties + * Fix: do not refer to objects as .o + * Fix: do not link against libtool .o objects + * Fix: Define MANPATH in config.h + * Tests: Make warn_processes.sh more portable + * Fix: add missing script to dist + * Fix: leak of UST app hash tables + * Fix: leak of reply buffer on data pending check + * Fix: call xmlCleanupParser to free global libxml2 allocations + * Fix: missing "void" parameter of lib constructor and destructor + * Fix: lttng-relayd allow binding of privileged ports for non-root users + * relayd: optimize receive throughput + * Fix: enforce assumption that lttng-modules ioctl() return <= 0 + * Fix: reduce scope of kconsumer consumed_pos and produced_pos + * Fix: set the logger level to prevent unexpected level inheritance + * Typo: Stoping -> Stopping + * Typo: occured -> occurred + +2016-05-20 lttng-tools 2.8.0 (Bike-to-Work Day) + * Fix: only perform lttng_consumer_sync_trace_file() in local mode + * Make lttng_consumer_sync_trace_file static + * Fix: don't negate posix_fadvise return value to check error + * Fix Solaris 10 build: use lttng_strnlen() wrapper + * Rename lttng_error_type to lttng_error_level + * Cleanup error.h __lttng_print() used for message printing + * Update coding style document for macro style + * Fix: coding style document has erroneous semicolon at end of macro + * Fix: add missing semicolons after MSG, DBG, ERR print macros + * Tests: inverted condition in test_kernel_data + * OOT build fix: asciidoc.conf is now a source file + * lttng-create(1): use attributes for default ports + * lttng-create(1): add xrefs to creation mode definitions + * lttng-create(1): use the correct DATAPORT/CTRLPORT variables + * lttng-create(1): use def list for net protocols + * lttng-create(1): add relay mode + * doc/man: put AsciiDoc attributes in their own file + * test: UST tracing destroy flush behavior with tracefile rotation + * test: kernel tracing destroy flush behavior with tracefile rotation + * Add environment variable to allow abort on error + * Fix: ust-consumer: flush empty packets on snapshot channel + * Fix: WARN() should print as WARN level, not ERR + * Fix: error.h: add missing parenthesis around macro parameter + * Fix: bogus mask on error.h PRINT types + * Fix: kernel tracing: flush after stop + * Fix: UST should not generate packet at destroy after stop + * Tests: remove flaky '*' kernel wildcard test + * Fix: bad file descriptors on close after rotation error + * Fix: configure.ac: allow --disable-python-bindings + * Fix: merge tap tests stdout and stderr + * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD + * Fix: Double free in utils_partial_realpath error path + * Fix: remove logically dead code in send_channel_uid_to_ust + * Fix: unchecked return value in low throughput test + * Tests: abort() exclusion test on allocation failure + * Fix: unchecked posix_fadvise() return value + * Fix: unchecked return value in relayd live.c + * Fix: unchecked return value in trace_clock_read64_monotonic + * Clean-up: remove unnecessary blank line + * Fix: initialize the cur_event variable before using it + * Fix: Dereference after NULL check in consumer + * Tests: abort test on memory allocation failure + * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion + * Fix: NULL pointer dereference in relay_index_get_by_id_or_create + * Clean-up verbosity incrementation in set_option + * Fix: Deference after null check in sessiond set_option + * Docs: clarify comment in parse_pid_string() + * Fix: Wrong sizeof argument in pid tracker + * Fix: tests: incorrect uri index + * Fix: Integer overflowed argument + * Fix: macro compares unsigned to 0 (no effect) + * Fix: Free variable before strdup() in process_event_node + * Fix: Free variables before strdup() + * Fix: Add missing free() in spawn_viewer + * Fix: Add missing free() in utils_partial_realpath + * Fix: Use distinct variables for ret and discarded_events + * Fix: Don't try to show manpage when argv is null + * Fix: Use secure_getenv() in get_man_bin_path + * Fix: illegal memory access in test_create_ust_event_exclusion + * Fix: illegal memory access in test_create_ust_event + * Fix: illegal memory access in test_create_kernel_event + * Fix: illegal memory access in test_create_ust_channel + * Fix: illegal memory access in send_viewer_streams + * Simplify rcu locking in viewer_list_sessions + * Fix: illegal memory access in viewer_list_sessions + * Fix: illegal memory access in relayd_add_stream + * Fix: illegal memory access in relayd_create_session_2_4 + * Fix: illegal memory access in session_create + * Fix: illegal memory access in consumer_set_subdir + * Fix: illegal memory access in syscall_init_table + * Fix: illegal memory access in write_pidfile + * Fix: illegal memory access in list_lttng_channels + * Fix: illegal memory access in cmd_snapshot_record + * Fix: illegal memory access in output_init + * Fix: illegal memory access in consumer_set_network_uri + * Fix: illegal memory access in cmd_snapshot_list_outputs + * Fix: illegal memory access in list_events + * Fix: illegal memory access in disable_event + * Fix: illegal memory access in enable_event + * Fix: illegal memory access in add_uri_to_consumer + * Fix: illegal memory access in init_ust_event_from_agent_event + * Simplify free() of channel attribute + * Fix: illegal memory access in _cmd_enable_event + * Implement lttng_strncpy safe string copy + * Add missing symbol to preserve ABI compatibility of liblttng-ctl + * Fix: loading a session prints an error message but the load is successful + * Snapshot warning if there are no events in one of the domains + * Clarify kernel version check error messages + * Tests: same event name with different descriptor on load + * Fix: load event state (enabled/disabled) correctly + * Fix: Error reported if no domain is provided for start/stop + * Handle unknown domain in MI + * Handle unknown domain on session start + * Fix: loading of live session within userspace domains + * Test: expose session url bug on load with multiple domains + * OOT build fix: asciidoc.conf is now generated at configure + * Snapshot: record: use same datetime for snapshot folder output + * Refactor: move the snapshot type check into output type check + * ust-metadata.c: nest/indent enumeration entries + * lttng.c: show basic help when no arguments are provided + * Define command short descriptions in configure.ac + * lttng-relayd(8): $HOME -> $LTTNG_HOME + * doc/man: use propagated default values in man pages + * Propagate default values from configure.ac to asciidoc.conf + * Define default values in configure.ac + * lttng-load(1): use lists to explain the input path behaviour + * lttng-sessiond(8): fix load directories and behaviour + * lttng-load(1): specify default search order + * doc/man: use configured directories in man pages + * doc/man/asciidoc.conf: add doctype-manpage conditions + * doc/man: linklttng macro -> man macro + * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages + * doc/man/Makefile.am: fix top comment + * configure.ac: fix --enable-man-pages help string + * Fix: standardize parser/lexer building + * Fix: standardize man pages building/installing + * configure.ac: check for an existing liburcu-cds symbol + * configure.ac: use macro for wrong liburcu error message + * Hide parse_application_context utility function + * Re-add deprecated MI symbols to preserve ABI compatibility + * Hide new MI symbols introduced as part of 2.8 + * Re-add default size symbols which were erroneously exposed + * Hide config symbols introduced in 2.8 + * Hide internal _lttng_destroy_session symbol + * Hide bytecode symbol iterator API symbols + * Tests: wording of trace_matches is misleading + * Test lttng-modules clock override plugin + * Warning fix: uninitialized variable may be used + * Tests: Replace prove by autotools tap runner + * Drop installcheck target + * Fix: distcheck requires that we clean version.h + * Fix: configure: forbid Python bindings if shared libraries are disabled + * Fix: tests: don't match command line arguments, match static build binary names + * Fix: tests: skip tests on static build + * Fix: tests: don't build dynamic lib tests if support disabled + * bootstrap: Standardize on autoreconf -vi + * doc/man: add notes about shell escaping + * Fix: doc/man/Makefile.am for OOT builds + * Move unix.h wrapper from sessiond-comm to common + * Fix: update tests following renaming of UST statedump event + * Typo: catched -> caught + * Add comment describing ioctl number duplication + * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT + * Docs: Remove unnecessary exclamation mark + * Docs: fix wording of dependency + * Docs: fix "daemon" typo in README.md + * Fix: Use get_domain_str on add context + * Warning fix: possible use of uninitialized variable + * doc/man: add FILES section + * Test: xsd validation of long path (length > 255) + * Fix: xsd: urls and paths are not of type name_type but string + * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA + * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails + * Fix: d_type validity is not guaranteed on all nfs versions + * Fix: doc/man: lttng-add-context(1): add missing option macro + * doc/man: common-footer.txt: add CI link + * doc/man: common-footer.txt: add GH organization link + * doc/man: lttng(1): clarify UST domain and add links to languages + * doc/man: add escwc macro and use it + * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section + * doc/man: use linkgenoptions macro + * doc/man: add linkgenoptions AsciiDoc macro + * .gitignore: ignore all generated files in doc/man + * doc/man: fix external links + * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl + * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl + * doc/man: xsl: add after ulink text + * doc/man: xsl: add (internal) link template + * doc/man: lttng-enable-channel(1): move limitations to own section + * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8) + * doc/man: add nloption and genoption AsciiDoc macros + * doc/man: add [role="term"] to terminal callouts + * Clean-up shm directory tree after freeing the channel + * Fix: Build man pages if --enable-build-man-pages is used + * Fix: convey enum value signedness into metadata + * Generate man pages by default + 2016-03-18 lttng-tools 2.8.0-rc1 (Awkward Moments Day) * Bump minor kernel tracer ABI version * Quote brewery names in release codename description