Re: [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices

Bjorn Helgaas <[email protected]> Fri, 24 Jul 2026 15:32:49 -0500
Newsgroups org.infradead.lists.kexec,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kvack.linux-mm
Message-ID <20260724203249.GA1033821@bhelgaas>
On Fri, Jul 10, 2026 at 09:26:05PM +0000, David Matlack wrote:
> Add APIs to allow drivers to notify the PCI core of which devices are
> being preserved across a Live Update for the next kernel, i.e.
> "outgoing" devices.
> ...

> +++ b/include/linux/pci_liveupdate.h

> +#include <linux/kho/abi/pci.h>
>  #include <linux/liveupdate.h>
>  #include <linux/types.h>
> +#include <linux/spinlock_types.h>

Alpha order unless there's a special rule about spinlock_types.h.