[roll] Roll fuchsia Reland "[memalloc] Do not track reserved ranges"

This is a reland of de380bc4bbeff89ce31acdb953030bcffa3af273, which
was reverted as this change or its child tickled a kernel hypervisor
bug fixed in fxrev.dev/619302.

Original change's description:
> [memalloc] Do not track reserved ranges
>
> Reserved ranges merely exist for the convenience of bootloaders: they
> represent holes to be punched out of kFreeRam ranges during
> normalization and do not have intrinsic value in and of themselves.
> Accordingly, we update Pool to no longer track them.
>
> Original-Bug: 88121
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/617224

Original-Bug: 88121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/619421
Original-Revision: cdddd231687b0e8a4d80dd168aaf79f3ac808617
GitOrigin-RevId: a26b5cd8646959d870e6a22ea187ddf429e09484
Change-Id: I425b404e98ecdb63f89a36e8501f15b2bacdde67
1 file changed
tree: 39ee7d2299aeac9055fce516063c621ac68a251a
  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
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.