[roll] Roll fuchsia [kernel][vm] Restructure VmPageOrMarker

Uses a raw uint64_t to store the VmPageOrMarker information instead of
a vm_page_t*, this provides more flexibility for additional types and a
more explicit notion of types is added via GetType.

The Release and Page construction methods are also marked
[[nodiscard]] to help avoid resource leaks.

Original-Bug: 60238
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/723027
Original-Revision: 3b3b3b829b450e21c4fc11d6ee2d266ba1a8fe41
GitOrigin-RevId: b3d2a0db6bd299a238ad2ac1400aaaa12f3ae234
Change-Id: I3f448f685dffa3f7b67fc8e3306247407adec6f7
1 file changed
tree: dafe9c81b6696e4d0bb4f212befa9c291a395700
  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.