[roll] Roll fuchsia [ddktl] Remove ddk::Transaction

This class is a complicated way to get a C-like API to LLCPP bindings.

Replace this with a Transaction class that is used in device_server.cc
to precisely identify unknown ordinal dispatch errors.

This disentagles FIDL errors from other errors emitted by the driver in
its `message` function.

Remove device_fidl_txn.reply which always pointed to the same
implementation.

Remove `device_fidl_transaction_take_ownership` which is no longer used.

Log the complete FIDL reason and the ordinal when dispatch fails.

Add a validity check on incoming FIDL messages that would otherwise
produce a crash on malformed messages.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831281
Original-Revision: f2db6f36a60959acfa6ce97fa70eedff44764292
GitOrigin-RevId: bf53a787d69b9d1f5ab8a4e1e1d7dad6a87fb2b6
Change-Id: I107b0de1f3bb38e60f2d929b9e437ed4100bbece
1 file changed
tree: 6951eadf2e36ca67f1b991e23a8d0d3b96bd9069
  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.