On Mon, 4 Oct 2021 10:44:22 +0100 Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> wrote: > On Fri, Oct 01, 2021 at 09:58:53PM +0200, Marek Behún wrote: > > From: Pali Rohár <pali@xxxxxxxxxx> > > > > PCIe config space can be initialized also before pci_bridge_emul_init() > > call, so move rootcap initialization after PCI config space initialization. > > > > This simplifies the function a little since it removes one if (ret < 0) > > check. > > > > Fixes: 43f5c77bcbd2 ("PCI: aardvark: Fix reporting CRS value") > > Is this a fix ? If not I will remove this tag. It is not a fix, but we put the Fixes patch there because another patch that is a fix depends on it. But that another patch will come in another batch, after this was is applied. So maybe we could drop this patch now. Or you can remove the Fixes tag, but then we will have to send this by hand to stable. Marek