[roll] Roll fuchsia [starnix] Fix ptrace behavior with temporary masks

Previously, the code was stopping the thread for ptrace after
restoring the signal mask.  When that code checked if there were
any signals pending (and therefore whether the tracer needed to be
notified), it would return whether there were signals pending with
the original mask, rather than with the temporary mask.

Original-Bug: b/299348370
Original-Bug: b/322182484

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/979184
Original-Revision: b631b7722f33f018d16a9e12f4dbef1729af6b7f
GitOrigin-RevId: 4ebb2a5d45ca62ed9b63bde121aee13202103413
Change-Id: I906c229091f3c8a2b3d65674ec2cdab6b44829a4
1 file changed
tree: 6ceae1d24a1b3f8ae9a4ce0c318c446c20144224
  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.