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

Lock goroutine to OS thread while changing NS #1910

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

cpuguy83
Copy link
Member

Prevents an issue where the goroutine may jump to a new OS thread during
execution putting it into a mount/network NS that is unexpected.

Prevents an issue where the goroutine may jump to a new OS thread during
execution putting it into a mount/network NS that is unexpected.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@mavenugo
Copy link
Contributor

Thanks @cpuguy83 . LGTM.

@fcrisciani
Copy link

LGTM

@fcrisciani fcrisciani merged commit fb9c091 into moby:release/v0.9 Aug 16, 2017
@cpuguy83 cpuguy83 deleted the fix_missing_lockosthread branch August 16, 2017 16:05
@fcrisciani
Copy link

@cpuguy83 oh just noticed that this is on the v0.9 branch, can you also create a PR for master?

@cpuguy83
Copy link
Member Author

Yep, sorry I should have done that one first.
#1911

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.

3 participants