commit | 404ab0adf845275b2b708da897000d07f7583db9 | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Fri May 10 22:47:15 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 10 15:48:47 2024 -0700 |
tree | fffa97d36035cebe762145519e296ac331b74404 | |
parent | 07403e684f01d3bfb0212f4620c6786a6e755844 [diff] |
[roll] Roll fuchsia [kernel][phys] Enable ubsan runtime for phys environments This allows the normal ubsan variant to be chosen by variant selection in phys environments, including phys32 and efi. When enabled, this supercedes ubsan-trap and provides a minimal ubsan runtime (via //src/lib/ubsan-custom, shared code also now used by the kernel proper's ubsan runtime). The extra checks enabled for kernel code in ubsan builds beyond `-fsanitize=undefined` are also enabled for ubsan builds in the phys environments. Other than those additional checks, selecting the ubsan variant for a phys program doesn't add increased safety / checking compared to the ubsan-trap configuration used in all other builds; but it makes the failure modes much more comprehensible. This comes at the cost of some additional code size in the paths taken only for crashes, and much more substantial additional data size in the instrumented phys binaries. The "kubsan" shortcut alias now applies ubsan to all the main phys code as well as other kernel code. Original-Bug: 334165273 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1027274 Original-Revision: d103d0e1045576906c260ce3885f7896bf5eed12 GitOrigin-RevId: b69af4d7f699cc5027a54439b193dce90d9d74c5 Change-Id: Icb630f1e7ee1b36f96b96c6cb058597aa6aac21a
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.