Re: [PATCH v8 01/18] liveupdate: luo_core: Live Update Orchestrato,
From: Mike Rapoport <rppt@kernel.org>
Date: 2025-11-25 18:51:50
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
From: Mike Rapoport <rppt@kernel.org>
Date: 2025-11-25 18:51:50
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
On Tue, Nov 25, 2025 at 11:58:31AM -0500, Pasha Tatashin wrote:
Subject: [PATCH v8 01/18] liveupdate: luo_core: Live Update Orchestrato,
^ Orchestrator
Introduce LUO, a mechanism intended to facilitate kernel updates while keeping designated devices operational across the transition (e.g., via kexec). The primary use case is updating hypervisors with minimal disruption to running virtual machines. For userspace side of hypervisor update we have copyless migration. LUO is for updating the kernel.
-- Sincerely yours, Mike.