[roll] Roll fuchsia [kernel][vm] Correct PmmArena assert

Corrects an assertion in validating the page array allocation of an
arena that was checking if the found range was <= the needed size,
instead of >=. That is to say, it should be considered an error for
the allocated range to not be large enough to hold the desired size.

In practice this is not a bug as boot_reserve_range_search either
returns an error or the exactly passed in requested size.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1074892
Original-Revision: e9ad2057b694da63a51b7582f884a891e69601c7
GitOrigin-RevId: 390f08454f0103d314b205747432f3387a7410fa
Change-Id: Id8dd7ca38ab1cf40ab8da912471c762496457899
1 file changed
tree: 4fcc7549cf7f0515849cc75e62b1e415a15a258e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.