public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* Fixes tags could use some work in the pci tree
@ 2026-02-02 11:48 Mark Brown
  2026-02-03 23:13 ` Bjorn Helgaas
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2026-02-02 11:48 UTC (permalink / raw)
  To: Bjorn Helgaas, Lorenzo Pieralisi, Krzysztof Wilczyński
  Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

In commit

  b386d03d6aad2 ("PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping support")

Fixes tag

  Fixes: cfbc98dbf44d ("PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU")

has these problem(s):

  - Target SHA1 does not exist

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fixes tags could use some work in the pci tree
  2026-02-02 11:48 Fixes tags could use some work in the pci tree Mark Brown
@ 2026-02-03 23:13 ` Bjorn Helgaas
  2026-02-04 11:58   ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2026-02-03 23:13 UTC (permalink / raw)
  To: Mark Brown
  Cc: Bjorn Helgaas, Lorenzo Pieralisi, Krzysztof Wilczyński,
	linux-next, linux-kernel, Manivannan Sadhasivam, Aksh Garg,
	Koichiro Den

[+cc Mani (should be cc'd for all PCI emails like this), Aksh, Koichiro]

On Mon, Feb 02, 2026 at 11:48:44AM +0000, Mark Brown wrote:
> In commit
> 
>   b386d03d6aad2 ("PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping support")
> 
> Fixes tag
> 
>   Fixes: cfbc98dbf44d ("PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU")
> 
> has these problem(s):
> 
>   - Target SHA1 does not exist

Thanks, Mark.

cfbc98dbf44d is now cc839bef7727 ("PCI: dwc: ep: Support BAR subrange
inbound mapping via Address Match Mode iATU") (same patch, different
SHA1) because I rewrapped a comment in the patch.

I updated the b386d03d6aad2 commit log to mention cc839bef7727
instead.

Both b386d03d6aad2 and cc839bef7727 are queued on pci/controller/dwc
for v6.20.  Ideally, I think they would be reordered so we don't add
something that's broken, and then have to fix it in the same merge
window.

But I guess it should be fixed enough to avoid this warning.

Bjorn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fixes tags could use some work in the pci tree
  2026-02-03 23:13 ` Bjorn Helgaas
@ 2026-02-04 11:58   ` Mark Brown
  2026-02-04 12:24     ` Manivannan Sadhasivam
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2026-02-04 11:58 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Bjorn Helgaas, Lorenzo Pieralisi, Krzysztof Wilczyński,
	linux-next, linux-kernel, Manivannan Sadhasivam, Aksh Garg,
	Koichiro Den

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

On Tue, Feb 03, 2026 at 05:13:52PM -0600, Bjorn Helgaas wrote:
> [+cc Mani (should be cc'd for all PCI emails like this), Aksh, Koichiro]

I've added him as a contact for pci and pci-current, note that -next has
a separately maintained list of contacts for each tree so if something
changes with who should be emailed please let me know.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fixes tags could use some work in the pci tree
  2026-02-04 11:58   ` Mark Brown
@ 2026-02-04 12:24     ` Manivannan Sadhasivam
  2026-02-04 12:42       ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Manivannan Sadhasivam @ 2026-02-04 12:24 UTC (permalink / raw)
  To: Mark Brown
  Cc: Bjorn Helgaas, Bjorn Helgaas, Lorenzo Pieralisi,
	Krzysztof Wilczyński, linux-next, linux-kernel, Aksh Garg,
	Koichiro Den

On Wed, Feb 04, 2026 at 11:58:05AM +0000, Mark Brown wrote:
> On Tue, Feb 03, 2026 at 05:13:52PM -0600, Bjorn Helgaas wrote:
> > [+cc Mani (should be cc'd for all PCI emails like this), Aksh, Koichiro]
> 
> I've added him as a contact for pci and pci-current, note that -next has
> a separately maintained list of contacts for each tree so if something
> changes with who should be emailed please let me know.

Mark, I'd like to get added to the -next contact list.

- Mani

-- 
மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fixes tags could use some work in the pci tree
  2026-02-04 12:24     ` Manivannan Sadhasivam
@ 2026-02-04 12:42       ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2026-02-04 12:42 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: Bjorn Helgaas, Bjorn Helgaas, Lorenzo Pieralisi,
	Krzysztof Wilczyński, linux-next, linux-kernel, Aksh Garg,
	Koichiro Den

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

On Wed, Feb 04, 2026 at 05:54:04PM +0530, Manivannan Sadhasivam wrote:
> On Wed, Feb 04, 2026 at 11:58:05AM +0000, Mark Brown wrote:
> > On Tue, Feb 03, 2026 at 05:13:52PM -0600, Bjorn Helgaas wrote:
> > > [+cc Mani (should be cc'd for all PCI emails like this), Aksh, Koichiro]

> > I've added him as a contact for pci and pci-current, note that -next has
> > a separately maintained list of contacts for each tree so if something
> > changes with who should be emailed please let me know.

> Mark, I'd like to get added to the -next contact list.

Like I say I already added you - the thing about letting me know was for
future updates.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-02-04 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 11:48 Fixes tags could use some work in the pci tree Mark Brown
2026-02-03 23:13 ` Bjorn Helgaas
2026-02-04 11:58   ` Mark Brown
2026-02-04 12:24     ` Manivannan Sadhasivam
2026-02-04 12:42       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox