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 <[email protected]>
Acked-by: Mike Rapoport (Microsoft) <[email protected]> > --- > 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.

