Skip to content
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

Backport of cgroups: refactor v2 kill path to use cgroups.kill interface file into release/1.3.x #14396

Merged
merged 1 commit into from
Aug 30, 2022

Commits on Aug 30, 2022

  1. cgroups: refactor v2 kill path to use cgroups.kill interface file

    This PR refactors the cgroups v2 group kill code path to use the
    cgroups.kill interface file for destroying the cgroup. Previously
    we copied the freeze + sigkill + unfreeze pattern from the v1 code,
    but v2 provides a more efficient and more race-free way to handle
    this.
    
    Closes #14371
    shoenig committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a9447e2 View commit details
    Browse the repository at this point in the history