Re: [PATCH v5 07/10] modpost: Add modname to mod_device_table alias
From: Miguel Ojeda
Date: Thu Jul 24 2025 - 12:01:19 EST
On Thu, Jul 24, 2025 at 3:50 PM Alexey Gladkov <legion@xxxxxxxxxx> wrote:
>
> At this point, if a symbol is compiled as part of the kernel,
> information about which module the symbol belongs to is lost.
>
> To save this it is possible to add the module name to the alias name.
> It's not very pretty, but it's possible for now.
>
> Cc: Miguel Ojeda <ojeda@xxxxxxxxxx>
Thanks for the ping -- Cc'ing as well Andreas who is working on module
bits lately (but is away right now) and Danilo who maintains the
modified file:
Cc: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Cc: Danilo Krummrich <dakr@xxxxxxxxxx>
Cheers,
Miguel