[roll] Roll fuchsia [starnix][ptrace] Force ptrace-emitted signal for ptrace events

While SIGSTOP can't be blocked, SIGTRAP can be blocked by userspace
programs and they would stay in the signal queue even if they are
ptraced (i.e. they don't cause the task to SignalDeliveryStop). The
exception is for ptrace-emitted signals, which is required to stop a
newly forked/cloned process spawned from a ptraced task with
PTRACE_O_TRACECLONE/FORK.

Original-Bug: 483479136
Multiply: ptrace_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1537341
Original-Revision: 466ab69ea4b3aee602a2bd4414829479bddfbff9
GitOrigin-RevId: f26f929725451e427584978c5ee694509e1a3ca8
Change-Id: I2e8715e10edc081f1893c1c8719ba352f90037ac
1 file changed
tree: 51bab601781ff2243e01e659ea791a5492301362
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.