Re: [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c
From: Mike Rapoport
Date: Sun Jun 07 2026 - 07:59:16 EST
On Fri, 05 Jun 2026 03:32:27 +0000, Pasha Tatashin <pasha.tatashin@xxxxxxxxxx> wrote:
> Move the radix tree tracker implementation from the core KHO code
It's radix tree data structure implementation, kho memory tracker is it's
user. Please rephrase to keep the semantics clear.
>
>
> diff --git a/kernel/liveupdate/Makefile b/kernel/liveupdate/Makefile
> index eec9d3ae07eb..a3ee8a5c27a2 100644
> --- a/kernel/liveupdate/Makefile
> +++ b/kernel/liveupdate/Makefile
> @@ -7,7 +7,11 @@ luo-y := \
> luo_flb.o \
> luo_session.o
>
> -obj-$(CONFIG_KEXEC_HANDOVER) += kexec_handover.o
> +kho-y := \
> + kexec_handover.o \
I don't see much value in moving kexec_handover.o to a separate line,
btw, the same is true for luo_core.o, but it's not important enough to
change.
--
Sincerely yours,
Mike.