Skip to content

[1.2] Retry direct unix package calls if observing EINTR #4650

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
Feb 27, 2025

Conversation

kolyshkin
Copy link
Contributor

This is a backport of #4637 to release-1.2.


Retry Recvfrom, Sendmsg, Readmsg, and Read as they can return EINTR.

(cherry picked from commit 28475f1)

Retry Recvfrom, Sendmsg, Readmsg, and Read as they can return EINTR.

Signed-off-by: Evan Phoenix <evan@phx.io>
(cherry picked from commit 28475f1)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin kolyshkin added this to the 1.2.6 milestone Feb 26, 2025
@kolyshkin kolyshkin added the backport/1.2-pr A backport PR to release-1.2 label Feb 26, 2025
@evanphx
Copy link
Contributor

evanphx commented Feb 26, 2025

@kolyshkin Thanks for backporting this!

@cyphar cyphar merged commit 58c8c81 into opencontainers:release-1.2 Feb 27, 2025
40 checks passed
@rata rata mentioned this pull request Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.2-pr A backport PR to release-1.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants