[roll] Roll fuchsia [starnix][userfault] ENOTSUP on using userfault without SIGBUS

The only usage of userfault currently supported involves using
UFFD_FEATURE_SIGBUS. Return NOT_SUPPORTED as soon as possible when we
detect that we try to run without it.

Note that we can't error out in UFFDIO_API ioctl directly as running it
with an empty set of features is a supported way to get a list of all
supported features.

Test: UffdTest.*
Original-Bug: 391599171
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1426295
Original-Revision: 19f52c69d21ca2bfc5af3576245f37150bf3e044
GitOrigin-RevId: 316e030ad095d10d4c677a47d7ea8c031a465555
Change-Id: If8eb9b56e1678e0da1eb07bdeac270322d59647b
1 file changed
tree: d0821c4db6f550e216ec5d03323fdcda5a0fb582
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.