| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: liblttng-ctl0 | Distribution: openSUSE Tumbleweed |
| Version: 2.13.11 | Vendor: openSUSE |
| Release: 2.1 | Build date: Thu Jul 17 13:02:56 2025 |
| Group: System/Libraries | Build host: reproducible |
| Size: 724089 | Source RPM: lttng-tools-2.13.11-2.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://lttng.org/ | |
| Summary: Linux Trace Toolkit Next Generation control and utility library | |
This package provides a userspace library for controlling the LTTng subsystem. It is primarily intended for use by the lttng-tools package.
GPL-2.0-only AND LGPL-2.1-only
* Thu Jul 17 2025 Hillwood Yang <hillwood@opensuse.org>
- Enable build for loongarch64
* Thu Dec 28 2023 Dirk Müller <dmueller@suse.com>
- update to 2.13.11:
* docs: fix: Match stated automake requirement
* Docs: Fix broken reference in lttng-add-trigger
* Docs: Fix broken reference to lttng-concepts(7) man page
disk space
* Fix: lttng-add-context: leak of application context
parameters
* Fix: sessiond: bad fd used while rotating exiting app's
buffers
* Fix: consumerd: slow metadata push slows down application
registration
* event-rule: set event rule loglevel to domain specific value
when unset
* Fix: sessiond: preserve jul/log4j domain loglevels
* Fix: sessiond: crash enabling event rules that differ only by
loglevel type
* Fix: sessiond: incorrect use of exclusions array leads to
crash
* 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
* Fix: lttng remove-trigger -h fails
* Fix: ini parser: truncation of value name
* Fix: truncated len in
lttng_event_rule_user_tracepoint_serialize()
* Sun Jan 29 2023 Dirk Müller <dmueller@suse.com>
- update to 2.13.9:
* 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
* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.13.8
* futex wait: handle spurious futex wakeups
* agent port file was o+w when launching as root
* sessiond: handle empty scheduled rotations
* sessiond: size-based rotations never triggered
* lttng-snapshot: fixed use after free of max size argument
* liblttng-ctl: non-packed structure was used for tracker
serialization
* test: lttng kernel modules were still loaded after running
test_clock_override
* Plug some memory leaks
* Wed May 18 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.13.7:
* See https://git.lttng.org/?p=lttng-tools.git;a=blob_plain;f=ChangeLog;hb=v2.13.7
* Sat Nov 27 2021 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.13.1:
* See https://git.lttng.org/?p=lttng-tools.git;a=blob_plain;f=ChangeLog;hb=v2.13.1
- Rebase lttng-tools-fix-pkgconfig.patch.
- Add ARMv7 and RISC-V to supported architectures.
* Mon Nov 02 2020 Tony Jones <tonyj@suse.com>
- Update to version 2.12.2 (jsc#SLE-16189)
Changelog: https://git.lttng.org/?p=lttng-tools.git;a=blob_plain;f=ChangeLog;hb=v2.12.2
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.11.2:
* See /usr/share/doc/packages/lttng-tools/ChangeLog
- Drop support for old openSUSE versions.
* Wed Nov 14 2018 sor.alexei@meowr.ru
- Update to version 2.10.5:
* Fix: missing context enum values in session xml schema.
* Tests: add session auto-loading test cases.
* Bash completion: ignore namespace for xmllint parsing.
* Typo in ust consumer log message (channek -> channel).
* Fix: use signed variable for refcounting of
consumer_relayd_sock_pair.
* Fix: warning due to hash_key_str() being not const-correct.
* Print consumerd32/64/kernel configuration.
* Fix: calling ht_{hash, match}_enum with wrong argument.
* Fix: probes should be compared strictly by events metadata.
* Fix: test_ust-dl is generated at configure-time.
* Fix: cmd line options overwrite env variable config options.
* Fix: perform the initialization memory barrier out of loop body.
* Port: fix format warnings on Cygwin.
* Add missing include for ssize_t on Cygwin.
* Fix: sessions with agent channels fail to load.
* Fix: don't wait for the load thread before serving client
commands.
* Fix: sessiond fails to launch on --without-ust configuration.
* Fix: agent thread poll set creation failure results in deadlock.
* Fix: test uses sizeof() on the wrong operand of strncpy.
* Fix: ret may be used uninitialized in sample_channel_positions().
- Add gpl-2.0.txt and lgpl-2.1.txt to the library packages with the
%license tag.
* Sun Jun 17 2018 sor.alexei@meowr.ru
- Update to version 2.10.4 (changes since 2.10.2):
* Fix: Set errno with value from SO_ERROR on error.
* Fix: Missing value handling for lttng_event_context_type.
* Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform.
* Fix: Error out on leftover arguments.
* Fix: Reply to version check even on protocol mismatch.
* Fix: Error handling on relay version check.
* Document add-context limitation for started session.
* Fix: add-context cannot be performed after a session has been
started.
* Fix: Duplicated kernel consumer socket locking.
* Fix: Remove unused event types in MI XML schema.
* Tests: Cleanly exit from test apps on reception of SIGTERM.
* Document consumer socket locking assumptions.
* Fix: Consumer socket lock not held during snapshot record.
* Fix: set_relayd_for_snapshot does not acquire the consumer
socket lock.
* Fix: send_channel_monitor_pipe does not take the consumer
socket lock.
* Document the locking assumptions of consumerd-relayd socket
passing.
* Assert that the consumer lock is held while sending FDs to
consumerd.
* Assert that the consumer socket lock is taken during
communication.
* Tests: Refuse to run test suite if lttng processes are present.
* Fix: Metadata channel leak when using the snapshot tracing
mode.
* Fix build: in_git_repo is used before being set.
* Add DBG statement for TCP keep-alive options.
* Fix: Unprivilieged sessiond agent port clashes with root
sessiond.
* Fix: Erroneous use of extern keyword.
* Fix: Failure to launch agent thread is not reported.
* Fix: Agent may not be ready on launch.
* Fix: Checking for existing session daemon is done after
daemonising.
* Fix: lttng logs nanoseconds.
* Fix: stream_per_chan_id_ht should allow duplicates.
* Fix: relayd send_command() util not logging on failure.
* Fix: Create_output_path() relayd util is not
const-correct.
* Fix: Kernel snapshot handling of EAGAIN.
* Fix validate_trace_empty test check.
* Fix: Circular inclusion of lttng.h results in warning.
* Fix: Channel lock must be taken to check for pending
notifications.
* Fix: Quiet option is not set in sessiond-config.
* Fix: Hold consumer socket lock for consumer_send_msg.
* Fix: Use off_t type for lseek function return value to avoid
overflow.
* Fix: Double similar condition.
- Use tarball signing.
/usr/lib64/liblttng-ctl.so.0 /usr/lib64/liblttng-ctl.so.0.0.0 /usr/share/licenses/liblttng-ctl0 /usr/share/licenses/liblttng-ctl0/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 23:04:32 2025