-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix fd leaks and detect them as comprehensively as possible #5026
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
fix fd leaks and detect them as comprehensively as possible #5026
Conversation
3cb900b to
f906fd3
Compare
c3ecaea to
9b8549e
Compare
9b8549e to
4c4376a
Compare
4c4376a to
0127cc6
Compare
Co-authored-by: Aleksa Sarai <[email protected]> Signed-off-by: lifubang <[email protected]>
Signed-off-by: lifubang <[email protected]>
Signed-off-by: lifubang <[email protected]>
Signed-off-by: lifubang <[email protected]>
Signed-off-by: lifubang <[email protected]>
67f15f8 to
d870650
Compare
|
@opencontainers/runc-maintainers PTAL -- I’d like to propose cutting releases for v1.2.9, v1.3.4, and v1.4.0 this week. Please let me know if there are any concerns or blockers. |
|
Yeah this is the only blocker left for those releases, it'd be nice to get it done this week... |
| github.com/containerd/console v1.0.5 | ||
| github.com/coreos/go-systemd/v22 v22.6.0 | ||
| github.com/cyphar/filepath-securejoin v0.6.0 | ||
| github.com/cyphar/filepath-securejoin v0.6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be bumped up by dependabot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I closed the Dependabot bump PR because we need these two PRs to fix #5021.
Fix: #5021
Fix: #5007
Close: #5022
Close: #5024
Close: #5015
Without deferring the closure of this file descriptor, starting a container with a very large number of devices can hit the
RLIMIT_NOFILElimit.