-
Notifications
You must be signed in to change notification settings - Fork 3.7k
update runc to 2b18fe1d885ee5083ef9f0838fee39b62d653e30 #3081
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
Conversation
This includes an improved fix for CVE-2019-5736 to reduce the increased memory-consumption introduced by the original patch, RHEL 7.6 getting into a loop due to a kernel bug in those kernels, and improve compatibility with older kernels. changes included: - opencontainers/runc#1973 Vendor opencontainers/runtime-spec 29686dbc - opencontainers/runc#1978 Remove detection for scope properties, which have always been broken - opencontainers/runc#1963 Vendor in go-criu and use it for CRIU's RPC definition - opencontainers/runc#1995 exec: expose --preserve-fds - opencontainers/runc#2000 fix preserve-fds flag may cause runc hang - opencontainers/runc#1968 Create bind mount mountpoints during restore - opencontainers/runc#1984 nsenter: cloned_binary: "memfd" cleanups Signed-off-by: Sebastiaan van Stijn <[email protected]>
ping @kolyshkin ptal |
Note that those changes are in the runc binary (not the vendored code), but the runc version guidelines in this repository describe that the binary should have the same version as is used in |
Codecov Report
@@ Coverage Diff @@
## master #3081 +/- ##
=======================================
Coverage 43.54% 43.54%
=======================================
Files 103 103
Lines 11015 11015
=======================================
Hits 4796 4796
Misses 5483 5483
Partials 736 736
Continue to review full report at Codecov.
|
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.
LGTM
LGTM |
Needs to be cherry picked to 1.2 |
yup, working on that (1.1 also uses the same version, so I'll pick it there as well) |
ok, thanks |
full diff: opencontainers/runc@6635b4f...2b18fe1
This includes an improved fix for CVE-2019-5736 to reduce the
increased memory-consumption introduced by the original patch,
RHEL 7.6 getting into a loop due to a kernel bug in those kernels,
and improve compatibility with older kernels.
changes included:
Signed-off-by: Sebastiaan van Stijn [email protected]