[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
1 file changed
tree: e90adbcc78a2317399864ae9ef7332c8dff50ab0
  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.