[roll] Roll fuchsia [starnix] Descendant cgroups should be frozen when parent frozen

Added self state, inherited state and effective state for cgroups
freezer

`self state`: The cgroup's own freezer state as set by the
`cgroup.freeze` file

`inherited state`: Effective freezer state inherited from the parent
cgroup

`effective state`: This considers both the cgroup's self freezer state
as set by the `cgroup.freeze` file and the freezer state of its
ancestors. A cgroup is considered frozen if either itself or any of its
ancestors is frozen.

Original-Bug: b/388081859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1183269
Original-Revision: f905eae43d9376a2dd6a6b9e3741ebe99cc49243
GitOrigin-RevId: 62a632f2f7edb619602b18e807f89ce2b240866d
Change-Id: Ie48f310837302d420e0b4bf19ae094c1dccaa4cd
1 file changed
tree: 2ce44b7be37650821fd5791c23abecf16943f98e
  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.