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

[20.10 backport] Ignore SIGURG on Linux. #2960

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

thaJeztah
Copy link
Member

backport of #2929

In go1.14+, SIGURG is used by the runtime to handle preemtable system
calls.
In practice this signal is caught frequently.

For reference:

https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
golang/go#37942

In go1.14+, SIGURG is used by the runtime to handle preemtable system
calls.
In practice this signal caught *frequently*.

For reference:

https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
golang/go#37942

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit fff164c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 20.10.4 milestone Feb 4, 2021
@thaJeztah
Copy link
Member Author

@silvin-lubecki @cpuguy83 ptal

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

Codecov Report

Merging #2960 (3c87f01) into 20.10 (48d30b5) will increase coverage by 0.06%.
The diff coverage is 78.57%.

@@            Coverage Diff             @@
##            20.10    #2960      +/-   ##
==========================================
+ Coverage   57.02%   57.08%   +0.06%     
==========================================
  Files         297      299       +2     
  Lines       18666    18676      +10     
==========================================
+ Hits        10644    10661      +17     
+ Misses       7157     7149       -8     
- Partials      865      866       +1     

@cpuguy83 cpuguy83 merged commit 41b3ea7 into docker:20.10 Feb 4, 2021
@thaJeztah thaJeztah deleted the 20.10_backport_ignore_sigurg branch February 4, 2021 15:40
kaosagnt added a commit to kaosagnt/boot2docker-xfs-ng that referenced this pull request Mar 3, 2021
Revert docker/cli#2960 to fix hanging in docker start --attach and remove
spurious “Unsupported signal: . Discarding." messages
[docker/cli#2987](docker/cli#2987)
kaosagnt added a commit to kaosagnt/toolbox2docker that referenced this pull request Mar 3, 2021
https://docs.docker.com/engine/release-notes/

2021-03-02 Client
Revert docker/cli#2960 to fix hanging in docker start --attach and
remove spurious “Unsupported signal: . Discarding." messages docker/cli#2987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants