+
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cri-o/cri-o
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cri-o/cri-o
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.34
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 13 files changed
  • 6 contributors

Commits on Sep 19, 2025

  1. 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>
    sohankunkerkar authored and openshift-cherrypick-robot committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    bbd9d03 View commit details
    Browse the repository at this point in the history
  2. 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
    openshift-merge-bot[bot] authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    941066d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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>
    andreaskaris authored and openshift-cherrypick-robot committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    e294f54 View commit details
    Browse the repository at this point in the history
  2. 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>
    andreaskaris authored and openshift-cherrypick-robot committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    0790633 View commit details
    Browse the repository at this point in the history
  3. 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>
    andreaskaris authored and openshift-cherrypick-robot committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    c2eab18 View commit details
    Browse the repository at this point in the history
  4. HighPerformanceHooks: Defer irqSMPAffinityFile rollback

    Signed-off-by: Andreas Karis <ak.karis@gmail.com>
    andreaskaris authored and openshift-cherrypick-robot committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    7561efe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. version: bump to 1.34.1

    Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
    k8s-release-robot committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    43f6eee View commit details
    Browse the repository at this point in the history
  2. Re-add the --enable-fixed-path removal for gpgme

    We still need to drop that to make gpgme work on various systems.
    
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert authored and openshift-cherrypick-robot committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    1c84c7c View commit details
    Browse the repository at this point in the history
  3. 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
    openshift-merge-bot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    be546a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9483 from cri-o/release-1.34.1

    Bump version to 1.34.1
    openshift-merge-bot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    8e14bff View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. 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
    openshift-merge-bot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    56a0b8b View commit details
    Browse the repository at this point in the history
  2. Fix dependencies check

    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    83172bb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Merge pull request #9492 from saschagrunert/ci-fix

    [1.34] Fix dependencies check
    openshift-merge-bot[bot] authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    06dd866 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Update log formatting in interceptors to use %+v for better readabili…

    …ty of structs
    
    Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
    bitoku authored and openshift-cherrypick-robot committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    6d3fac0 View commit details
    Browse the repository at this point in the history
  2. 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
    openshift-merge-bot[bot] authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    5780ac7 View commit details
    Browse the repository at this point in the history
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载