-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[1.33][4.20] OCPBUGS-59321: HighPerformanceHooks: Fix IRQ SMP affinity race conditions #9349
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
[1.33][4.20] OCPBUGS-59321: HighPerformanceHooks: Fix IRQ SMP affinity race conditions #9349
Conversation
Cherry-pick of: - Merge pull request cri-o#9228 from andreaskaris/issue9227 The original 6 commits merged but were not squashed together, therefore doing this here on the downstream cherry-pick. (cherry picked from commit 3dce7d8) Signed-off-by: Andreas Karis <ak.karis@gmail.com> Reported-at: https://issues.redhat.com/browse/OCPBUGS-59321
@andreaskaris: This pull request references Jira Issue OCPBUGS-59321, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
Hi @andreaskaris. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.33 #9349 +/- ##
================================================
+ Coverage 47.40% 47.98% +0.57%
================================================
Files 163 163
Lines 24103 24114 +11
================================================
+ Hits 11427 11571 +144
+ Misses 11556 11402 -154
- Partials 1120 1141 +21 🚀 New features to boost your workflow:
|
/jira refresh |
@andreaskaris: This pull request references Jira Issue OCPBUGS-59321, which is valid. The bug has been moved to the POST state. 5 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: lyman9966. Note that only cri-o members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
/cherry-pick release-1.32 |
@andreaskaris: only cri-o org members may request cherry picks. If you are already part of the org, make sure to change your membership to public. Otherwise you can still do the cherry-pick manually. 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-sigs/prow repository. |
/ok-to-test |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreaskaris, sohankunkerkar 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 |
@andreaskaris: Jira Issue OCPBUGS-59321: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-59321 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 openshift-eng/jira-lifecycle-plugin repository. |
Cherry-pick of:
(cherry picked from commit 3dce7d8)
Reported-at: https://issues.redhat.com/browse/OCPBUGS-59321
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
The same as for the change to
main
, I ran a smoke test for sanity checking:I ran my smoke test on a VM with 14 CPUs where I first installed the entire stack with kubeadm.
Dependencies:
/etc/crio/crio.conf.d/99-runtimes.conf
I then stopped the crio service, started the compiled crio in foreground
make binaries && bin/crio
, and ran this smoke test:smoke.sh
pod.yaml
Does this PR introduce a user-facing change?