[roll] Roll fuchsia [starnix] Refactor mutable state of Task

Task contains 6 different locks. This makes correctly handling
lock ordering next to impossible. This CL refactors Task to
extract the mutable states inside a single internal struct protected by
a RwLock.

Also, fix a couple of lock order inversion.

Original-Bug: 98243, 98792

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/672422
Original-Revision: de4fa2d5510e6b9634370c0128bbf5bc84046365
GitOrigin-RevId: ce7b244b10efec6e7f2d4dd2e83e1959ddda45f9
Change-Id: I4593ed79dc0dd0e150599485e5fe08a9953c5ca6
1 file changed
tree: ac818244a2fdf1d1408f8f1de956a34d2dd0079b
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.