[roll] Roll fuchsia [kernel][futex] Fix requeue comparison

This CL changes the behavior in FutexContext::FutexRequeue so that the
comparison between the awaken futex and the requeued futex happens using
FutexId instead of raw pointers.

This solves an issue in architectures with Top-Byte-Ignore which could
have two different pointers that target the same futex.

Original-Fixes: 505738128
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586028
Original-Revision: 2c539db61e9e62242c54a1dc62085f67073effbe
GitOrigin-RevId: e5334253cc773c7a20b4b705588b940dbbefa8b5
Change-Id: I1835b64e4f3af4aafaa4df86db2d560f70af3f8f
1 file changed
tree: 487fe0f75558363a206cd8ff64bebd2147455de8
  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.