[roll] Roll fuchsia [kernel][vm] MutatePages for VmPageSpliceList

Add a function to the VmPageSpliceList, MutatePages, that allows a pass
through a finalized VmPageSpliceList to modify pages in the splice list
without transferring ownership or considering them 'processed'.

This is useful in cases where the caller might have to deal with
ZX_ERR_SHOULD_WAIT, as the current VmPageSpliceList iterators transfer
ownership to the caller, and pages can not be re-appended in the
Finalized state.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1398093
Original-Revision: b2baf189c9da319d9df36782ac4ded7e7a04a028
GitOrigin-RevId: 4280fd74b44dd5e1c38a363b3c316dc997b534fe
Change-Id: I68f35eb2520d4db182770057c0eb1e4882b00c9c
1 file changed
tree: c2d5268e8b00c8a895e91d7c03ef387858e5f199
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.