Re: [PATCH v1] moduleparam: Save information about built-in modules in separate file

2019-03-07 Thread Alexey Gladkov
On Wed, Mar 06, 2019 at 04:07:03PM -0800, Andi Kleen wrote: > Alexey Gladkov writes: > > > Problem: > > > > When a kernel module is compiled as a separate module, some important > > information about the kernel module is available via .modinfo section of > > the module. In contrast, when the ker

Re: [PATCH v1] moduleparam: Save information about built-in modules in separate file

2019-03-06 Thread Andi Kleen
Alexey Gladkov writes: > Problem: > > When a kernel module is compiled as a separate module, some important > information about the kernel module is available via .modinfo section of > the module. In contrast, when the kernel module is compiled into the > kernel, that information is not availabl