Re: [PATCH 03/13] rust: lock: introduce `Mutex`

From: Peter Zijlstra
Date: Thu Mar 30 2023 - 09:01:23 EST


On Thu, Mar 30, 2023 at 01:39:44AM -0300, Wedson Almeida Filho wrote:
> From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
>
> This is the `struct mutex` lock backend and allows Rust code to use the
> kernel mutex idiomatically.

What, if anything, are the plans to support the various lockdep
annotations? Idem for the spinlock thing in the other patch I suppose.