Re: [PATCH v4 6/7] modpost: Add modname to mod_device_table alias

From: Miguel Ojeda
Date: Sat Jun 21 2025 - 11:21:14 EST


On Sat, Jun 21, 2025 at 3:57 PM Alexey Gladkov <legion@xxxxxxxxxx> wrote:
>
> +/* Format: __mod_device_table__kmod_<modname>__<type>__<name> */

Should we mention that `__kmod_` and `__` will be the search strings,
or otherwise the Rust formatting (i.e. that is carries a line etc.)?

Cc'ing Tomo: do we need an update on `rust/kernel/net/phy.rs`? Should
we factor out the formatting?

Thanks!

Cheers,
Miguel