[roll] Roll fuchsia [starnix] Remove CurrentTask thread-local.

This thread-local was only used to release a remote binder
process when it was complete.

It turns out that none of the binder-related release functions
actually need a (Current)Task, they all bottom out in releasers
that can either take no context or end up looking up the needed
context from the Kernel.

Refactors these releasers to take either () or &Kernel depending
on their needs, which allows us to remove `with_current_task`
and the associated thread-local.

Original-Bug: 295073633
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1045607
Original-Revision: 08f0e4313afe6446c1ade9302853c6a6c9f8a2f1
GitOrigin-RevId: f6b54799ba4d2432c9d5e0e4379fc1b8c311166c
Change-Id: I4c03a6c3fe38d41ef297b45da8efc6e75f3846c0
1 file changed
tree: 429ffed4550f6a9f5699cd4d045b9790d4f09d01
  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 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.