[roll] Roll fuchsia [stanix] Orphaned process must be reparent to init

When a process dies, its children process must be reparented to either
init, or the closest parent that have the PR_SET_CHILD_SUBREAPER
property.

As we do not implement PR_SET_CHILD_SUBREAPER yet, always reparent to
init.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/667543
Original-Revision: bf139e98604d993d65f1a4575e89647013aa2aeb
GitOrigin-RevId: bdd78ac9c32241a0b51e1d0b9c19dd0538fcdc33
Change-Id: If6098fd0c0041f558206d88c8305d35154acdf03
1 file changed
tree: 8221a00ecdbab7522257f87f67edf9bebb6cc487
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.