[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
1 file changed
tree: 22dccce84ae6316fb93143d52ef1abadf1dde663
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.