Re: [PATCH v2 5/7] modpost: Create modalias for builtin modules

2025-05-09 Thread Alexey Gladkov
On Fri, May 09, 2025 at 12:42:39AM +0900, Masahiro Yamada wrote: > On Mon, May 5, 2025 at 6:39 PM Alexey Gladkov wrote: > > > > For some modules, modalias is generated using the modpost utility and > > the section is added to the module file. > > > > When a module is added inside vmlinux, modpost

Re: [PATCH v2 5/7] modpost: Create modalias for builtin modules

2025-05-08 Thread Masahiro Yamada
On Mon, May 5, 2025 at 6:39 PM Alexey Gladkov wrote: > > For some modules, modalias is generated using the modpost utility and > the section is added to the module file. > > When a module is added inside vmlinux, modpost does not generate > modalias for such modules and the information is lost. >

Re: [PATCH v2 5/7] modpost: Create modalias for builtin modules

2025-05-05 Thread Alexey Gladkov
On Mon, May 05, 2025 at 11:38:29AM +0200, Alexey Gladkov wrote: > For some modules, modalias is generated using the modpost utility and > the section is added to the module file. > > When a module is added inside vmlinux, modpost does not generate > modalias for such modules and the information is