[roll] Roll fuchsia [kernel][pc] Merge contiguous memory ranges when adding them to arenas.

Some platforms, such as the Acer Switch, give hundreds of small ranges
in the EFI memory map. This overflows fixed-sized buffers in the kernel
that track reserved ranges, causing a panic on boot (c.f.
http://fxbug.dev/66742).

Prior to moving the kernel boot code over to zbitl, the old code used to
merge contiguous ranges.

This CL uses the MemRangeMerger class added in
Icf707cbdcc16e88a87d7b6b89ddedd799e3fa9eb to merge memory ranges prior
to adding them to the arenas.

Original-Fixed: 66742
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/464342
Original-Revision: 1581a1ae7c32b6ed3b1d5b38ff3290c3ff5c9a8a
GitOrigin-RevId: 6d1a50c4e5d21d793d6e2f137bb4e4079a9efc0b
Change-Id: I0fa4db0cbd53b087ee6ddfd1141528a39fd4e6f7
1 file changed
tree: 67bb016505e4aef60f66b17b609ec8b9986f0fa2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.