commit | db7b3f21982239e82f6f8ab28b5270bdb66891dd | [log] [tgz] |
---|---|---|
author | David Song <wintermelons@fuchsia.infra.roller.google.com> | Thu Oct 24 18:02:03 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 24 11:05:45 2024 -0700 |
tree | 22dccce84ae6316fb93143d52ef1abadf1dde663 | |
parent | 9c84bebb98f1e1278d12c08e474d0ed9de43e1fb [diff] |
[roll] Roll fuchsia [starnix][cgroup] Create CgroupV1 and CgroupV2 filesystems `cgroup` and `cgroup2` are now mountable filesystems. `cpuset` is also mountable, as it is a CgroupV1 filesystem on Linux. Most of Cgroup functionality continues to be stubbed out. `cgroup.controllers` interface file is lookup-able to pass LTP tests. - Moved fs/sysfs/cgroup.rs to Starnix module. - Replaced /sys/fs/cgroup with empty directory. The /sys/fs/ directory is readonly, so we need to define a directory so that mounts can succeed. - Make "cgroup.controllers" accessible from every cgroup directory. This is needed to pass LTP tests. - Expect fail on LTP tests that now progress further because it found cgroups via /proc/self/mounts. Original-Bug: 373898293 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1139553 Original-Revision: 3ba90030637382c92b4231fc5a66afd309d8a941 GitOrigin-RevId: 0d98720ecea4a3435fd736b3eee1a983d2b9d8cd Change-Id: I60dbd9ffabead72d549239ace3c4462041b4af3c
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.