mesa/src/virtio
Jason Macnak 1ca550927f virtgpu_kumquat_ffi: replace mutex.get_mut() with mutex.lock()
mutex.get_mut() says

   Since this call borrows the Mutex mutably, no actual locking
   needs to take place – the mutable borrow statically guarantees
   no new locks can be acquired while this reference exists.

However, the borrow checker does not really apply inside of the
unsafe ffi functions which can result in unintended concurrent
access.

Bug: b/519657682
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42061>
2026-06-08 19:07:43 +00:00
..
ci venus/ci: Widen the ANV skips 2026-05-28 10:17:25 +00:00
protocols meson: add rust_global_args for flags for all the rust compilations 2025-12-20 00:13:19 +01:00
vdrm meson: Add Soong compatibility compiler flags to Vulkan drivers 2026-05-22 07:09:49 +00:00
venus-protocol venus: sync protocol for strict aliasing compliance 2026-02-20 06:00:46 +00:00
virtgpu_kumquat util: rust: align API with real eventfd capabilities 2026-05-29 03:07:51 +00:00
virtgpu_kumquat_ffi virtgpu_kumquat_ffi: replace mutex.get_mut() with mutex.lock() 2026-06-08 19:07:43 +00:00
virtio-gpu intel: Add virtio-gpu native context 2026-02-06 00:15:37 +00:00
vtest virtio/vdrm: Add vtest backend 2025-04-08 15:38:39 +00:00
vulkan venus: fix unbound malloc leak in vn_ring_get_submits 2026-06-08 03:32:20 +00:00