[roll] Roll fuchsia [kernel][vm] Remove markers in ZeroPagesLocked

After the supply_zero_offset is moved back in ZeroPagesLocked, it is
possible to encounter clean pages (both actual pages and zero page
markers) when we remove pages beyond the updated supply_zero_offset. The
previous code only accounted for clean pages in this range. Also account
for markers, which represent clean zero pages.

Test: core-pager-writeback
Original-Bug: 63989
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711742
Original-Revision: c586667280fff628cd85234a5d37f5041c22bef7
GitOrigin-RevId: 9e2d8a7bcebcca451b5ff75c307f17535615b9bf
Change-Id: I7fac3d8d639fd5e6769134da94a107fcf1cab21f
1 file changed
tree: c1ff4cb8838f794b9179a5b9958a7c80a001e6fb
  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.