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

hrt_ioctl: Fix issue with SMP #867

Closed
wants to merge 1 commit into from
Closed

hrt_ioctl: Fix issue with SMP #867

wants to merge 1 commit into from

Conversation

pussuw
Copy link

@pussuw pussuw commented Jan 10, 2025

The interrupt handler needs to take the spinlock as well, as another CPU can be futzing around with the lists when another CPU takes the HRT trap.

The interrupt handler needs to take the spinlock as well, as another
CPU can be futzing around with the lists when another CPU takes the
HRT trap.
@pussuw pussuw requested a review from jlaitine January 10, 2025 13:10
@jlaitine
Copy link

I modified the patch and pushed on top of this PR: #866

@pussuw
Copy link
Author

pussuw commented Jan 10, 2025

Thanks, closing this

@pussuw pussuw closed this Jan 10, 2025
@pussuw pussuw deleted the hrt_ioctl_smp_fix branch January 10, 2025 13:40
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