[roll] Roll fuchsia [tee] Stub TEE_UnmaskCancellation

Instead of panicking, return true from TEE_UnmaskCancellation. This is
needed to pass preconditions for some tests, even though the tests
themselves do not rely on this functionality. Proper implementation of
Cancellation APIs is left as a TODO.

As a result of this change, regression1038 no longer panics and fails.
It talks to the TA successfully and determines to skip the test because
it doesn't support MTE.

Original-Bug: b/361406102
Test: fx test //src/tee
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1132523
Original-Revision: 7e5bfb887caa3b88e71abc8b996d6a6238a78c32
GitOrigin-RevId: b8e6aa68cd080fee25f1bd81f4526d837d04fda3
Change-Id: I5232b824907c1753d1fbbe5549ff5fda8ca14ac3
1 file changed
tree: c9f7beded1f7fd9f0d2214a9ecbcf6bee8ae277b
  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 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.