[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
1 file changed
tree: fffa97d36035cebe762145519e296ac331b74404
  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.