[PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

Pasha Tatashin pasha.tatashin at soleen.com
Fri Jul 17 16:38:56 PDT 2026


On Fri, 10 Jul 2026 21:26:15 +0000, David Matlack <dmatlack at google.com> wrote:
> diff --git a/Documentation/PCI/liveupdate.rst b/Documentation/PCI/liveupdate.rst
> new file mode 100644
> index 000000000000..eba55f8a92ae
> --- /dev/null
> +++ b/Documentation/PCI/liveupdate.rst
> @@ -0,0 +1,29 @@
> +.. SPDX-License-Identifier: GPL-2.0-or-later
> +
> +===========================
> +PCI Support for Live Update
> +===========================
> +
> +.. kernel-doc:: drivers/pci/liveupdate.c
> +   :doc: PCI Live Update
> +
> +Driver API
> +==========
> +
> +.. kernel-doc:: drivers/pci/liveupdate.c
> +   :export:

I think you need:

+Internal API
+============
+
+.. kernel-doc:: drivers/pci/liveupdate.c
+   :internal:
+

In order to include docs for structs such as pci_flb_outgoing, etc.

-- 
Pasha Tatashin <pasha.tatashin at soleen.com>



More information about the kexec mailing list