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