Re: [PATCH v2] modpost: compile constant module information only once

2024-09-03 Thread Masahiro Yamada
On Mon, Sep 2, 2024 at 2:56 AM Thomas Weißschuh wrote: > > Various information about modules is compiled into the info sections. > For that a dedicated .mod.c file is generated by modpost for each module > and then linked into the module. > However most of the information in the .mod.c is the same

[PATCH v2] modpost: compile constant module information only once

2024-09-01 Thread Thomas Weißschuh
Various information about modules is compiled into the info sections. For that a dedicated .mod.c file is generated by modpost for each module and then linked into the module. However most of the information in the .mod.c is the same for all modules, internal and external. Split the shared informat