On Tue, Oct 29, 2024 at 01:45:36PM +0100, Alice Ryhl wrote: > On Tue, Oct 22, 2024 at 11:32 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote: > > > > From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx> > > > > This allows modules to be initialised in-place in pinned memory, which > > enables the usage of pinned types (e.g., mutexes, spinlocks, driver > > registrations, etc.) in modules without any extra allocations. > > > > Signed-off-by: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx> > > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> > > Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> > > Miguel: I think this patch would be good to land in 6.13. I'd like to > submit a miscdevice sample once 6.14 comes around, and having this > already in will make the miscdevice sample nicer. If no one objects, I'll just add this to the char/misc tree that already has the other misc device rust code in it. thanks, greg k-h