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

2019-04-29 Thread Alexey Gladkov
On Tue, Apr 30, 2019 at 12:08:44AM +0900, Masahiro Yamada wrote: > > modules.builtin > > +modules.builtin.modinfo > > > > # > > # Top-level generic files > > > Let me repeat the same comments as in v2 > (https://patchwork.kernel.org/patch/10888207/#22595563) > as you ignored them. I miss it.

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

2019-04-29 Thread Masahiro Yamada
On Mon, Apr 29, 2019 at 6:09 PM Alexey Gladkov wrote: > > 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,

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

2019-04-29 Thread Jessica Yu
+++ Alexey Gladkov [29/04/19 11:08 +0200]: 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