[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}
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.