[roll] Roll fuchsia [kernel][vm] Handle error case in contiguous traversal

When the per_page_func in ForEveryPageAndContiguousRunInRange returns an
error status, there might have been an outstanding contiguous range that
ended before the failing offset. Since this range falls before the
failing offset, call contiguous_run_func on it first before returning
the error status.

Test: vmpl_unittest
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/799845
Original-Revision: 10cd49a639eb7031cda5996f6e888f8e90d598c1
GitOrigin-RevId: f99fb30baabe5e3563e7212fec0345237de815c2
Change-Id: Id5112c1f06aeb020f68d16518a942c1a63d054a3
1 file changed
tree: c229d8550087de7bfdab31026e35a6c3d2b96e44
  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.