Re: [PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Miguel Ojeda <[email protected]>
| Newsgroups | gmane.linux.kernel.modules,gmane.linux.kernel.rust,gmane.comp.video.dri.devel,gmane.linux.block,gmane.linux.kernel,gmane.linux.network,gmane.linux.kernel.pci |
|---|---|
| Message-ID | <CANiq72=Whd+u0cA88++KyeOQQrsBK+NqK-586jNX7L=_Ocixrw@mail.gmail.com> |
On Thu, Aug 13, 2026 at 11:32 AM Miguel Ojeda <[email protected]> wrote: > > Ok, done -- Danilo, I took your diff and converted it into a proper > commit, please double-check you are OK with the Signed-off-by: > > ec6fcf8a175a ("rust: kernel: add `LocalModule` fallback for > `#[vtable]` `impl`s") We also need an `allow(dead_code)` until we actually use it unconditionally: a2595ed13816 instead. Cheers, Miguel