commit | 14a0a72a1c579c32449ad6d1e001bd21ec182d1c | [log] [tgz] |
---|---|---|
author | Martin Lindsay <mlindsay@fuchsia.infra.roller.google.com> | Fri Mar 22 23:39:30 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 22 16:41:12 2024 -0700 |
tree | 7e2253c9f5792f000a91e431464f6e641d765429 | |
parent | 4220e59d28c7428d90d1e60ad7574f13359a0681 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.