Re: [PATCH v2 07/10] liveupdate: Remove limit on the number of files per session

From: Mike Rapoport

Date: Sun May 17 2026 - 13:38:03 EST


On Thu, May 14, 2026 at 10:26:25PM +0000, Pasha Tatashin wrote:
> To remove the fixed limit on the number of preserved files per session,
> transition the file metadata serialization from a single contiguous
> memory block to a chain of linked blocks.
>
> Signed-off-by: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>

Acked-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx>

> ---
> include/linux/kho/abi/luo.h | 13 +--
> kernel/liveupdate/luo_file.c | 142 +++++++++++++++----------------
> kernel/liveupdate/luo_internal.h | 5 +-
> 3 files changed, 77 insertions(+), 83 deletions(-)

--
Sincerely yours,
Mike.