commit | 5769c947447b6e662116b2ad71db5168f0491fff | [log] [tgz] |
---|---|---|
author | Adam Perry <adamperry@fuchsia.infra.roller.google.com> | Wed Dec 18 20:13:18 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 18 20:14:22 2024 -0800 |
tree | d034cc2d45493e7292546671227c2501c14cbbaa | |
parent | 4590f8196b7cabe45cbed435980a82f231430f2a [diff] |
[roll] Roll fuchsia [starnix] Use vmar maps for memory manager stats. Makes MemoryManager::get_stats() infallible because neither of the error conditions in the current implementation are reasonable for us to encounter: 1. if we can't run object info queries on a VMAR we created, there is a very serious bug 2. if we don't have an entry in our RangeMap for a mapping that zircon sees, there is a very serious bug Original-Bug: 291962828 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087576 Original-Revision: 6e3cd25d6d9bf55f308d6399d6ce10dc7cc48fa8 GitOrigin-RevId: c25a35db697cf4e884f05c71757afccf35e6ac2a Change-Id: I9f8dd0022510e8a746eab7d2b8e0233e2bf4c520
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 in one of the communication channels documented at get involved.
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
.