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 #1911

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.

Signed-off-by: Brian Goff cpuguy83@gmail.com
(cherry picked from commit 65bb58f)
Signed-off-by: Brian Goff cpuguy83@gmail.com

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>
(cherry picked from commit 65bb58f)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Copy link

@fcrisciani fcrisciani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mavenugo
Copy link
Contributor

LGTM

@mavenugo mavenugo merged commit 5b28c0e into moby:master Aug 16, 2017
@cpuguy83 cpuguy83 deleted the fix_missing_lockosthread_master branch August 16, 2017 21:00
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.

None yet

3 participants