On Wed, May 28, 2025 at 10:34:30AM +0200, Paolo Bonzini wrote: > After commit c5b6ababd21a ("locking/mutex: implement mutex_trylock_nested", > currently in the KVM tree) mutex_trylock() will be a macro when lockdep is > enabled. Rust therefore needs the corresponding helper. Just add it and > the rust/bindings/bindings_helpers_generated.rs Makefile rules will do > their thing. > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>