[PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
David Matlack
dmatlack at google.com
Tue Mar 24 09:33:10 PDT 2026
On Tue, Mar 24, 2026 at 6:00 AM Yi Liu <yi.l.liu at intel.com> wrote:
> On 3/24/26 07:57, David Matlack wrote:
> > --- a/drivers/vfio/pci/vfio_pci.c
> > +++ b/drivers/vfio/pci/vfio_pci.c
> > @@ -170,6 +170,7 @@ static int vfio_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
> > ret = vfio_pci_core_register_device(vdev);
> > if (ret)
> > goto out_put_vdev;
> > +
>
> a meaningless line here.
Will fix in v4, thanks.
> > --- /dev/null
> > +++ b/include/linux/kho/abi/vfio_pci.h
> > @@ -0,0 +1,28 @@
> > +/* SPDX-License-Identifier: GPL-2.0 */
> > +
> > +/*
> > + * Copyright (c) 2025, Google LLC.
>
> would be nice to update 2025 to 2026 now. :)
Oops, missed this one, thanks. Will fix in v4.
More information about the kexec
mailing list