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

riscv/pgmap: Fix bug in kernel page directory init #250

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

pussuw
Copy link

@pussuw pussuw commented May 2, 2024

Summary

The L2 table was not connected -> results in random crashes. Also add missing data sync barrier to the end.

Impact

Fix a bug in RISC-V

Testing

MPFS

The L2 table was not connected -> results in random crashes. Also add
missing data sync barrier to the end.
@pussuw pussuw requested a review from jlaitine May 6, 2024 10:54
@pussuw pussuw merged commit 0005364 into master May 7, 2024
11 checks passed
@pussuw pussuw deleted the kmap_fix branch May 7, 2024 04:52
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