mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 14:34:17 -04:00
The "memfd Live Update ABI" section in include/linux/kho/abi/memfd.h
currently does not render in the exported documentation. This is because
it should not include the "DOC:" in its reference. Drop it to ensure
correct rendering. Tested by running make htmldocs.
Fixes: 15fc11bb2c ("docs: add documentation for memfd preservation via LUO")
Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260605160645.3650271-1-pratyush@kernel.org
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
24 lines
460 B
ReStructuredText
24 lines
460 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
==========================
|
|
Memfd Preservation via LUO
|
|
==========================
|
|
|
|
.. kernel-doc:: mm/memfd_luo.c
|
|
:doc: Memfd Preservation via LUO
|
|
|
|
Memfd Preservation ABI
|
|
======================
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/memfd.h
|
|
:doc: memfd Live Update ABI
|
|
|
|
.. kernel-doc:: include/linux/kho/abi/memfd.h
|
|
:internal:
|
|
|
|
See Also
|
|
========
|
|
|
|
- :doc:`/core-api/liveupdate`
|
|
- :doc:`/core-api/kho/index`
|