[RFC PATCH 1/3] Add kconfig_symbol attribute to struct module

2016-07-31 Thread Cristina Moraru
Create additional attribute in struct module in order for each module to store its associate kconfig CONFIG_* symbol. The goal is to enable each module to expose in /sys its corresponding CONFIG_* option. The value of this attribute will be dynamically pegged by modpost without requiring extra

[RFC PATCH 1/3] Add kconfig_symbol attribute to struct module

2016-07-31 Thread Cristina Moraru
Create additional attribute in struct module in order for each module to store its associate kconfig CONFIG_* symbol. The goal is to enable each module to expose in /sys its corresponding CONFIG_* option. The value of this attribute will be dynamically pegged by modpost without requiring extra