Re: [PATCH v8 00/18] Live Update Orchestrator
From: Pasha Tatashin
Date: Tue Nov 25 2025 - 14:02:42 EST
On Tue, Nov 25, 2025 at 1:31 PM David Matlack <dmatlack@xxxxxxxxxx> wrote:
>
> On 2025-11-25 11:58 AM, Pasha Tatashin wrote:
> >
> > Pasha Tatashin (12):
> > liveupdate: luo_core: Live Update Orchestrato,
> > liveupdate: luo_core: integrate with KHO
> > kexec: call liveupdate_reboot() before kexec
> > liveupdate: luo_session: add sessions support
> > liveupdate: luo_core: add user interface
> > liveupdate: luo_file: implement file systems callbacks
> > liveupdate: luo_session: Add ioctls for file preservation
> > docs: add luo documentation
> > MAINTAINERS: add liveupdate entry
> > selftests/liveupdate: Add userspace API selftests
> > selftests/liveupdate: Add simple kexec-based selftest for LUO
> > selftests/liveupdate: Add kexec test for multiple and empty sessions
> >
> > Pratyush Yadav (6):
> > mm: shmem: use SHMEM_F_* flags instead of VM_* flags
> > mm: shmem: allow freezing inode mapping
> > mm: shmem: export some functions to internal.h
> > liveupdate: luo_file: add private argument to store runtime state
> > mm: memfd_luo: allow preserving memfd
> > docs: add documentation for memfd preservation via LUO
>
> I ran all the new selftests, including those that require kexec on an
> Intel EMR server, and all tests passed.
>
> Tested-by: David Matlack <dmatlack@xxxxxxxxxx>
Great, thank you David!
Pasha