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

🐛 fixing some LR/SC design flaws #654

Merged
merged 9 commits into from
Jul 26, 2023
Merged

🐛 fixing some LR/SC design flaws #654

merged 9 commits into from
Jul 26, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jul 24, 2023

  • SC instructions did not check if the access actually matches the reservation's address (region)
  • if a LR instruction is followed by another LR instruction the latter ones overrides the reservation set of the former one

@stnolting stnolting added bug Something isn't working HW hardware-related labels Jul 24, 2023
@stnolting stnolting self-assigned this Jul 24, 2023
@stnolting stnolting marked this pull request as ready for review July 24, 2023 21:16
@stnolting stnolting marked this pull request as draft July 25, 2023 05:44
@stnolting stnolting marked this pull request as ready for review July 25, 2023 19:04
CHANGELOG.md Outdated Show resolved Hide resolved
stnolting and others added 4 commits July 26, 2023 17:46
Co-authored-by: NikLeberg <39563554+NikLeberg@users.noreply.github.com>
Signed-off-by: stnolting <stnolting@gmail.com>
add function to invalidate (all) reservations
@stnolting stnolting merged commit 1d5e198 into main Jul 26, 2023
8 checks passed
@stnolting stnolting deleted the lrsc_fixes branch July 26, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants