Skip to content

lib: refactor logic for adding custom_root to decoded registers #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025

Conversation

jlrivasp
Copy link
Contributor

@jlrivasp jlrivasp commented May 8, 2025

This patch refactors the logic that adds a custom root path to the decoded Crash Log record.
With this change it doesn't matter which type of decoder was executed, it could be the generic record or the core decoder, the specific root path will by applied if the record contains the needed data for the custom root path or if the data is part of the context of the record.

This patch refactors the logic that adds a custom root path to the
decoded Crash Log record.
With this change it doesn't matter which type of decoder was executed,
it could be the generic record or the core decoder, the specific root
path will by applied if the record contains the needed data for the
custom root path or if the data is part of the context of the record.

Signed-off-by: Rivas Paz, Jose L <jose.l.rivas.paz@intel.com>
@jlrivasp jlrivasp requested a review from psurply May 8, 2025 21:12
Copy link
Contributor

@psurply psurply left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

@psurply psurply merged commit ca76130 into intel:main May 9, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants