Update version to v2.11.8
[lttng-tools.git] / ChangeLog
index 3f25bf1a66c903b03c4fd79d8ed6e6aa248222c6..dc3d72957bf88371734782b0a8e3c883880f43aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,483 @@
+2021-10-18 lttng-tools 2.11.8 (National Chocolate Cupcake Day)
+       * Fix: sessiond: previously created channel cannot be enabled
+       * 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
+       * Build fix: Missing message in LTTNG_DEPRECATED invocation
+       * include: remove spurious spaces in condition/session-rotation.h
+       * 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: sessiond: ust session is inactive during ust_app_global_update
+       * Fix: man: lttng-rotate: trace file count/size limitation does not apply
+       * Fix: rotation client example: leak of handle on error
+       * Fix: use of uninitialised bytes valgrind warning
+       * Fix: bump minimal urcu dependency to 0.11
+       * Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error
+       * Fix: consumer: unbalanced RCU read-side lock on error
+
+2021-05-18 lttng-tools 2.11.7 (No Dirty Dishes Day)
+       * Fix: sessiond: leak of config_path on duplicate --config option
+       * Fix: relayd: live: data is missing between viewer attach and retry
+       * Fix: lttng-ctl: erroneous check if user is part of the tracing group
+       * Fix: kernel consumer: get next subbuffer EAGAIN handling
+       * Fix: kernel consumer: signal metadata ready condition variable
+       * Fix: consumerd: unbalanced subbuffer 'get' when checking operation availability
+       * Fix: consumerd: strlen called on uninitialized path
+       * Fix: tests: health thread stall: only stop consumerd when required
+       * Fix: tests: quote variable in case it's not set
+       * Fix: sessiond: session destroy hang in per-uid when context cannot be added
+       * Fix: lttng_destroy_session_no_wait: return 0 on success
+       * config: fix typo in error message
+       * Tests: array expressions without contant index are invalid
+       * Fix: validate that array expression contains constant
+       * Fix: test: base-path tests are not run
+       * Fix: filter: memory leak in filter_parser_ctx
+       * Fix: sessiond: fix -Wshadow error in save.c
+       * Fix: utils: avoid strncpy overlap in utils_partial_realpath
+       * Clean-up: utils: make utils_partial_realpath static
+       * Fix: sessiond: kernel: invalid error code check
+       * Fix: ust-consumer: metadata thread not woken-up after version change
+       * Clean-up: ust-consumer: simplify metadata cache unlock on error path
+       * Fix: sessiond: timer: unitiliazed sigevent fields
+       * Fix: sessiond: ust-registry: dereference of NULL pointer on allocation failure
+       * Fix: ust-consumer: metadata cache lock not taken when sampling max offset
+
+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
+       * session-descriptor: fix comment typos in session-descriptor.h
+       * Fix: include stdlib.h in compat/string.h
+       * Fix: lttng: sanity check of `--probe` description
+       * Fix: update context types for Python bindings
+       * Fix: lttng: placing probe on symbol starting with `_`
+       * Fix: build failure with -fno-common
+       * doc: Fix bind address example for lttng-relayd
+       * Test: rotate_utils.sh: consider chunk archive with ust/ as empty
+       * Fix: consumer: do not flush on transition from NULL chunk
+       * Fix: consumer: honor "active" flush flag
+       * Fix: sessiond cmd.h: include missing lttng-sessiond.h
+       * Fix: sessiond: ust-app: per-pid buffers: Create empty ust/ directory
+       * Fix: utils: utils_stream_file_path separator
+       * Fix: consumerd: use packet sequence number for rotation position
+       * align.h: Implement ALIGN_FLOOR macro
+       * Fix: relayd: per-pid live: no new metadata vs close
+       * Fix: relayd: use packet sequence number for rotation position
+       * Fix: relayd stream.c: LTTNG_OPTIONAL_GET address confusion
+       * Fix: optional.h macro missing parentheses and guards
+       * dynamic-array: fix documentation of lttng_dynamic_pointer_array_get_pointer
+       * Fix: make dist fails on sdt-probe test with autotools v1.16+
+       * Fix: tests: metadata presence on relayd is not deterministic
+       * Fix: move testpoint after state update
+       * doc: fix typo in lttng-enable-event man page
+       * Fix: sessiond: RCU read lock imbalance on get trace chunk id error
+       * Fix: build: ust -> kernel mix-up in noinst_SCRIPTS
+       * Fix: relayd: missing metadata stream causes all traces to be skipped
+       * configure.ac: Remove duplicated CMD_DESCR_ROTATE definition
+       * Fix: relayd: fully initialize viewer stream before publishing it
+       * Fix: relayd: don't send streams if there is no metadata
+       * Fix: update apps on untrack only when session is active
+       * Fix: consumerd: assert on null trace chunk on session restart
+       * Fix: sessiond: don't wait for a rotation from a null chunk to finish
+       * Fix: sessiond: duplicated rotation notification sent
+       * Fix: relayd: remove assert of non-null stream trace chunk on rotate
+       * Docs: verb/noun confusion in comment
+       * Fix: sessiond: no rotation performed from null chunk to new chunk
+       * Fix: invalid use of destructor in dynamic pointer array
+       * Fix: relayd: check for a trace chunk before writing a packet
+       * Fix: relayd: viewer session trace chunk not released on detach
+       * Require automake >= 1.12
+       * Fix: relayd: session trace chunk is copied too late
+       * Fix: relayd: disallow 0-length session names for 2.4+ peers
+       * Fix: sessiond: ust: deadlock with per-pid buffers
+       * relayd: close viewer stream trace chunk earlier on release
+       * Fix: relayd: put chunk reference when closing stream
+       * Fix: relayd: tracefile rotation: viewer opening missing index file
+       * Tests: fix shellcheck warning
+       * Tests: base path: lttng load for session configuration
+       * Cleanup: remove unused internal lttng_session_descriptor_get_base_path
+       * Refactor: Move set session path to own function
+       * Fix: move set base_path of session to URI configuration
+       * Fix: lttng: initialize sessions pointer to NULL
+       * Fix: check for dtrace and sdt.h before enabling SDT uprobe tests
+       * Fix: consumerd: crash occurs when taking snapshot of ust channel
+       * Fix: trace-chunk: log the cause of file open failures
+       * Fix: relayd: live: crash when creating viewer streams
+       * Fix: relayd: live: crash on attach to a session without trace chunk
+       * Fix: relayd: live: some listed sessions are not attacheable
+       * Fix: relayd: don't put un-acquired trace chunk reference
+       * Fix: relayd: don't put un-acquired viewer trace chunk reference
+       * Fix: consumerd: NULL pointer dereference during metadata sync
+       * consumerd: clean-up: stream attribute accessed without locking stream
+       * Fix: check for lttng-ust >= 2.11 at configure
+       * Typo: occured -> occurred
+       * Fix typo 'Attemp' -> 'Attempt'
+       * Fix: sessiond: use system LTTng-UST headers when available
+       * doc/man: use specific revision date for each manual page
+       * lttng-rotate.1.txt: update voice and document the `archives` subdir.
+
+2019-10-17 lttng-tools 2.11.0 (Wear Something Gaudy Day)
+       * Fix: sessiond: unbalanced health register/unregister on error
+       * Fix: sessiond: NULL thread_state provided to pthread_cleanup callback
+       * Fix: sessiond: leak of trace chunk on destruction error
+       * common: cleanup error message mentioning mkdir
+       * Fix: sessiond: session destruction errors are unreported
+       * Fix: consumer: double unlock of rcu read lock on error
+       * Fix: sessiond: application channel creation failure stops start cmd
+       * sessiond: clean-up: enhance logging on event allocation failure
+       * Fix: sessiond: don't assert on event creation error
+       * Fix: lttng-elf.c: dereferencing pointer before null check
+       * Fix: sessiond: unbounded elf section data size allocation
+       * Fix: sessiond: double socket close on allocation failure
+       * Fix: sessiond: TOCTOU error on save of session configuration
+       * Fix: tests: replace truncation-prone logging helper
+       * Fix: relayd: Dereference after null check
+       * Fix: sessiond: app sock and notif shm not created by the main thread
+       * Fix: sessiond: client socket not created by the main thread
+       * Fix: relayd: Dereference before null check
+       * Fix: relayd: unchecked return values
+       * Fix: ust-consumer.c: Double unlock of channel lock
+       * Fix: sessiond: Dereference before null check
+       * Fix: sessiond: Dereference after null check
+       * Fix: relayd: Explicit null dereferenced
+       * Cleanup: relayd: Logically dead code
+       * Fix: enable_events.c: typo in `WARN()` message
+       * Cleanup: enable_events.c: fix erroneous comment
+       * Cleanup: relayd: identical code for different branches
+       * Fix: common: Unchecked return value of `closedir()`
+       * Fix: relayd: Dereference after null check
+       * Fix: Tests: test_session.c: Structurally dead code
+       * Fix: session-descriptor.c: Dereference before null check
+       * Fix: common: Dereference after null check
+       * Fix: test_utils_compat_poll.c: Unchecked return value
+       * Fix: liblttng-ctl: wrong variable used during argument validation
+       * Fix: liblttng-ctl: ABI-breaking size change of lttng_session struct
+       * Fix: liblttng-ctl: config and mi strings inadvertantly exported
+       * Fix: liblttng-ctl: compat_sync_file_range inadvertantly exported
+       * Fix: liblttng-ctl: poll compatibility symbols inadvertently exported
+       * Fix: lttng-ctl: unvalidated session destruction handle API arguments
+       * Docs: document the session destruction handle API
+
+2019-10-01 lttng-tools 2.11.0-rc4 (International Coffee Day)
+       * Fix: Tests: Segfault in `test_utils_expand_path()`
+       * Fix: lttng-ctl: missing __cplusplus closing brace
+       * Fix: trace chunk reported unknown before close command execution
+       * Fix: sessiond: leak of application socket on chmod failure
+       * sessiond: clean-up: silence warning that agent event is leaked
+       * Fix: tests: leak of prefix on error to register lttng namespace
+       * Fix: use newly created event filter for condition check
+       * Fix: lttng-crash: detect truncated files
+       * Fix: sessiond: fs.protected_regular sysctl breaks app registration
+       * relayd: clean-up: mix-up between LTTNG_PATH_MAX and LTTNG_NAME_MAX
+       * Fix: destroy command: put consumer output after destroy notifier
+       * Refactor: remove logically dead code
+       * Fix: Null check before destroying health_sessiond
+       * Fix: Move initialization of queue_pipe_fd after null check of handle
+       * Fix: release reference to new chunk on copy error
+       * Fix: Close socket handle on error
+       * Fix: lttng: out-of-bound copy of arguments in 'view' command handler
+       * Revert "lttng: fix: out-of-bounds copy of original 'view' command arguments"
+       * Fix: relayd: session destruction does not complete in live mode
+       * Add a copy method to the trace chunk interface
+       * relayd: move viewer stream chunk reference release to destroy
+       * relayd: move relay_session locking outside of make_viewer_streams
+       * Fix: release reference to trace chunk on index file creation failure
+       * trace-chunk: clean-up: mark close command properties as static const
+       * trace-chunk: clean-up: misleading label name
+       * ust-consumer: fix: metadata stream lock taken before destroy
+       * sessiond: fix: memory leak of section name in elf parser
+       * kconsumer: clean-up: initialize ctf_index before populating it
+       * sessiond: fix: strncpy called with source length
+       * sessiond: fix: possible unaligned access in packed structure
+       * relayd: clean-up: strncpy uses the length of the source as length
+       * lttng: fix: out-of-bounds copy of original 'view' command arguments
+       * lttng: clean-up: silence bogus string truncation warning
+       * sessiond: clean-up: mixed log levels enums used to look-up event
+       * sessiond: fix: possible unaligned access in packed structure
+       * sessiond: fix: possible unaligned access in packed structure
+       * sessiond: fix: possible unaligned access in packed structure
+       * sessiond: fix: possible unaligned access in packed structure
+       * lttng-ctl: fix: possible unaligned access in packed structure
+       * lttng-ctl rotate: fix: possible unaligned access in packed structure
+       * runas: fix: possible unaligned access in packed structure
+       * consumer: fix: possible unaligned access in packed structure
+       * inet: fix: possible unaligned access in packed structure (inet/inet6)
+       * consumer: fix: unaligned accesses to index fields
+       * lttng-sessiond: clean-up: set free'd pointer to NULL
+       * lttng: fix: potential 0-length allocation in pid list parsing
+       * Tests: fix: uninitialized session_id used on list_sessions failure
+       * Tests: fix: uninitialized values passed to close() on error
+       * Clean-up: assert that get_count_order() returns a positive value
+       * Clean-up: suppress bogus scan-build warning
+       * Tests: fix: leak caused by misuse of realloc in multi-lib-test
+       * sessiond: clean-up: init ret value of _session_set_trace_chunk_no_lock_check
+       * sessiond: fix: print_escaped_ctf_string mishandles empty string
+       * lttng-ctl: fix: lttng_data_pending confuses communication status
+       * relayd: fix: rotate_truncate_stream() assumes non-null next chunk
+       * Fix: dereference of NULL pointer in stream_write()
+       * Fix: report bytecode_push failure when pushing symbol
+       * Fix: only invoke PERROR() on failure to close sessiond_socket
+       * Clean-up: lttng: check status returned when checking rotation state
+       * Fix: communication error unreported in relay_rotate_session_streams
+       * Fix: unreported error in relay_close_trace_chunk
+       * Clean-up: remove dead assignment from ht cleanup thread launcher
+       * Clean-up: remove dead assignment from thread_rotation
+       * Clean-up: remove dead assignment in setup_channel_trace_path
+       * Clean-up: remove dead assignments while setting session trace chunk
+       * Fix: report path truncation on addition of local uri to consumer
+       * Clean-up: lttng: silence warning in regenerate command handler
+       * Clean-up: lttng: silence warning in metadata command handler
+       * Clean-up: remove NULL check on sesison_create mandatory arguments
+       * Fix: session may be NULL in relay_create_session error path
+       * Clean-up: silence erroneous leak warning
+       * Fix: leak of lttng_elf_shdr in lttng-elf.c
+       * Fix: leaked chunk reference in lttng_consumer_create_trace_chunk
+       * Clean-up: remove unused stream file creation and unlink functions
+       * Fix: use the trace chunk to truncate streams on late rotation
+       * Clean-up: format using remaining buffer len rather than total len
+       * Fix sessiond: report flush errors on session stop
+       * Fix: leak of trace_path on error in ust_app_snapshot_record
+       * Fix: uninitialized directory handle finalized on error path
+       * Fix: release reference to created chunk if it can't be published
+       * Fix: destroy chunk registry on element creation failure
+       * Fix: return NULL on trace chunk registry failure
+       * Fix: forward fatal error in evaluate_condition_for_client()
+       * Fix relayd: check for NULL in session_put
+       * Fix typo in regenerate statedump test util
+
+2019-09-06 lttng-tools 2.11.0-rc3 (Great Egg Toss Day)
+       * Fix: time constants already defined on macOS
+       * Fix: missing include strings.h for bcopy on Solaris 10/11
+       * Fix: strndup does not exist on Solaris 10
+       * Fix: strnlen is not defined on Solaris 10
+       * Fix: redefinition of USEC_PER_SEC macro on macOS
+       * Fix: sessiond does not build without lttng-ust support
+       * Fix: sessiond: handle NULL control output in session descriptor base path getter
+       * Tests: metadata env scope values
+       * Support LTTNG_KERNEL_SESSION_SET_CREATION_DATETIME of lttng-modules
+       * Support LTTNG_KERNEL_SESSION_SET_NAME of lttng-modules
+       * Metadata: add env fields to ease lttng path hierarchy creation for viewer
+       * Fix: lttng_directory_handle_init fails on opening base relayd output
+       * Fix: init_session_output_path is valid for peer >= 2.11 only
+       * Fix: chunk state is not set when relayd does not support trace chunks
+       * Fix: check validity of a stream before invoking ust flush command
+       * Fix: namespace our gettid wrapper
+       * pprint.m4: add missing copyright header
+       * Fix: reintroduce lazy kernel modules load, fix empty syscall list
+       * Fix: check for lttng modules presence before testing
+       * sessiond: use epoll()/poll() instead of select()
+       * lttng-ctl: notifications: use epoll()/poll() instead of select()
+       * epoll/poll compat: expose interruptible API
+       * tests: invoke full_cleanup from script trap handlers, use modprobe -r
+       * Cleanup: test: don't stop relayd twice
+       * Fix: test: utils.sh: exit from process on full_cleanup
+       * Fix: utils.sh: handle SIGPIPE
+       * Fix: tests: error handling in high throughput limits test (v2)
+       * Improve handling of test SIGTERM/SIGINT (v2)
+       * Fix: incorrect conversion specifier used with size and padding
+       * Fix: incorrect conversion specifier used with packet size
+       * Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
+       * Fix: mismatch of ust_app_snapshot_record prototype
+       * Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST
+       * Fix: kernel/ust snapshot backward compat for 2.10 relay
+       * relayd protocol: reply path for close chunk and create session 2.11
+       * Fix: streaming and snapshot backward compat for relayd < 2.11
+       * Fix: relayd: create_index_file error handling
+       * Fix: don't use newlines in logging message
+       * Fix: relayd outputs traces of legacy sessionds to home dir
+       * relayd comm: add base path to create session
+       * tests: add base-path tests
+       * test utils: support URI in lttng_snapshot_add_output
+       * Fix: close consumer sockets before waiting for them
+       * Fix: consumer: put each chunk on teardown
+       * Fix: validate that session, host and basepath are legal
+       * Fix: honor base path for network URIs
+       * Fix: bindings import segfaults on missing hash_key_u64
+       * Cleanup: typo: overriden -> overridden
+       * Fix: relay: relay_rotate_session_streams uninitialized return value
+       * Fix: test_kernel rotation: expect 60 rather than 64
+       * Save registration time for app
+       * Fix: tests: update rotation ust number of tests
+       * Clean-up: missing word `lock` in comment
+       * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
+       * Use case-scope error labels handling LTTNG_CONSUMER_PUSH_METADATA
+       * Use case-scope error labels when handling LTTNG_CONSUMER_GET_CHANNEL
+       * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
+       * Use case-scope error labels handling LTTNG_CONSUMER_DESTROY_CHANNEL
+       * Use case-scope error labels handling LTTNG_CONSUMER_STREAMS_SENT
+       * Use case-scope error labels when handling LTTNG_CONSUMER_ADD_STREAM
+       * Clean-up: set stream's channel pointer to NULL after releasing ref
+       * Fix: mark consumer channels as logically deleted during deletion
+       * Cleanup: mark utils_get_home_dir as returning a const string
+       * Fix: use utils_get_home_dir for anonymous trace chunk path
+       * Fix: tests: typo in rotation util
+       * Fix: keep ust/kernel session items around for destroy notifier
+       * Tests: add a test for the "skip non-empy" rmdir flag
+       * Fix: rmdir recursive: skip non-empty directories with flag
+       * Fix: uninitialized variable returned by relay_rotate_session_streams
+       * Fix: allow quiet rotation at destroy of live session
+       * Fix: relayd: live: read index file header
+       * Fix: index: use parenthesis around define
+       * Fix: test_crash: don't kill first app twice
+       * Fix: perform a rotation to a null trace chunk on session destruction
+       * relayd: log destination trace chunk of ROTATE_STREAMS command
+       * Clean-up: declare dummy pipe payload as a char instead of a string
+       * Fix: consumer: assert that stream chunk != NULL (not channel)
+       * relayd fix: trace chunk is reclaimed before close command
+       * Fix: rotation of a stopped session hangs indifinitely
+       * Fix: initialize kernel stream max subbuffer size on creation
+       * Fix: use relay_id from ust_session or kernel_session consumer
+       * Fix: lttng-ctl: public session.h control API: restore 0 success return value
+       * Fix: remote kernel stream paths contain too much information
+       * Fix: destroy command: send credentials with command
+       * relayd: open live viewer files from the current stream's trace chunk
+       * Fix: don't perform an automatic session rotation in snapshot mode
+       * Fix: incorrect time unit used when waiting on destruction handle
+       * relayd: implement file and session rotation on top of trace chunks
+       * Fix: remove assertions of the existence of a trace chunk
+       * Fix: only create trace chunk if the output of a session supports it
+       * Fix: use stream's current tracefile count rather than the max
+       * relayd: use bool for is_metadata relay_stream attribute
+       * relayd: create stream files relative to a session's trace chunk
+       * Fix: leak of consumer_output when using an explicit snapshot output
+       * Fix: reception buffer of control connection is leaked
+       * Fix: ensure a newline is printed before exit on client destroy
+       * Send session creation time to relay daemon when supported
+       * relayd: remove unnecessary allocation in session path formatting
+       * relayd: add remote trace chunk close command
+       * Create userspace buffers using ua_sess effective credentials
+       * Use lttng_credentials instead of bespoke uid/gid members in ua_sess
+       * relayd: add remote trace chunk creation command
+       * Add .clang-format
+       * Don't allow slashes and dots in overriden trace chunk names
+       * relayd: Retrieve a relay_session's trace chunk on creation
+       * relayd: Transmit current trace chunk id in create_sesssion command
+       * Use a "comm" variant of the LTTNG_OPTIONAL helper in sessiond-comm
+       * Remove unused relay daemon commands
+       * relayd: create an implicit trace chunk on session creation
+       * relayd: create sessiond trace chunk registry on session creation
+       * Use directory handle to rename trace chunk directory
+       * Docs: add directory handle header documentation
+       * Add rmdirat and renameat to run-as commands
+       * Print the location of trace chunk produced at session destruction
+       * Docs: misleading documentation of compat_epoll_create
+       * Remove unused ust_sock member of command_ctx
+       * Tests: clarify the tap output of the kernel session rotation test
+       * Fix: wait for the completion of implicit session rotations
+       * Fix: don't hide EBADF error subbuffer write
+       * Tests: don't expect a UST directory after inactive per-PID rotation
+       * Tests: remove check for an empty chunk produced on destruction
+       * Fix: metadata stream is not marked as quiescent after packet commit
+       * Create stream files relative to a stream's current trace chunk
+       * Cleanup: remove duplicated code in snapshot record command
+       * Fix: run_as_mkdirat returns value of errno
+       * Fix: double close of directory fd in runas worker
+       * relayd: add the sessiond_trace_chunk_registry interface
+       * Move index initialization to ctf-index.h
+       * Export utils_stream_file_path outside of common/utils.c
+       * Add file creation/unlinking utils to directory handle
+       * relayd: send sessiond uuid and session id as part of create session
+       * Transmit sessiond uuid to consumerd on launch
+       * Add lttng_uuid_copy() util
+       * Add lttng_uuid_is_nil() util
+       * Add lttng_uuid_is_equal util to lttng_uuid
+       * Add a consumer daemon INIT command
+       * Generate a UUID on lttng-sessiond launch
+       * Remove unneeded creation of the UST domain sub-directory
+       * .gitignore: ignore ccls and clangd files
+       * Create an initial trace chunk on first start of an ltt_session
+       * Allow direct access to the dirfd of a directory handle
+       * Create a consumer daemon trace chunk registry on launch
+       * Add the trace chunk and trace chunk registry interfaces
+       * Add a time_to_iso8601_str() utility
+       * Add a method to create a directory handle relative to another one
+       * Maintain a channel-per-session_id hash table in the consumers
+       * Document lttng_directory_handle_init_from_dirfd
+       * Allow lttng_directory_handle to be moved
+       * Add a copy method to lttng_directory_handle
+       * Remove unused bitfield.h header
+       * Use uuid_to_str() when formatting metadata
+       * Add an internal uuid formatting utility
+       * Tests build fix: undefined MAGIC_VALUE macro
+       * Build fix: undeclared variable in poll compat
+       * Fix: error when listing sessions with no session
+
 2019-05-24 lttng-tools 2.11.0-rc2 (Asparagus Day)
        * Update base test for binding
        * Fix: python binding: expose domain buffer type
This page took 0.027683 seconds and 4 git commands to generate.