[roll] Roll fuchsia [Scudo] Add custom scudo config

Now Fuchsia uses a custom config defined in Fuchsia repo instead of
relying on the config defined upstream. The new config is the same as
the one used previously, except that `RegionSizeLog` was reduced to 27
bit on RISC-V. This is a workaround to make Scudo cope with the reduced
address space on RISC-V (particularly in restricted-mode, e.g. in
Starnix).

Original-Bug: b/321064019
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/986233
Original-Revision: 3156c029aea8d0b730b8eda660a4ba3f5f5c1fe0
GitOrigin-RevId: 185b0d29fb61f13c73ae2c1b50e51823523fe134
Change-Id: Idcf9f41b05c2c46781672fb93fd1d9ac4ea4e758
1 file changed
tree: 43551e0d5f62cf4f0279ba9126ed2a1f4b7e951e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.