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: containerd/cgroups
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.4
Choose a base ref
...
head repository: containerd/cgroups
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.5
Choose a head ref
  • 4 commits
  • 1 file changed
  • 4 contributors

Commits on Nov 27, 2024

  1. add InotifyInit err to custom err message

    Signed-off-by: Akhil Mohan <[email protected]>
    akhilerm committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    05bb490 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Merge pull request #355 from akhilerm/return-error-from-inotify

    add InotifyInit err to custom err message
    AkihiroSuda authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d4e976d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. cgroup2: Manager.Delete: handle both "threaded" and "domain threaded"

    commit 6f5001d added special handling
    for threaded cgroup types. A later contribution added detection for
    "domain threaded" as known type, but did not update the handling to
    detect this type.
    
    From the original PR;
    
    > Reading cgroup.procs seems to return ENOTSUPP when threaded, so check
    > the type of the cg when going to delete and read the relevant file.
    
    An alternative could be to check both variants unconditionally, and to
    error if either Manager.Threads or Manager.Procs is non-zero.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    2236eb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Merge pull request #358 from thaJeztah/handle_domain_threaded

    cgroup2: Manager.Delete: handle both "threaded" and "domain threaded"
    fuweid authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    bce3c7e View commit details
    Browse the repository at this point in the history
Loading