[roll] Roll fuchsia [kernel][vm] Retry loop for zeroing gap

Performs the zeroing of a page list gap outside of the gap callback
using a retry loop to resume the page_list_ processing. This case only
applies to CoW clones of pager backed VMOs.

Performing the zeroing externally is in preparation of changing the
page list such that any modification during a callback is not allowed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1502456
Original-Revision: e792e4cf4a6275fe3996426636699e1d639d4846
GitOrigin-RevId: cecbbc29597e9be15e98344d2110b5af373c3a7e
Change-Id: I558f9f71fd3a88c7ae30bf756453772433f9d30c
1 file changed
tree: 1b02da4fe730c1054fdc7aacc3923f06a92c9a03
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.