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

fix(interrupts): activate interrupt masking on AArch64 #16

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

mkroening
Copy link
Member

Found by @egrimley-arm.

This will fix hermit-os/kernel#846 once it lands in the kernel.

The issue was that ones mask interrupts, not disable them.

Incidentally, the kernel got this right: hermit-os/kernel/src/arch/aarch64/kernel/interrupts.rs#L58-L95

@mkroening
Copy link
Member Author

Does that look good to you, @egrimley-arm?

Thank you again for getting to the bottom of this.

src/interrupts.rs Outdated Show resolved Hide resolved
Co-authored-by: Edmund Grimley Evans <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
@mkroening mkroening added this pull request to the merge queue Sep 6, 2023
Merged via the queue into main with commit 87fe758 Sep 6, 2023
10 checks passed
@mkroening mkroening deleted the aarch64-interrupts branch September 6, 2023 11:04
mkroening added a commit to mkroening/libhermit-rs that referenced this pull request Sep 6, 2023
This should fix deadlocks by updating hermit-sync to 0.1.4 (hermit-os/hermit-sync#16).

Signed-off-by: Martin Kröning <[email protected]>
mkroening added a commit to mkroening/libhermit-rs that referenced this pull request Sep 6, 2023
This should fix deadlocks by updating hermit-sync to 0.1.4 (hermit-os/hermit-sync#16).

Signed-off-by: Martin Kröning <[email protected]>
stlankes pushed a commit to stlankes/kernel that referenced this pull request Jul 22, 2024
This should fix deadlocks by updating hermit-sync to 0.1.4 (hermit-os/hermit-sync#16).

Signed-off-by: Martin Kröning <[email protected]>
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.

Async Tasks: already borrowed
2 participants