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

2019-04-03 Thread Masahiro Yamada
On Thu, Mar 28, 2019 at 1:04 AM Alexey Gladkov wrote: > > On Wed, Mar 27, 2019 at 04:40:25PM +0100, Jessica Yu wrote: > > +++ Alexey Gladkov [26/03/19 18:24 +0100]: > > >On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > > >> Hi. > > >> > > >> (added some people to CC) > > > >

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

2019-04-03 Thread Masahiro Yamada
On Wed, Apr 3, 2019 at 7:45 PM Masahiro Yamada wrote: > > Hi. > > Sorry for the delay. > I added some comments from the > build system point of view. > > > On Wed, Mar 27, 2019 at 2:24 AM Alexey Gladkov > wrote: > > > > On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > > > Hi.

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

2019-04-03 Thread Masahiro Yamada
Hi. Sorry for the delay. I added some comments from the build system point of view. On Wed, Mar 27, 2019 at 2:24 AM Alexey Gladkov wrote: > > On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > > Hi. > > > > (added some people to CC) > > > > > > On Fri, Mar 15, 2019 at 7:10 PM

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

2019-03-28 Thread Dmitry Torokhov
On Thu, Mar 28, 2019 at 11:45 AM Greg KH wrote: > > On Thu, Mar 28, 2019 at 10:41:59AM -0700, Lucas De Marchi wrote: > > On Wed, Mar 27, 2019 at 8:40 AM Jessica Yu wrote: > > > >No. There are definitely not all modules. I have a builtin > > > >sha256_generic, > > > >but I can't find him in the

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

2019-03-28 Thread Greg KH
On Thu, Mar 28, 2019 at 10:41:59AM -0700, Lucas De Marchi wrote: > On Wed, Mar 27, 2019 at 8:40 AM Jessica Yu wrote: > > >No. There are definitely not all modules. I have a builtin sha256_generic, > > >but I can't find him in the /sys/module. > > > > Yeah, you'll only find builtin modules under

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

2019-03-28 Thread Lucas De Marchi
On Wed, Mar 27, 2019 at 9:04 AM Alexey Gladkov wrote: > > On Wed, Mar 27, 2019 at 04:40:25PM +0100, Jessica Yu wrote: > > +++ Alexey Gladkov [26/03/19 18:24 +0100]: > > >On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > > >> Hi. > > >> > > >> (added some people to CC) > > > >

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

2019-03-28 Thread Lucas De Marchi
On Wed, Mar 27, 2019 at 8:40 AM Jessica Yu wrote: > >No. There are definitely not all modules. I have a builtin sha256_generic, > >but I can't find him in the /sys/module. > > Yeah, you'll only find builtin modules under /sys/module/ if it has any module > parameters, otherwise you won't find it

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

2019-03-27 Thread Alexey Gladkov
On Wed, Mar 27, 2019 at 04:40:25PM +0100, Jessica Yu wrote: > +++ Alexey Gladkov [26/03/19 18:24 +0100]: > >On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > >> Hi. > >> > >> (added some people to CC) > > (Thanks Masahiro for the CC!) > > >> > >> On Fri, Mar 15, 2019 at 7:10 PM

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

2019-03-27 Thread Jessica Yu
+++ Alexey Gladkov [26/03/19 18:24 +0100]: On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: Hi. (added some people to CC) (Thanks Masahiro for the CC!) On Fri, Mar 15, 2019 at 7:10 PM Alexey Gladkov wrote: > > Problem: > > When a kernel module is compiled as a separate

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

2019-03-26 Thread Alexey Gladkov
On Fri, Mar 22, 2019 at 02:34:12PM +0900, Masahiro Yamada wrote: > Hi. > > (added some people to CC) > > > On Fri, Mar 15, 2019 at 7:10 PM Alexey Gladkov > wrote: > > > > Problem: > > > > When a kernel module is compiled as a separate module, some important > > information about the kernel

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

2019-03-21 Thread Masahiro Yamada
Hi. (added some people to CC) On Fri, Mar 15, 2019 at 7:10 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: [RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file

2019-03-20 Thread Masahiro Yamada
On Fri, Mar 15, 2019 at 7:10 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,

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

2019-03-15 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