Re: [PATCH v4 01/13] rust: sync: introduce `LockClassKey`
From: Miguel Ojeda
Date: Fri Apr 21 2023 - 19:48:40 EST
On Tue, Apr 11, 2023 at 7:46 AM Wedson Almeida Filho <wedsonaf@xxxxxxxxx> wrote:
>
> It is a wrapper around C's `lock_class_key`, which is used by the
> synchronisation primitives that are checked with lockdep. This is in
> preparation for introducing Rust abstractions for these primitives.
Series applied to `rust-next` with the v4.1 patches applied plus the
irqsave bits removed as well as p4 since it was not Acked yet, as
discussed. Thanks!
Cheers,
Miguel