[roll] Roll fuchsia [kernel][arm64] Disable ints across cache maintenance routines in tests

The low-level cache maintenance routines make use of some CPU specific
registers (like CSSELR_EL1) that may not be saved/restored across
exceptions.  We have observed that calling CleanLocalCaches in
test_clean_cache can cause single CPU systems to hang indefinitely.

To work around the observed issue we disabled interrupts in
test_clean_cache and test_clean_invalidate_cache.  In a future change
we should incorporate disabling interrupts into
data_cache_way_set_op_impl so that callers (like these tests) do not
need to disable/re-enable.

Original-Bug: 379336253
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1157895
Original-Revision: 211a6990fbae5d306da3222ff147df54b6bed57b
GitOrigin-RevId: 6cb6ce5756f23c7c65454e7df96bcdd4b22b15da
Change-Id: I0e55e95b81e4dc6ac7b6c49cd11e9f8e2bc5f02a
1 file changed
tree: 06b9e1a15f0fa067f0ade442c1b68b6459d325cb
  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.