[roll] Roll fuchsia Revert "[starnix] Fix race in thread and task release"

This reverts commit 0aff63b1bd53835279050b68fc14d7299d033095.

Reason for revert: b/409850403

Original change's description:
> [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
>
> Change-Id: Iae8660f3501adf82037132a1c296110eb73855d4
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247587
> Reviewed-by: Kevin Lindkvist <lindkvist@google.com>
> Fuchsia-Auto-Submit: Benjamin Lerman <qsr@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250844
Original-Revision: 27245d12f452491e0b92f1692a7fa56c4bb2c4b4
GitOrigin-RevId: 7275ef08ba0011026dac08a75b29216e6b57fb39
Change-Id: I8cab7c97a2fe15268f9e085c9eb57f57ed31d89d
1 file changed
tree: 52fb1c9c5660e7c4195aba9faf9550cdfe26ee36
  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.