commit | a6a92e6b342aff53120e479f10017455ad50b43d | [log] [tgz] |
---|---|---|
author | Adrian Danis <adanis@fuchsia.infra.roller.google.com> | Tue Mar 29 01:31:46 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 28 18:33:27 2022 -0700 |
tree | 389ccead37f44558dbf54bbae5af71260e4c4a0a | |
parent | c56dd3ead56bd29ebfcf58cc7540872ed7e6ea69 [diff] |
[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
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
.