Re: [PATCH v8 00/18] Live Update Orchestrator
From: David Matlack <dmatlack@google.com>
Date: 2025-11-25 18:31:26
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
From: David Matlack <dmatlack@google.com>
Date: 2025-11-25 18:31:26
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
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@google.com>