[roll] Roll fuchsia [kernel][vm] VmPageOrMarker for release callbacks

Changes the raw vm_page_t* in release callbacks for MergeFrom,
MergeOnto and RemoveAllPages to be a VmPageOrMarker. This allows the
release methods to be more naturally extended in the future to handle
additional kinds of content, beyond raw pages.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709424
Original-Revision: 73f88c2333eae1d5e4172fb0c44d5d79d2bcb059
GitOrigin-RevId: 3843119a5759533d8b2ef0c8026d50c346a0e948
Change-Id: I319daa6956768a3496797441567e0417f0774470
1 file changed
tree: 487bc10dbeb61d70529b1c28036f11d35676539e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.