[roll] Roll fuchsia [starnix][binder] Cleanup FDs in failed transactions

Transaction handling code now passes around a
`TransientTransactionState` which, when dropped, will release references
to handles and close FDs duped as part of the transaction.

Once a transaction is considered successful, the
`TransientTransactionState` can be converted into a `TransactionState`,
where the FDs will no longer be closed, but handles will still be
released when the transaction finishes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/685563
Original-Revision: 4d47fff74f4a28893599d920516b65c17a7d0cd0
GitOrigin-RevId: d96433c3511937f488128ad3e3085bfe7d12641a
Change-Id: I8edabbc5b8af7fdd929a2fce628bca05815db78d
1 file changed
tree: e86cb410b700cf1d2c1e79abe586410d1d856151
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.