[release/1.7] go.{mod,sum}: update NRI dependency, fixing a potential fd double close error.#9783
Merged
fuweid merged 1 commit intocontainerd:release/1.7from Feb 8, 2024
Conversation
Member
Author
dmcgowan
previously approved these changes
Feb 7, 2024
Member
|
Run |
Pull in latest NRI fixing a potential fd double close error. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
6bb7e5c to
d3e9975
Compare
Member
Author
Forgot to commit |
dmcgowan
approved these changes
Feb 8, 2024
fuweid
approved these changes
Feb 8, 2024
Contributor
|
Do we already have a timeframe for the next 1.7 release ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update our NRI dependency. This fixes a potential fd double close bug (found and fixed by @champtar), occasionally seen in the wild when running with runtime-launched NRI plugins in place, and the node under high I/O load (for instance system boot).
This PR is a backport of #9743 to the release-1.7 branch.
Fixes #8860 in the release-1.7 branch.