Re: [PATCH] module: add stub for within_module

2019-04-15 Thread Jessica Yu
+++ Nick Desaulniers [08/04/19 11:08 -0700]: On Sat, Apr 6, 2019 at 7:26 PM Tri Vo wrote: Provide a stub for within_module() when CONFIG_MODULES is not set. This is needed to build CONFIG_GCOV_KERNEL. Fixes: 8c3d220cb6b5 ("gcov: clang support") The above commit got backed out of the -mm tre

Re: [PATCH] module: add stub for within_module

2019-04-08 Thread Nick Desaulniers
On Mon, Apr 8, 2019 at 11:08 AM Nick Desaulniers wrote: > > On Sat, Apr 6, 2019 at 7:26 PM Tri Vo wrote: > > > > Provide a stub for within_module() when CONFIG_MODULES is not set. This > > is needed to build CONFIG_GCOV_KERNEL. > > > > Fixes: 8c3d220cb6b5 ("gcov: clang support") > > The above com

Re: [PATCH] module: add stub for within_module

2019-04-08 Thread Nick Desaulniers
On Sat, Apr 6, 2019 at 7:26 PM Tri Vo wrote: > > Provide a stub for within_module() when CONFIG_MODULES is not set. This > is needed to build CONFIG_GCOV_KERNEL. > > Fixes: 8c3d220cb6b5 ("gcov: clang support") The above commit got backed out of the -mm tree, due to the issue this patch addresses,

[PATCH] module: add stub for within_module

2019-04-06 Thread Tri Vo
Provide a stub for within_module() when CONFIG_MODULES is not set. This is needed to build CONFIG_GCOV_KERNEL. Fixes: 8c3d220cb6b5 ("gcov: clang support") Suggested-by: Matthew Wilcox Reported-by: Randy Dunlap Reported-by: kbuild test robot Link: https://marc.info/?l=linux-mm&m=155384681109231&