Libunwind Repository Update from jrmadsen/libunwind.git to libunwind/libunwind.git#20
Draft
anujshuk-amd wants to merge 20 commits intotimemfrom
Draft
Libunwind Repository Update from jrmadsen/libunwind.git to libunwind/libunwind.git#20anujshuk-amd wants to merge 20 commits intotimemfrom
anujshuk-amd wants to merge 20 commits intotimemfrom
Conversation
Fixed a bug in processing command line parameters
…ction not being called when a default is defined (#3)
Invalid RPATH used for libunwind properties. Failing RPM generations and rpath check on RHEL 10. --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Update submodule to ROCm/GOTCHA@c04cc3f (v1.0.8 +). Now points to the ROCm fork of GOTCHA
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Exclude perf_event_uncore events from evaluation * Change1: Optimization and cleaner code fixes
Fallback to use `patchelf`, if `chrpath` is not present. Change some logging from "WARNING"s to "AUTHOR_WARNING"s. Signed-off-by: David Galiffi <David.Galiffi@amd.com>
anujshuk-amd
pushed a commit
to ROCm/rocm-systems
that referenced
this pull request
Jan 8, 2026
References: ROCm/timemory#20 Commit: d6ab91ac4e24a83abc2c913a2b7c4376188b4037
1 task
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.
Used by ROCm/rocm-systems#2433
Later will remove this
Motivation
Libunwind Repository Update
Previous Configuration:
Repository: https://github.com/jrmadsen/libunwind.git
Branch: master
Type: Fork/personal repository
Updated Configuration:
Repository: https://github.com/libunwind/libunwind.git
Branch: v1.8-stable
Type: Official upstream repository
Key Changes:
Migration from fork to official repository: Switched from a personal fork (jrmadsen/libunwind) to the official libunwind project repository
Stable release branch: Using v1.8-stable branch instead of master for more stable, production-ready code
Better maintenance: Official repository provides:
Regular security updates
Community-reviewed patches
Long-term support for stable releases
Better compatibility across platforms