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: opencontainers/cgroups
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: opencontainers/cgroups
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 18, 2025

  1. ci: bump golangci-lint, golangci-lint-action

    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    ff8803c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. fs2: ignore no device error when reading freezer state

    We can safely ignore the error in the following two common situations:
    1. The cgroup path does not exist at the time of opening(eg: the kernel is too old)
       — indicated by os.IsNotExist.
    2. The cgroup path is deleted during the seek/read operation — indicated by
       errors.Is(err, unix.ENODEV).
    These conditions are expected and do not require special handling.
    
    Unfortunately, the second case was accidentally removed during a code refactoring.
    We should add it back to ensure correct error handling.
    
    Signed-off-by: lifubang <[email protected]>
    lifubang committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    6df7bae View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. fs2: Fix statHugeTlb error when rsvd usage is present

    Signed-off-by: Gavin Lam <[email protected]>
    gavinkflam committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    94067f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Merge pull request #24 from gavinkflam/fix-cg2-hugetlb-stat

    fs2: Fix statHugeTlb error when rsvd usage is present
    kolyshkin authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    bb47798 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from kolyshkin/golangci-lint-v8

    ci: bump golangci-lint, golangci-lint-action
    kolyshkin authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    5766eb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from lifubang/fix-getfreezer-error

    fs2: ignore no device error when reading freezer state
    kolyshkin authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    a3e2ecd View commit details
    Browse the repository at this point in the history
Loading