[roll] Roll fuchsia [starnix][binder] Fix transaction dead replies

Previously we would insert `DeadReply`s into the sending thread's
command queue regardless of whether or not the reply was to the
currently active transaction of the sending thread.

This meant that the sending thread would process the `DeadReply` out of
order, and pop the wrong transaction off the stack.

This was an uncommon scenario, as it requires both a cycle in the binder
transactions between processes, and for one of the processes in the
cycle to die while multiple transactions are in flight.

Original-Bug: 414799731

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1273164
Original-Revision: c2b6c066a2acc6c42f6220a44e7a3736039c7c52
GitOrigin-RevId: c7854f4fcafe7438a90ad8489816a273c80e6185
Change-Id: I14ee021cd9a9075e36a172d502c01ef8cb297b91
1 file changed
tree: fe0b6aed2da1597173e2f74c2668d77073d09c1d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.