[roll] Roll fuchsia [ramdisk] Set dead_ on DdkAdd failures.

Failures to call DdkAdd currently shutdown by calling DdkRelease on the
device where it will wait for the worker thread to join. The worker
thread will only complete when dead_ is set which is done in DdkUnbind
which will not be called through the failure path for DdkAdd.

Also logs failures to DdkAdd to make it clear what the failure is.

Original-Bug: b/326397893
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1013634
Original-Revision: b8ff03d21394a2d807422cd517b2943805e66c0e
GitOrigin-RevId: ea6de4eb4f99dad9369460638a266af7dbce2cfa
Change-Id: I0d434d603e070673dec2f00241d17bae22e96ced
1 file changed
tree: 7e2253c9f5792f000a91e431464f6e641d765429
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.