[roll] Roll fuchsia [starnix] Ignore different tids in robust list.

The robust list mechanism should modify only the entries that have
the current task's tid in the futex lock.

This CL fixes that by checking the tid before modifying the futex lock.

TEST=fx test "syscalls_test" --test-filter "*RobustFutexTest*"

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/911954
Original-Revision: 46800cac18a0c1b15a66e9f7518147fe06148cab
GitOrigin-RevId: e30012815469c8b14292829405554ab4638f98b1
Change-Id: Ia823f0924170352f0073b31e5cb181815404dc8a
1 file changed
tree: 7a7378cd25dfa32cd85187399d85f83956653c7e
  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.