[roll] Roll fuchsia [ksync] Add support for kernel Mutexes

This CL adds a kernel backend to ksync to make it possible to use kernel
Mutex objects from Rust. The mutex itself is still implemented in C++
and accessed via an FFI bridge.

This CL also integrates with ksync with lockdep when running in kernel.
After this CL, kernel mutexes should be usable from Rust.

Original-Original-Bug: b/516863941
Test: full build compiles and links successfully with kernel integration.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1628994
Original-Original-Revision: ac4525e4b2186724491bd8e7982d6dc09af2f3b2
GitOrigin-RevId: 549505fac9b53ee5eb3c2d6cc5f8b7b0be381e57
Change-Id: I66a03e5e4553c55c8b3531ba6b24686d380569cb
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1634539
Cr-Commit-Position: refs/heads/main@{#193848}
1 file changed
tree: b60f1ea85a520563cc2dcafafbea5fbf7a51afc0
  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.