Re: [PATCH v2 0/2] PCI: dwc: ep: Fix BAR update handling with in-place epf_bar reuse

From: Koichiro Den

Date: Thu Feb 19 2026 - 22:42:47 EST


On Thu, Feb 19, 2026 at 01:43:56PM -0600, Bjorn Helgaas wrote:
> On Mon, Feb 02, 2026 at 11:54:05PM +0900, Koichiro Den wrote:
> > Hi,
> >
> > This patch series is a follow-up to a side discussion that started from
> > Niklas' comment at:
> > https://lore.kernel.org/all/aXtrW7viGZfMNZur@ryzen/
> >
> > This series:
> > 1) Makes BAR Match vs Address Match teardown in DesignWare EP explicit
> > by returning right after clearing a BAR-match inbound mapping.
> > 2) Fixes the dw_pcie_ep_set_bar() mapping-update path to run
> > dw_pcie_ep_clear_ib_maps() unconditionally, since the driver cannot
> > reliably distinguish BAR Match -> BAR Match from Address Match ->
> > BAR Match transitions when the same epf_bar instance is updated in
> > place and passed in again.
> >
> > Base: controller/dwc branch, latest:
> > commit a24149881558 ("PCI: dwc: ep: Add comment explaining controller level
> > PTM access in multi PF setup")
> >
> > Changes since v1:
> > - Switched from the v1 approach (Y) to the alternative approach (X)
> > that was proposed earlier in the discussion.
> > Details of the v1 (Y) vs v2 (X) are described at:
> > https://lore.kernel.org/all/sextbnbmsur2xjfoun2l4lr5vekmpzae7sx6or2ird44t6ud6d@yprcz43tpq4p/
> > - Changed the subject.
> >
> > v1: https://lore.kernel.org/all/20260131133655.218018-1-den@xxxxxxxxxxxxx/
> >
> > Thanks,
> >
> >
> > Koichiro Den (2):
> > PCI: dwc: ep: Return after clearing BAR-match inbound mapping
> > PCI: dwc: ep: Always clear IB maps on BAR update
> >
> > drivers/pci/controller/dwc/pcie-designware-ep.c | 15 ++++++++++++---
> > 1 file changed, 12 insertions(+), 3 deletions(-)
>
> Since this fixes an issue with the new inbound submapping feature
> we merged for v7.0, I put both of these on pci/for-linus for v7.0.
>
> Thanks!

Thanks for picking this up, Bjorn.

Best regards,
Koichiro