[roll] Roll fuchsia [starnix][cgroup] add_process takes TempRef<ThreadGroup> instead of WeakRef

We need TempRef to freeze the tasks of a newly added process if the
cgroup is frozen. We already upgrade the ThreadGroup to check that it is
alive, but previously we downgrade then upgrade again if we need to
freeze it. Pass in a TempRef directly to avoid the unnecessary
downgrade/upgrade.

Also remove freeze_process as it is no longer needed.

Original-Bug: 388081859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1187812
Original-Revision: 623ae5ba9a854850a400cf6e9f40a35ddfd7c415
GitOrigin-RevId: e6cb718ce89bbb51a7ef38ed9079a0539ef0eb01
Change-Id: Ic04a0dbc4654a75b48ef92f6667f8ec507e3ed3b
1 file changed
tree: b459c2b0c282444d4041baf54dcd45a295ec6109
  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.