[roll] Roll fuchsia [starnix] Add kthreadd into Kernel

Previously, the `system_task` was held by the `Container` outside the
`Kernel` object. This CL moves the `system_task` into the `Kernel`
object and combines the related `ehandle` and `thread_pool` into a
common `KernelThreads` object.

This approach more closely matches what we can observe from Linux, which
has a `kthreadd` process as pid 2. This change also makes the
`system_task` machinery work properly on unit tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/857782
Original-Revision: b4c1e99fecf00bb8b41d801e549025c81eed7d43
GitOrigin-RevId: 556ef86ac8ccc68d37d72140cd86b90f0add33d2
Change-Id: I30221544f532434858fc84e6e673d308f87ae500
1 file changed
tree: 089d517ebe036f0cac3408307930975199f14ab0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.