lttng: backport lttng-tools and lttng-ust 2.14.0 to 3.0 - #18604
Open
Ankita Pareek (Ankita13-code) wants to merge 4 commits into
Open
lttng: backport lttng-tools and lttng-ust 2.14.0 to 3.0#18604Ankita Pareek (Ankita13-code) wants to merge 4 commits into
Ankita Pareek (Ankita13-code) wants to merge 4 commits into
Conversation
Backport lttng-tools (2.13.11 -> 2.14.0) and lttng-ust (2.13.6 -> 2.14.0) from the Azure Linux 4.0 branch to enable the per-channel buffer allocation policy (lttng enable-channel --buffer-allocation=per-channel), keeping trace buffer/disk usage independent of CPU count on high-vCPU SKUs. - lttng-tools: bump to 2.14.0; add gcc-c++ BuildRequires (2.14 requires a C++ compiler); require userspace-rcu >= 0.14.0 (already shipped on 3.0); pin lttng-ust to the 2.14 ABI series (>= 2.14.0, < 2.15.0). - lttng-ust: bump to 2.14.0; update source signature. - lttng-consume: Release bump to rebuild against the liblttng-ust-ctl soname change (.so.5 -> .so.6); liblttng-ust.so.1 is unchanged. - cgmanifest.json: update lttng-tools and lttng-ust component entries. Userspace tracing only; no lttng-modules (kernel) dependency. Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
lttng-tools 2.14 fails to compile against userspace-rcu 0.14.0 with 'need typename before std::remove_cv<...>::type' because the C++ URCU_FORCE_CAST macro (used by rcu_dereference) omits 'typename' in a dependent context. Backport the one-line upstream 0.15 fix as a header-only patch. C++-only, no ABI/soname/runtime impact. Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
The previous patch used spaces instead of the tab present in the released tarball's compiler.h, so %autosetup (patch --fuzz=0) rejected the hunk. Regenerate the patch from the source-server tarball to match context exactly. Signed-off-by: Ankita Pareek <ankitapareek@microsoft.com>
Ankita Pareek (Ankita13-code)
marked this pull request as ready for review
August 27, 2026 13:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport lttng-tools (2.13.11 -> 2.14.0) and lttng-ust (2.13.6 -> 2.14.0) from the Azure Linux 4.0 branch to enable the per-channel buffer allocation policy (lttng enable-channel --buffer-allocation=per-channel), keeping trace buffer/disk usage independent of CPU count on high-vCPU SKUs.
Userspace tracing only; no lttng-modules (kernel) dependency.
Buddy build: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1191256&view=results