Re: [PATCH] kernel/module: silence a gcc warning

2018-04-23 Thread Mathieu Malaterre
On Thu, Apr 19, 2018 at 7:15 PM, Mathieu Malaterre wrote: > Hi Jessica, > > On Mon, Apr 16, 2018 at 7:11 PM, Jessica Yu wrote: >> +++ Mathieu Malaterre [11/04/18 21:05 +0200]: >>> >>> In commit 8c8ef42aee8f ("module: include other structures in module >>>

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-23 Thread Mathieu Malaterre
On Thu, Apr 19, 2018 at 7:15 PM, Mathieu Malaterre wrote: > Hi Jessica, > > On Mon, Apr 16, 2018 at 7:11 PM, Jessica Yu wrote: >> +++ Mathieu Malaterre [11/04/18 21:05 +0200]: >>> >>> In commit 8c8ef42aee8f ("module: include other structures in module >>> version >>> check"), the function

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-19 Thread Mathieu Malaterre
Hi Jessica, On Mon, Apr 16, 2018 at 7:11 PM, Jessica Yu wrote: > +++ Mathieu Malaterre [11/04/18 21:05 +0200]: >> >> In commit 8c8ef42aee8f ("module: include other structures in module >> version >> check"), the function `struct_module` was renamed to `module_layout` but >> no

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-19 Thread Mathieu Malaterre
Hi Jessica, On Mon, Apr 16, 2018 at 7:11 PM, Jessica Yu wrote: > +++ Mathieu Malaterre [11/04/18 21:05 +0200]: >> >> In commit 8c8ef42aee8f ("module: include other structures in module >> version >> check"), the function `struct_module` was renamed to `module_layout` but >> no >> prototype was

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-16 Thread Jessica Yu
+++ Mathieu Malaterre [11/04/18 21:05 +0200]: In commit 8c8ef42aee8f ("module: include other structures in module version check"), the function `struct_module` was renamed to `module_layout` but no prototype was added to `include/linux/module.h`. Remove warning triggered at W=1:

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-16 Thread Jessica Yu
+++ Mathieu Malaterre [11/04/18 21:05 +0200]: In commit 8c8ef42aee8f ("module: include other structures in module version check"), the function `struct_module` was renamed to `module_layout` but no prototype was added to `include/linux/module.h`. Remove warning triggered at W=1:

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-12 Thread kbuild test robot
Hi Mathieu, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16 next-20180412] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-12 Thread kbuild test robot
Hi Mathieu, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16 next-20180412] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-12 Thread kbuild test robot
Hi Mathieu, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16 next-20180412] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] kernel/module: silence a gcc warning

2018-04-12 Thread kbuild test robot
Hi Mathieu, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16 next-20180412] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] kernel/module: silence a gcc warning

2018-04-11 Thread Mathieu Malaterre
In commit 8c8ef42aee8f ("module: include other structures in module version check"), the function `struct_module` was renamed to `module_layout` but no prototype was added to `include/linux/module.h`. Remove warning triggered at W=1: kernel/module.c:4378:6: warning: no previous prototype for

[PATCH] kernel/module: silence a gcc warning

2018-04-11 Thread Mathieu Malaterre
In commit 8c8ef42aee8f ("module: include other structures in module version check"), the function `struct_module` was renamed to `module_layout` but no prototype was added to `include/linux/module.h`. Remove warning triggered at W=1: kernel/module.c:4378:6: warning: no previous prototype for