Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: boot application processors after initializing scheduler #1372

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Conversation

mkroening
Copy link
Member

Without this, an application processor might call scheduler::add_current_core before the boot processor, for example on the GitHub runners with Uhyve.

Fixes #1366

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
@mkroening mkroening requested a review from stlankes August 26, 2024 20:59
@mkroening mkroening marked this pull request as ready for review August 27, 2024 08:15
@stlankes stlankes added this pull request to the merge queue Aug 27, 2024
Merged via the queue into main with commit 2c8bd55 Aug 27, 2024
12 checks passed
@mkroening mkroening deleted the uhyve-smp branch November 7, 2024 16:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Another race condition in SMP CPU bring up
2 participants