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

i#3556 w^x: Handle fork races #3659

Merged
merged 3 commits into from
May 30, 2019
Merged

i#3556 w^x: Handle fork races #3659

merged 3 commits into from
May 30, 2019

Conversation

derekbruening
Copy link
Contributor

Changes how fork is handled to avoid races. Now the parent makes an
anonymous private temporary copy of vmcode pre-fork, freeing it
post-fork. The child sets up its new mappings from the temporary
copy, avoiding any issues with copying the parent's live data.

Adds a sanity fork regression test.

Issue: #3556

Changes how fork is handled to avoid races.  Now the parent makes an
anonymous private temporary copy of vmcode pre-fork, freeing it
post-fork.  The child sets up its new mappings from the temporary
copy, avoiding any issues with copying the parent's live data.

Adds a sanity fork regression test.

Issue: #3556
@derekbruening derekbruening merged commit ed18144 into master May 30, 2019
@derekbruening derekbruening deleted the i3556-fork branch May 30, 2019 19:34
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.

1 participant