linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix bug resulting in double hpmemsize being assigned to MMIO window
@ 2019-11-07 13:50 Nicholas Johnson
  2019-11-07 17:25 ` Logan Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Johnson @ 2019-11-07 13:50 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org
  Cc: linux-pci@vger.kernel.org, bhelgaas@google.com,
	mika.westerberg@linux.intel.com, corbet@lwn.net,
	benh@kernel.crashing.org, logang@deltatee.com, Nicholas Johnson

I have split this patch off my main series, as I realised that it does 
not need to be part of that series.

I have made some recent improvements to add assurance against it 
breaking existing behaviour. Instead of returning the first resource of 
the desired type regardless of it being assigned, now it goes through 
all of the resources and returns only those of type that are not 
assigned. Only then does it go through and return the first resource of 
desired type that is assigned. If none are found then it returns NULL as 
usual.

I have made extensive changes to the patch notes, also.

Logan Gunthorpe <logang@deltatee.com> has an alternative method of 
fixing this same bug. Please also consider his patch and accept 
whichever is best for Linux. All I care is that the bug be fixed.

Nicholas Johnson (1):
  PCI: Fix bug resulting in double hpmemsize being assigned to MMIO
    window

 drivers/pci/setup-bus.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2019-11-07 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 13:50 [PATCH 0/1] Fix bug resulting in double hpmemsize being assigned to MMIO window Nicholas Johnson
2019-11-07 17:25 ` Logan Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).