-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: cri-o/cri-o
base: main
head repository: cri-o/cri-o
compare: release-1.34
- 15 commits
- 13 files changed
- 6 contributors
Commits on Sep 19, 2025
-
server: Fix network cleanup failures when NetNS path is empty
Fixes an issue where empty network namespace paths cause CNI teardown failures, preventing pod deletion and creating stuck pods. This happens when infra containers die, leaving NetNsPath() returning empty strings that CNI plugins cannot handle. The failure cascade: dead infra container → empty NetNS → CNI failure → StopPodSandbox failure → stuck pod → systemd cgroup conflicts → new pod creation failures. Observed in MicroShift environments. Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbd9d03 - Browse repository at this point
Copy the full SHA bbd9d03View commit details -
Merge pull request #9471 from openshift-cherrypick-robot/cherry-pick-…
…9410-to-release-1.34 [release-1.34] server: Fix network cleanup failures when NetNS path is empty
Configuration menu - View commit details
-
Copy full SHA for 941066d - Browse repository at this point
Copy the full SHA 941066dView commit details
Commits on Sep 30, 2025
-
HighPerformanceHooks: Make locks atomic for irq SMP affinity
A prior patch addressing race conditions in this code section was incomplete as it used 2 different locks for irqbalance and irq SMP affinity files. This still allowed for a race condition wrt irqbalance configuration. This fix addresses this issue by using a single lock and by making the entire change atomic. Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e294f54 - Browse repository at this point
Copy the full SHA e294f54View commit details -
HighPerformanceHooks: Add mock infra for command and system unit tests
Add unit tests for irq smp affinity settings. In order to do so, add service and command manager structures that can be mocked. Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0790633 - Browse repository at this point
Copy the full SHA 0790633View commit details -
HighPerformanceHooks: Move IRQ balancing to PostStop hook
Having IRQ balancing logic inside the PreStop hook can cause issues with ordering (possibility to hit sequence container add, replacement container add, container stop). Moving the same logic into PostStop will guarantee correct ordering. Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c2eab18 - Browse repository at this point
Copy the full SHA c2eab18View commit details -
HighPerformanceHooks: Defer irqSMPAffinityFile rollback
Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7561efe - Browse repository at this point
Copy the full SHA 7561efeView commit details
Commits on Oct 1, 2025
-
Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 43f6eee - Browse repository at this point
Copy the full SHA 43f6eeeView commit details -
Re-add the
--enable-fixed-path
removal for gpgmeWe still need to drop that to make gpgme work on various systems. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1c84c7c - Browse repository at this point
Copy the full SHA 1c84c7cView commit details -
Merge pull request #9487 from openshift-cherrypick-robot/cherry-pick-…
…9479-to-release-1.34 [release-1.34] Re-add the `--enable-fixed-path` removal for gpgme
Configuration menu - View commit details
-
Copy full SHA for be546a9 - Browse repository at this point
Copy the full SHA be546a9View commit details -
Merge pull request #9483 from cri-o/release-1.34.1
Bump version to 1.34.1
Configuration menu - View commit details
-
Copy full SHA for 8e14bff - Browse repository at this point
Copy the full SHA 8e14bffView commit details
Commits on Oct 2, 2025
-
Merge pull request #9481 from openshift-cherrypick-robot/cherry-pick-…
…9405-to-release-1.34 [release-1.34] : OCPBUGS-59403: HighPerformanceHooks: Atomic locking and fix container replacement race conditions
Configuration menu - View commit details
-
Copy full SHA for 56a0b8b - Browse repository at this point
Copy the full SHA 56a0b8bView commit details -
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 83172bb - Browse repository at this point
Copy the full SHA 83172bbView commit details
Commits on Oct 3, 2025
-
Merge pull request #9492 from saschagrunert/ci-fix
[1.34] Fix dependencies check
Configuration menu - View commit details
-
Copy full SHA for 06dd866 - Browse repository at this point
Copy the full SHA 06dd866View commit details
Commits on Oct 7, 2025
-
Update log formatting in interceptors to use %+v for better readabili…
…ty of structs Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6d3fac0 - Browse repository at this point
Copy the full SHA 6d3fac0View commit details -
Merge pull request #9503 from openshift-cherrypick-robot/cherry-pick-…
…9501-to-release-1.34 [release-1.34] Update log formatting in interceptors to use %+v
Configuration menu - View commit details
-
Copy full SHA for 5780ac7 - Browse repository at this point
Copy the full SHA 5780ac7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release-1.34