[roll] Roll fuchsia [kernel][pager] Fix InvalidPagerSupplyPages on Vim3

The `InvalidPagerSupplyPages` test was failing on Vim3 because it tried
to create a physical VMO at address 0x0, which on a Vim3 is not within
the range of peripheral memory. This CL fixes the issue by using
`vmo_test::GetTestPhysVmo` to create the physical VMO in a valid region.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921539
Original-Revision: 2fefad51a2863a7607c158ee636c51bc09346385
GitOrigin-RevId: 633e43b24c07b309e7b23fd30615969c7543efa2
Change-Id: I2312b8e749ed55011561cb4ea9d5bb14173d7ca5
1 file changed
tree: 61e6aee7414bea751aeff2878ff98bc98e47def3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.