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

2019-04-28 Thread Masahiro Yamada
On Sat, Apr 27, 2019 at 12:29 AM Alexey Gladkov wrote: > > On Fri, Apr 19, 2019 at 12:03:50PM +0900, Masahiro Yamada wrote: > > On Fri, Apr 19, 2019 at 12:36 AM Jessica Yu wrote: > > > > > > +++ Masahiro Yamada [19/04/19 00:26 +0900]: > > > >On Thu, Apr 18, 2019 at 10:52 PM Jessica Yu wrote: >

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

2019-04-26 Thread Alexey Gladkov
On Fri, Apr 19, 2019 at 12:03:50PM +0900, Masahiro Yamada wrote: > On Fri, Apr 19, 2019 at 12:36 AM Jessica Yu wrote: > > > > +++ Masahiro Yamada [19/04/19 00:26 +0900]: > > >On Thu, Apr 18, 2019 at 10:52 PM Jessica Yu wrote: > > >> > > >> +++ Masahiro Yamada [18/04/19 20:10 +0900]: > > >> >On

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

2019-04-18 Thread Masahiro Yamada
On Fri, Apr 19, 2019 at 12:36 AM Jessica Yu wrote: > > +++ Masahiro Yamada [19/04/19 00:26 +0900]: > >On Thu, Apr 18, 2019 at 10:52 PM Jessica Yu wrote: > >> > >> +++ Masahiro Yamada [18/04/19 20:10 +0900]: > >> >On Sat, Apr 6, 2019 at 9:15 PM Alexey Gladkov > >> >wrote: > >> >> > >> >>

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

2019-04-18 Thread Jessica Yu
+++ Masahiro Yamada [19/04/19 00:26 +0900]: On Thu, Apr 18, 2019 at 10:52 PM Jessica Yu wrote: +++ Masahiro Yamada [18/04/19 20:10 +0900]: >On Sat, Apr 6, 2019 at 9:15 PM Alexey Gladkov wrote: >> >> Problem: >> >> When a kernel module is compiled as a separate module, some important >>

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

2019-04-18 Thread Masahiro Yamada
On Thu, Apr 18, 2019 at 10:52 PM Jessica Yu wrote: > > +++ Masahiro Yamada [18/04/19 20:10 +0900]: > >On Sat, Apr 6, 2019 at 9:15 PM Alexey Gladkov > >wrote: > >> > >> Problem: > >> > >> When a kernel module is compiled as a separate module, some important > >> information about the kernel

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

2019-04-18 Thread Lucas De Marchi
On Thu, Apr 18, 2019 at 6:52 AM Jessica Yu wrote: > > +++ Masahiro Yamada [18/04/19 20:10 +0900]: > >On Sat, Apr 6, 2019 at 9:15 PM Alexey Gladkov > >wrote: > >> > >> Problem: > >> > >> When a kernel module is compiled as a separate module, some important > >> information about the kernel

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

2019-04-18 Thread Jessica Yu
+++ Masahiro Yamada [18/04/19 20:10 +0900]: On Sat, Apr 6, 2019 at 9:15 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

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

2019-04-18 Thread Masahiro Yamada
On Sat, Apr 6, 2019 at 9:15 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,

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

2019-04-06 Thread Alexey Gladkov
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 available. Information about built-in