commit | 58a03e13eaacba1792b75dd9bebc073cd57794b8 | [log] [tgz] |
---|---|---|
author | Caslyn Tonelli <caslyn@fuchsia.infra.roller.google.com> | Tue Jul 23 00:21:33 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 22 17:25:31 2024 -0700 |
tree | 745352d2787dc5ff59529e34087a99e397cd0829 | |
parent | dfd493c7881eb1fce98fd019ac841d6a12242b06 [diff] |
[roll] Roll fuchsia [component_manager] Create true copy VMOs from Bootfs This CL implements the Component Manager changes for go/true-copy-vmo, using `zx_vmo_transfer_data` to perform the VMO copy and decommit operation from Bootfs to an entry's true-copy VMO. This change can be landed without changes to userboot: a COW hierarchy is no longer produced by creating child COW clones for each Bootfs entry so we will see improved page-lookup times for Bootfs files. The uncompressed Bootfs image will still stay in memory for the VMO child clones created by userboot (the Component Manger binary and its dependencies). This will be addressed in a separate change. Original-Bug: 113270 Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/818810 Original-Revision: 10f4f0118066cc2b0f5b7b1736cc17bc812250fd GitOrigin-RevId: e6f52710dd4d1471faa0a02a9a632f44f4bc5073 Change-Id: I3c63c38d87ec2edb24f4c5ff59df12a1f6b79554
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
.