[roll] Roll fuchsia [kernel][vm] Check error code from PageFault map/unmap

Add asserts in VmMapping::PageFault to check that the error code is
ZX_ERR_NO_MEMORY on ArchVmAspace::Map/Unmap failure. Previously we were
simply returning ZX_ERR_NO_MEMORY without any checks, so an arbitrary
code could have been erroneously mapped to ZX_ERR_NO_MEMORY.

Original-Bug: 93510
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/648010
Original-Revision: d44efa26efcd903713fbed676a1d21fc643015b2
GitOrigin-RevId: cc7e9e6d6629658524eae7f1e079101ba1e11b52
Change-Id: I158379764b26d4a292cf7cc2812e371819c2908c
1 file changed
tree: f86bc9340b849028965024e47c551bf4efe41638
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.