Re: [RFC PATCH 0/5] Add CONFIG symbol as module attribute

2016-08-22 Thread Cristina-Gabriela Moraru
2016-08-19 11:07 GMT+02:00 Michal Marek : > On 2016-08-18 19:55, Luis R. Rodriguez wrote: >> On Wed, Aug 17, 2016 at 09:26:58PM +0200, Cristina Moraru wrote: >> >>> This patchset implements dynamic pegging of kconfig symbol >>> into driver modinfo section >> >> First a little bit of motivation here

Re: [RFC PATCH 0/5] Add CONFIG symbol as module attribute

2016-08-22 Thread Cristina-Gabriela Moraru
2016-08-18 19:55 GMT+02:00 Luis R. Rodriguez : > On Wed, Aug 17, 2016 at 09:26:58PM +0200, Cristina Moraru wrote: > >> This patchset implements dynamic pegging of kconfig symbol >> into driver modinfo section > > First a little bit of motivation here helps, so let me try to > help fill in some gaps

Re: [RFC PATCH 4/5] Set KCONFIG_KSYMB as value for kconfig_ksymb module attribute

2016-08-20 Thread Cristina-Gabriela Moraru
2016-08-18 20:59 GMT+02:00 Luis R. Rodriguez : > > On Wed, Aug 17, 2016 at 09:27:02PM +0200, Cristina Moraru wrote: > > Update modpost to add in *.mod.c files generated for each > > module the setting of module attribute kernel_ksymb to > > value given by KBUILD_KSYMB macro. > > Please review your

Re: [RFC PATCH 2/5] Add CONFIG symbol to module as compilation parameter

2016-08-20 Thread Cristina-Gabriela Moraru
2016-08-18 20:10 GMT+02:00 Luis R. Rodriguez : > On Wed, Aug 17, 2016 at 09:27:00PM +0200, Cristina Moraru wrote: >> Add CONFIG symbol to kernel modules as a define via -D > > Perhaps better worded as: > > When modules have a direct Kconfig CONFIG_ symbol associated with > we want to be able to ma

Re: [RFC PATCH 1/5] Add generation of Module.symb in streamline_config

2016-08-20 Thread Cristina-Gabriela Moraru
2016-08-20 15:59 GMT+02:00 Cristina-Gabriela Moraru : > > > 2016-08-18 20:22 GMT+02:00 Luis R. Rodriguez : >> >> On Wed, Aug 17, 2016 at 09:26:59PM +0200, Cristina Moraru wrote: >> > Add generation of ./scripts/Module.ksymb file containing >> > associations