commit | 559f4dc3f062fd3bacb82857f9063e4c2e6acd9b | [log] [tgz] |
---|---|---|
author | Benjamin Lerman <qsr@fuchsia.infra.roller.google.com> | Fri Apr 11 08:54:09 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 11 08:56:09 2025 -0700 |
tree | 41107d7690fc1e4e874a9180c8109cc4d3ff2561 | |
parent | fae9aa8781f013ab9d8d64eb6473d9c1b5c4d30f [diff] |
[roll] Roll fuchsia [starnix] Fix race in thread and task release When a Task was released, its WeakRef could not be updated anymore, while the TheadGroup that was owning it was not updated yet and could still be accessed through the pid table. This ended up creating ThreadGroup with no available task in. This change the Task release to require a lock to the pid table. It ensures that while holding the lock to the pid table, any thread group read from it will have at least one active task. Original-Fixed: b/409478205, b/409425986 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247587 Original-Revision: 0aff63b1bd53835279050b68fc14d7299d033095 GitOrigin-RevId: 28a23043e0a9934a2dd06f33c17787ae39940112 Change-Id: I0a0b1e285bfd7d28f4f0ccd7d94e3114ae4bfa18
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
.