[roll] Roll fuchsia [kernel][vm] Check for overflow in eviction target

Check for overflows when adding a new min pages target to the existing
one. In practice this should never happen as it implies we've been asked
to evict an unreasonably large amount of pages. This guards against
garbage values and bugs in target calculation arithmetic.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592022
Original-Revision: 6834fda54b9461f411887100b9f6cb174336fe98
GitOrigin-RevId: 4b6d12c453692b8643b64a3db2a1d67a843a687c
Change-Id: I7020396c634464585e5364462d6e129ab2bab893
1 file changed
tree: 38bcc9d63f4ef85d814802c7c73bb7062ff22b63
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.