commit | 873011351879f116c560d3cbb6fdb47873bec9ec | [log] [tgz] |
---|---|---|
author | David Song <wintermelons@fuchsia.infra.roller.google.com> | Tue Jan 14 15:38:17 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 14 15:40:00 2025 -0800 |
tree | b459c2b0c282444d4041baf54dcd45a295ec6109 | |
parent | 5e230145338a45ce57eaa0270080fc9a14d69130 [diff] |
[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
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
.