Re: [PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.linux-modules,org.kernel.vger.linux-pci,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CANiq72=bhfofrbdf1qeA380-eWeKj5yXhC0NzaU_nbB9SpxYHA@mail.gmail.com> |
On Tue, Aug 11, 2026 at 8:41 AM Alvin Sun <[email protected]> wrote: > > The series moves `THIS_MODULE` into the `ModuleMetadata` as a const, threads it > through `#[vtable]` to set `fops.owner` in DRM/miscdevice, and updates configfs > and rnull to use `this_module::<LocalModule>()`. Applied to `rust-next` -- thanks everyone! [ Fixed `clippy::undocumented_unsafe_blocks` lint by wrapping with a block. Added interim `#[allow(dead_code)]`. - Miguel ] [ Fixed `rusttest` by adding a dummy `LocalModule`. Removed interim `#[allow(dead_code)]`. - Miguel ] [ Rebased to avoid the imports cleanup patch. - Miguel ] [ Removed Acked-by and Cc. - Miguel ] By the way, I removed the Acked-by in that last patch since I think it came from an older version as a series-tag that didn't have the patch. Please let me know if I should re-add it. And since I was editing that commit for that reason, I took the chance to remove the Cc because Petr already gave the Acked-by which you collected, so normally you don't need to keep both in that case. I hope that clarifies! :) Cheers, Miguel