[roll] Roll fuchsia [starnix] Replace InterruptionType::Exit with SIGKILL

With only one type left, InterruptionType is removed.

Also update the logic around interrupting a sleep with SIGSTOP.
Previously we would not, and let the sleep continue even after receiving
a SIGSTOP. nanosleep now returns ERESTART_RESTARTBLOCK when interrupted,
and this results in restart_syscall invoking a closure that restarts the
sleep based on a deadline instead of the time remaining.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/713768
Original-Revision: 9c3d2639f46656c8f6650273cb4db120da0fd08e
GitOrigin-RevId: 0c60467570edb737b9a705dc22c02e510356e290
Change-Id: If7c0bd2450e9b7f06532db06d3b08daa0a29bc23
1 file changed
tree: c46fb9e9fbb5acfabf97aab6d20ace703ef73f97
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.