-
Notifications
You must be signed in to change notification settings - Fork 107
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
[release-4.8] Bug 1998391: UPSTREAM: 104530: [1.21] bump runc to 1.0.2 #912
[release-4.8] Bug 1998391: UPSTREAM: 104530: [1.21] bump runc to 1.0.2 #912
Conversation
@kolyshkin: No Bugzilla bug is referenced in the title of this pull request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@kolyshkin: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
|
(cherry picked from commit ff2c614) [kolyshkin: run ./hack/update-vendor.sh] Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Manual port of upstream commit 981b7fc. This is how I did it (roughly): # 1. Check what part of lint-dependencies to ignore. hack/lint-dependencies.sh # Ignored this: # hack/pin-dependency.sh github.com/go-bindata/go-bindata v3.1.2+incompatible # hack/pin-dependency.sh github.com/google/cadvisor v0.39.0 # hack/pin-dependency.sh github.com/imdario/mergo v0.3.7 # hack/pin-dependency.sh github.com/mattn/go-colorable v0.1.2 # hack/pin-dependency.sh github.com/openshift/build-machinery-go v0.0.0-20210423112049-9415d7ebd33e # hack/pin-dependency.sh github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142 # hack/pin-dependency.sh github.com/openshift/library-go v0.0.0-20210521084623-7392ea9b02ca # hack/pin-dependency.sh github.com/robfig/cron v1.2.0 # hack/pin-dependency.sh go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df # hack/pin-dependency.sh k8s.io/component-base v0.21.1 # 2. Update runc and its deps. hack/pin-dependency.sh github.com/opencontainers/runc v1.0.1 hack/pin-dependency.sh github.com/cilium/ebpf v0.6.2 hack/pin-dependency.sh github.com/opencontainers/selinux v1.8.2 hack/pin-dependency.sh github.com/sirupsen/logrus v1.8.1 hack/pin-dependency.sh google.golang.org/protobuf v1.26.0 hack/pin-dependency.sh github.com/golang/protobuf v1.5.0 hack/pin-dependency.sh github.com/google/go-cmp v0.5.5 GO111MODULE=on go mod edit -dropreplace github.com/checkpoint-restore/go-criu/v4 GO111MODULE=on go mod edit -dropreplace github.com/willf/bitset # 3. Update vendor. hack/update-vendor.sh # 4. Recheck everything. hack/lint-dependencies.sh hack/update-internal-modules.sh # 5. Add everything. git add vendor staging Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This is a knob added by runc 1.0.2 specifically for kubernetes, which tells runc/libcontainer/cgroups/systemd v1 manager to not freeze the cgroup in Set(). We set this knob here because this code is only used for pods (rather than containers) management, and in this place we create or update the pod cgroup with no device limits set, so we can skip the freeze. If this knob is not set, libcontainer's cgroup v1 manager tries to figure out whether the freeze is needed or not, but it's a somewhat expensive check to perform, thus the knob is a shortcut. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
18f2dfe
to
d31ba0f
Compare
@kolyshkin: the contents of this pull request could not be automatically validated. The following commits are valid:
The following commits could not be validated and must be approved by a top-level approver:
|
/retitle [release-4.8] Bug 1998391: UPSTREAM: 104530: [1.21] bump runc to 1.0.2 |
@kolyshkin: This pull request references Bugzilla bug 1998391, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@nee1esh: This pull request references Bugzilla bug 1998391, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@nee1esh: This pull request references Bugzilla bug 1998391, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest-required |
This is now merged but I don't know how to ask the bot to re-validate it :-\ |
/retest |
/bugzilla refresh |
@kolyshkin: This pull request references Bugzilla bug 1998391, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@nee1esh: This pull request references Bugzilla bug 1998391, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@nee1esh: This pull request references Bugzilla bug 1998391, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (schoudha@redhat.com), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kolyshkin, rphillips, sttts The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[patch-manager] 🚀 Approved for z-stream by score: 1.00 adding cherry-pick approved |
@kolyshkin: All pull requests linked via external trackers have merged: Bugzilla bug 1998391 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Manual port of kubernetes#104530 to release-4.8 branch. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1993980.
Same as #910 but for 4.8.