[roll] Roll fuchsia [nvme] Fix double-deletion and cleanup during driver Bind(). Before this CL, the NVMe driver object will be double-deleted if DdkAdd() fails during driver Bind() (first by invoking DdkRelease(), then second by the destruction of the unique_ptr that holds the NVMe driver object). Also fixing the cleanup coverage during driver Bind(). Also taking this opportunity to switch Inspect API usage from Create*() to Record*(), and doing other miscellaneous cleanup. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831461 Original-Revision: ffe68c9ec8ea0d2a8d8cfdfdd0179b15f6c75b4d GitOrigin-RevId: 0234d497b034be35e53a71aa98ce420b281b4cb8 Change-Id: I321a37ffacdeb1c9d7b85515df1e693da1314ce7
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.