Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kho/abi: luo: make generated documentation more coherent

Patch series "kho: ABI headers and Documentation updates".

LUO started adding KHO ABI headers to include/linux/kho/abi, but the core
parts of KHO and memblock are still using the old way for descriptions on
their ABIs.

Let's consolidate all things KHO in include/linux/kho/abi.

And while on that, make some documentation updates to have more coherent
KHO docs.


This patch (of 6):

LUO ABI description starts with "This header defines" which is fine in the
header but reads weird in the generated html documentation.

Update it to make the generated documentation coherent.

Link: https://lkml.kernel.org/r/20260105165839.285270-1-rppt@kernel.org
Link: https://lkml.kernel.org/r/20260105165839.285270-2-rppt@kernel.org
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Cc: Alexander Graf <graf@amazon.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Jason Miu <jasonmiu@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Mike Rapoport (Microsoft) and committed by
Andrew Morton
a7e53bfb 77983f61

+4 -4
+4 -4
include/linux/kho/abi/luo.h
··· 8 8 /** 9 9 * DOC: Live Update Orchestrator ABI 10 10 * 11 - * This header defines the stable Application Binary Interface used by the 12 - * Live Update Orchestrator to pass state from a pre-update kernel to a 13 - * post-update kernel. The ABI is built upon the Kexec HandOver framework 14 - * and uses a Flattened Device Tree to describe the preserved data. 11 + * Live Update Orchestrator uses the stable Application Binary Interface 12 + * defined below to pass state from a pre-update kernel to a post-update 13 + * kernel. The ABI is built upon the Kexec HandOver framework and uses a 14 + * Flattened Device Tree to describe the preserved data. 15 15 * 16 16 * This interface is a contract. Any modification to the FDT structure, node 17 17 * properties, compatible strings, or the layout of the `__packed` serialization