[roll] Roll fuchsia [kernel][vm] EnumerateChildren return zx_status_t

Changes EnumerateChildren, and its locked/internal variants, to return
an explicit zx_status_t instead of a bool. The intention is to allow
for disambiguating failures, specifically the case where the aspace is
in the destroyed state.

The actual VmEnumerator interface is unchanged and still returns bool
as there are not yet meaningful errors to expose here to justify
updating all the implementors.

Original-Bug: 94078
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/660523
Original-Revision: fca4b454c299059eee0c5e848bc3775e591751c4
GitOrigin-RevId: e4fe8d7a209485164a1e8dfe0dbd8735d0e9d89f
Change-Id: I0aee64ff70ad045fd6889be203b15f72fd9c391d
1 file changed
tree: 389ccead37f44558dbf54bbae5af71260e4c4a0a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.