[roll] Roll fuchsia [Starnix] Keep zombies in the PID table

Previously zombie processes were not kept in the PID table. As result
this kill() was failing for zombies, which is unexpected. Now a
reference to ZombieProcess is stored in PID table. This allows to
fix kill() to handle this case correctly. Also in the future it will
allow to show zombie process status in /proc

This fixes flake in sigwait01 test, where kill() was racing with
process exiting.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907711
Original-Revision: edc968e84c71c1f7d1cef0693295c7228f112cb6
GitOrigin-RevId: 5c81254460e99b3e0c31c663dca10c0f29df7dbc
Change-Id: I571f9434ff0a5effb1a0815e5423d6edd1e37236
1 file changed
tree: 012ffa62838b9959f62ec1dd9583b0855c7c8a4f
  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.