Re: [PATCH v2 00/10] LUO: PCI subsystem (phase I)
From: Pasha Tatashin
Date: Sat Sep 27 2025 - 14:06:16 EST
Hi Bjorn,
My latest submission is the following:
https://lore.kernel.org/all/20250807014442.3829950-1-pasha.tatashin@xxxxxxxxxx/
And github repo is in cover letter:
https://github.com/googleprodkernel/linux-liveupdate/tree/luo/v3
It applies cleanly against the mainline without the first three
patches, as they were already merged.
Pasha
On Sat, Sep 27, 2025 at 1:13 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
>
> On Tue, Sep 16, 2025 at 12:45:08AM -0700, Chris Li wrote:
> > This is phase I of the LUO PCI series. It does the minimal set of PCI
> > device liveupdate which is preserving a bus master bit in the PCI command
> > register.
> >
> > The LUO PCI subsystem is based on the LUO V2 series.
> > https://lore.kernel.org/lkml/20250515182322.117840-1-pasha.tatashin@xxxxxxxxxx/
>
> Pasha's email points to
> https://github.com/googleprodkernel/linux-liveupdate/tree/luo/rfc-v2,
> so I cloned https://github.com/googleprodkernel/linux-liveupdate.git
> and tried to apply this series on top of the luo/rfc-v2 branch (head
> 5c8d261fdc15 ("MAINTAINERS: add liveupdate entry")), but it doesn't
> apply cleanly.
>
> Also tried the luo/v2 branch (head 75716df00a94 ("libluo: add
> tests")), but it doesn't apply there either.
>
> Am I looking the wrong place? Do you have a public repo with this
> series in it?
>
> Bjorn