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

agent: s390x statfs constants #1561

Merged
merged 2 commits into from Apr 6, 2021

Commits on Mar 29, 2021

  1. agent: Update cgroups-rs to 0.2.5

    to pull in the chain of rust-lang/libc#1999,
    nix-rust/nix#1372, and
    kata-containers/cgroups-rs#38. This adds statfs
    constants on s390x. cgroups-rs 0.2.4 also contains this fix, but let's
    move to the latest 0.2.5 right away.
    
    Fixes: kata-containers#1204
    
    Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
    Jakob-Naucke committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5b7c8b7 View commit details
    Browse the repository at this point in the history
  2. agent: Fix type for PROC_SUPER_MAGIC on s390x

    statfs f_types are long on most architectures, but not on s390x, where
    they are uint. Following the fix in rust-lang/libc at
    rust-lang/libc#1999, the custom defined
    PROC_SUPER_MAGIC must be updated in a similar way.
    
    Fixes: kata-containers#1204
    
    Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
    Jakob-Naucke committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    52a276f View commit details
    Browse the repository at this point in the history