[roll] Roll fuchsia [kernel][riscv64] Clean D-cache in arch_sync_cache_range

On RISC-V 64, synchronizing the instruction cache requires
cleaning the data cache first if Zicbom is present.
Otherwise, fence.i might synchronize with stale data in main
memory.

Add arch_clean_cache_range call to arch_sync_cache_range
for kernel addresses. Update Riscv64VmICacheConsistencyManager
to clean the D-cache in SyncAddr and broadcast fence.i
directly in Finish to avoid redundant cleaning.

Original-Original-Bug: 517178004
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1661280
Original-Original-Revision: 168c88a423948404dbdc791442a7e6c217c4f856
GitOrigin-RevId: aacbb9786a3e9cd84dbda799d1896d9de28c64e6
Change-Id: I3aa0c992545234c4d949f1124c2a65b19a4219a3
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1673055
Cr-Commit-Position: refs/heads/main@{#195298}
1 file changed
tree: 223e1eea25b669c273b6a1db9d766dae67d3ebb3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.