[roll] Roll fuchsia [starnix][cgroup] Store cgroup v2 fs on Expando.

Unlike v1, cgroup v2 has only single hierarchy. Moved to store `Cgroup2Fs`
on Expando so that it can be reused. `CgroupV2Fs` no longer keeps its
own `CgroupRoot` as it now lives on the Kernel.

Made `ScopedTempDir` movable but not copyable, which fixes the problem
where a new temp directory is created when it is implicitly copied (e.g.
when a `vector<ScopedTempDir>` is resized).

Original-Bug: 389748287
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1215565
Original-Revision: 78d99928851cf6998694e8f41cf7d6dcb995cf92
GitOrigin-RevId: 6563d1e79a6d66904d87211be3905a6cb83323cc
Change-Id: Id420a351958ebdace88001cbb9d2d07707e1d949
1 file changed
tree: 3eb90e99814bd2c1e5a5c5b10ee0ab094d4dd8bf
  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.