[roll] Roll fuchsia [kernel][vm] Handle gaps in DirtyPages

We can encounter gaps in DirtyPages if we raced with eviction and a
clean page was evicted before the DIRTY request could be resolved and
the page marked dirty. Fail the DirtyPages call in this case and let
waiters of the request retry looking up the page.

Test: core-pager-writeback
Original-Bug: 63989
Multiply: core-pager-writeback
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702322
Original-Revision: afa1a043164372192cfae505a42d2dff287b54af
GitOrigin-RevId: 2037638ae2ea0c8af5e63f7194784c3c053eb3b0
Change-Id: I9e7ab63a1f2b497b205e602f196498d593ea935a
1 file changed
tree: 48115775c3270504c5ab4ac861cf7be58f3ad501
  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.