Skip to content

Fix racecondition in hypervisor-handler thread #385

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

ludfjig
Copy link
Contributor

@ludfjig ludfjig commented Mar 28, 2025

Fixes #373

Running atomic must be set from the main thread, not the hypervisor-thread itself.
See details of the issue for more info

@ludfjig ludfjig changed the title Fix racecondition in hypervisor-handle Fix racecondition in hypervisor-handler thread Mar 28, 2025
@ludfjig ludfjig added the kind/bugfix For PRs that fix bugs label Mar 28, 2025
…ving finished execution, but in reality it never started

Signed-off-by: Ludvig Liljenberg <[email protected]>
@ludfjig ludfjig force-pushed the fix_mem_cleanup_bug branch from fd44f13 to e3d0fb9 Compare March 28, 2025 23:30
@simongdavies simongdavies merged commit 747aa10 into hyperlight-dev:main Apr 9, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bugfix For PRs that fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Host tries to get ReturnValue after guest cancellation despite memory reset
4 participants