All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix a pair of setup bus bugs.
@ 2019-04-22 23:50 Logan Gunthorpe
  2019-04-22 23:50 ` [PATCH v2 1/2] PCI: Prevent 64-bit resources from being counted in 32-bit bridge region Logan Gunthorpe
  2019-04-22 23:50 ` [PATCH v2 2/2] PCI: Fix disabling of bridge BARs when assigning bus resources Logan Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Logan Gunthorpe @ 2019-04-22 23:50 UTC (permalink / raw)
  To: linux-kernel, linux-pci, Bjorn Helgaas
  Cc: Kit Chow, Yinghai Lu, Logan Gunthorpe

Hey,

This is largely a resend to get some more attention. I've attempted to clean
up and expand on the commit message of the first commit because the
bug is a bit of a nightmare to explain and follow. There's a lot more
information on the first commit in the original thread here[1] including
instructions on how to reproduce it in QEMU.

The second patch fixes an unrelated bug, with similar symptoms, in
the same code. It was a lot easier to debug and the reasoning should
hopefully be easier to follow, but I don't think it was reviewed much
during the first posting due to the nightmare in the first patch.

Thanks,

Logan

[1] https://lore.kernel.org/lkml/de3e34d8-2ac3-e89b-30f1-a18826ce5d7d@deltatee.com/T/#m96ba95de4678146ed46b602e8bfd6ac08a588fa2

Logan Gunthorpe (2):
  PCI: Prevent 64-bit resources from being counted in 32-bit bridge
    region
  PCI: Fix disabling of bridge BARs when assigning bus resources

 drivers/pci/setup-bus.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

--
2.20.1

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

end of thread, other threads:[~2019-04-22 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22 23:50 [PATCH v2 0/2] Fix a pair of setup bus bugs Logan Gunthorpe
2019-04-22 23:50 ` [PATCH v2 1/2] PCI: Prevent 64-bit resources from being counted in 32-bit bridge region Logan Gunthorpe
2019-04-22 23:50 ` [PATCH v2 2/2] PCI: Fix disabling of bridge BARs when assigning bus resources Logan Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.