Skip to content
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

Apply mask to rela->r_addend to get the patching scheme #8186

Merged
merged 3 commits into from
May 21, 2024

Conversation

dezhiAmd
Copy link
Collaborator

Problem solved by the commit

Current code base uses all 32 bit of the "rela->r_addend" as patching scheme. However, according to spec, only lower 4 bit means patching scheme

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

How problem was solved, alternative solutions (if any) and why they were rejected

Apply mask to "rela->r_addend", then store it as patching scheme

Risks (if any) associated the changes in the commit

What has been tested and how, request additional testing if necessary

Documentation impact (if any)

@dezhiAmd dezhiAmd requested a review from stsoe as a code owner May 20, 2024 18:05
@dezhiAmd dezhiAmd requested a review from larry9523 May 20, 2024 18:07
Copy link
Collaborator

@larry9523 larry9523 left a comment

Choose a reason for hiding this comment

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

SNL test passed

@dezhiAmd dezhiAmd requested a review from stsoe May 20, 2024 21:02
@stsoe
Copy link
Collaborator

stsoe commented May 20, 2024

When you get a chance. please run clang-tidy on xrt_module.cpp. There are many errors we need to address.

@stsoe stsoe merged commit c678a94 into Xilinx:master May 21, 2024
17 checks passed
@dezhiAmd dezhiAmd deleted the patchSchemeMask branch August 9, 2024 15:44
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.

3 participants