Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
62 lines
1.3 KiB
ReStructuredText
62 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
========================
|
|
Live Update Orchestrator
|
|
========================
|
|
:Author: Pasha Tatashin <pasha.tatashin@soleen.com>
|
|
|
|
.. kernel-doc:: kernel/liveupdate/luo_core.c
|
|
:doc: Live Update Orchestrator (LUO)
|
|
|
|
LUO Sessions
|
|
============
|
|
.. kernel-doc:: kernel/liveupdate/luo_session.c
|
|
:doc: LUO Sessions
|
|
|
|
LUO Preserving File Descriptors
|
|
===============================
|
|
.. kernel-doc:: kernel/liveupdate/luo_file.c
|
|
:doc: LUO File Descriptors
|
|
|
|
Live Update Orchestrator ABI
|
|
============================
|
|
.. kernel-doc:: include/linux/kho/abi/luo.h
|
|
:doc: Live Update Orchestrator ABI
|
|
|
|
The following types of file descriptors can be preserved
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../mm/memfd_preservation
|
|
|
|
Public API
|
|
==========
|
|
.. kernel-doc:: include/linux/liveupdate.h
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/luo.h
|
|
:functions:
|
|
|
|
.. kernel-doc:: kernel/liveupdate/luo_core.c
|
|
:export:
|
|
|
|
.. kernel-doc:: kernel/liveupdate/luo_file.c
|
|
:export:
|
|
|
|
Internal API
|
|
============
|
|
.. kernel-doc:: kernel/liveupdate/luo_core.c
|
|
:internal:
|
|
|
|
.. kernel-doc:: kernel/liveupdate/luo_session.c
|
|
:internal:
|
|
|
|
.. kernel-doc:: kernel/liveupdate/luo_file.c
|
|
:internal:
|
|
|
|
See Also
|
|
========
|
|
|
|
- :doc:`Live Update uAPI </userspace-api/liveupdate>`
|
|
- :doc:`/core-api/kho/concepts`
|