lkml.org 
[lkml]   [2022]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH v7 05/13] module: Move latched RB-tree support to a separate file
On Tue 2022-02-22 13:32 +0000, Christophe Leroy wrote:
> Le 22/02/2022 à 14:09, Aaron Tomlin a écrit :
> > No functional change.
> >
> > This patch migrates module latched RB-tree support
> > (e.g. see __module_address()) from core module code
> > into kernel/module/tree_lookup.c.
> >
> > Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
> > ---
> > kernel/module/Makefile | 3 +
> > kernel/module/internal.h | 33 +++++++++
> > kernel/module/main.c | 130 ++----------------------------------
> > kernel/module/tree_lookup.c | 109 ++++++++++++++++++++++++++++++
> > 4 files changed, 149 insertions(+), 126 deletions(-)
> > create mode 100644 kernel/module/tree_lookup.c
> >
> > diff --git a/kernel/module/Makefile b/kernel/module/Makefile
> > index ed3aacb04f17..e8413975bf1d 100644
> > --- a/kernel/module/Makefile
> > +++ b/kernel/module/Makefile
> > @@ -11,3 +11,6 @@ obj-y += main.o
> > obj-$(CONFIG_MODULE_DECOMPRESS) += decompress.o
> > obj-$(CONFIG_MODULE_SIG) += signing.o
> > obj-$(CONFIG_LIVEPATCH) += livepatch.o
> > +ifdef CONFIG_MODULES
>
> This ifdef is not needed anymore.
>
> > +obj-$(CONFIG_MODULES_TREE_LOOKUP) += tree_lookup.o
> > +endif

Oops! Apologies this was an oversight.

--
Aaron Tomlin
\
 
 \ /
  Last update: 2022-02-22 14:37    [W:0.057 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site