Re: [PATCH v2] module: add stubs for within_module functions

2019-04-17 Thread Jessica Yu
+++ Andrew Morton [16/04/19 14:38 -0700]: On Tue, 16 Apr 2019 11:56:21 -0700 Tri Vo wrote: On Tue, Apr 16, 2019 at 10:55 AM Tri Vo wrote: > > On Tue, Apr 16, 2019 at 8:21 AM Jessica Yu wrote: > > > > +++ Tri Vo [15/04/19 11:18 -0700]: > > >Provide stubs for within_module_core(), within_modul

Re: [PATCH v2] module: add stubs for within_module functions

2019-04-16 Thread Andrew Morton
On Tue, 16 Apr 2019 11:56:21 -0700 Tri Vo wrote: > On Tue, Apr 16, 2019 at 10:55 AM Tri Vo wrote: > > > > On Tue, Apr 16, 2019 at 8:21 AM Jessica Yu wrote: > > > > > > +++ Tri Vo [15/04/19 11:18 -0700]: > > > >Provide stubs for within_module_core(), within_module_init(), and > > > >within_modul

Re: [PATCH v2] module: add stubs for within_module functions

2019-04-16 Thread Tri Vo
On Tue, Apr 16, 2019 at 10:55 AM Tri Vo wrote: > > On Tue, Apr 16, 2019 at 8:21 AM Jessica Yu wrote: > > > > +++ Tri Vo [15/04/19 11:18 -0700]: > > >Provide stubs for within_module_core(), within_module_init(), and > > >within_module() to prevent build errors when !CONFIG_MODULES. > > > > > >v2:

Re: [PATCH v2] module: add stubs for within_module functions

2019-04-16 Thread Tri Vo
On Tue, Apr 16, 2019 at 8:21 AM Jessica Yu wrote: > > +++ Tri Vo [15/04/19 11:18 -0700]: > >Provide stubs for within_module_core(), within_module_init(), and > >within_module() to prevent build errors when !CONFIG_MODULES. > > > >v2: > >- Generalized commit message, as per Jessica. > >- Stubs for

Re: [PATCH v2] module: add stubs for within_module functions

2019-04-16 Thread Jessica Yu
+++ Tri Vo [15/04/19 11:18 -0700]: Provide stubs for within_module_core(), within_module_init(), and within_module() to prevent build errors when !CONFIG_MODULES. v2: - Generalized commit message, as per Jessica. - Stubs for within_module_core() and within_module_init(), as per Nick. Suggested-

[PATCH v2] module: add stubs for within_module functions

2019-04-15 Thread Tri Vo
Provide stubs for within_module_core(), within_module_init(), and within_module() to prevent build errors when !CONFIG_MODULES. v2: - Generalized commit message, as per Jessica. - Stubs for within_module_core() and within_module_init(), as per Nick. Suggested-by: Matthew Wilcox Reported-by: Rand