Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-06-05 Thread Josh Poimboeuf
On Fri, Jun 05, 2020 at 04:20:10PM +0200, Jessica Yu wrote: > +++ Guenter Roeck [05/06/20 06:24 -0700]: > > On Wed, Apr 29, 2020 at 10:24:53AM -0500, Josh Poimboeuf wrote: > > > Now that module_enable_ro() has no more external users, make it static > > > again. > > > > > > Suggested-by: Jessica Yu

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-06-05 Thread Jessica Yu
+++ Guenter Roeck [05/06/20 06:24 -0700]: On Wed, Apr 29, 2020 at 10:24:53AM -0500, Josh Poimboeuf wrote: Now that module_enable_ro() has no more external users, make it static again. Suggested-by: Jessica Yu Signed-off-by: Josh Poimboeuf Acked-by: Miroslav Benes Apparently this patch made

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-06-05 Thread Guenter Roeck
On Wed, Apr 29, 2020 at 10:24:53AM -0500, Josh Poimboeuf wrote: > Now that module_enable_ro() has no more external users, make it static > again. > > Suggested-by: Jessica Yu > Signed-off-by: Josh Poimboeuf > Acked-by: Miroslav Benes Apparently this patch made it into the upstream kernel on it

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-04-30 Thread Jessica Yu
+++ Jessica Yu [30/04/20 13:40 +0200]: +++ Miroslav Benes [30/04/20 13:35 +0200]: On Thu, 30 Apr 2020, Jessica Yu wrote: +++ Josh Poimboeuf [29/04/20 10:24 -0500]: Now that module_enable_ro() has no more external users, make it static again. Suggested-by: Jessica Yu Signed-off-by: Josh Poim

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-04-30 Thread Jessica Yu
+++ Miroslav Benes [30/04/20 13:35 +0200]: On Thu, 30 Apr 2020, Jessica Yu wrote: +++ Josh Poimboeuf [29/04/20 10:24 -0500]: >Now that module_enable_ro() has no more external users, make it static >again. > >Suggested-by: Jessica Yu >Signed-off-by: Josh Poimboeuf Thanks! Since this patch is

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-04-30 Thread Miroslav Benes
On Thu, 30 Apr 2020, Jessica Yu wrote: > +++ Josh Poimboeuf [29/04/20 10:24 -0500]: > >Now that module_enable_ro() has no more external users, make it static > >again. > > > >Suggested-by: Jessica Yu > >Signed-off-by: Josh Poimboeuf > > Thanks! Since this patch is separate from the rest and it'

Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

2020-04-30 Thread Jessica Yu
+++ Josh Poimboeuf [29/04/20 10:24 -0500]: Now that module_enable_ro() has no more external users, make it static again. Suggested-by: Jessica Yu Signed-off-by: Josh Poimboeuf Thanks! Since this patch is separate from the rest and it's based on modules-next, I can just take this last patch t

[PATCH v4 11/11] module: Make module_enable_ro() static again

2020-04-29 Thread Josh Poimboeuf
Now that module_enable_ro() has no more external users, make it static again. Suggested-by: Jessica Yu Signed-off-by: Josh Poimboeuf --- include/linux/module.h | 6 -- kernel/module.c| 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/include/linux/module.h b/in