[roll] Roll fuchsia [starnix][kernel] Drop mpsc channel used for task init

This mpsc shows up on heap profiles of the Starnix kernel, using 4.8% of
total Starnix memory. However, we can drop the channel immediately after
we receive the TaskBuilder object, freeing up this memory.

Original-Fixed: b/383759997
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172740
Original-Revision: f174f8b69e78b0e8fad40f74937356bf6b904a75
GitOrigin-RevId: 243e9a02e36a25f6c3e28942f0dc9f43b8e4e5a2
Change-Id: I066ec39dee9d10f6a03a7c5011c5baf486c48dea
1 file changed
tree: 433df387ac9d6ae064875fd8a7f22ac63bd42abb
  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.