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: memfd: make generated documentation more coherent

memfd preservation 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-3-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: Jason Miu <jasonmiu@google.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Mike Rapoport (Microsoft) and committed by
Andrew Morton
32cb2729 a7e53bfb

+2 -2
+2 -2
include/linux/kho/abi/memfd.h
··· 17 17 /** 18 18 * DOC: memfd Live Update ABI 19 19 * 20 - * This header defines the ABI for preserving the state of a memfd across a 21 - * kexec reboot using the LUO. 20 + * memfd uses the ABI defined below for preserving its state across a kexec 21 + * reboot using the LUO. 22 22 * 23 23 * The state is serialized into a packed structure `struct memfd_luo_ser` 24 24 * which is handed over to the next kernel via the KHO mechanism.