linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv6 0/5] Limiting PCI access
@ 2017-02-07 19:32 Keith Busch
  2017-02-07 19:32 ` [PATCHv6 1/5] pci: Export pci device config accessors Keith Busch
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Keith Busch @ 2017-02-07 19:32 UTC (permalink / raw)
  To: linux-pci, Bjorn Helgaas
  Cc: Greg Kroah-Hartman, Lukas Wunner, Wei Zhang, Austin Bolen,
	Christoph Hellwig, Keith Busch

The code is functionally equivalent to v5. I've fixed the style
points mentioned in review on line warpping, adjusted the change log
on the msi/msix skippage to not exclude mentioning msi, and added the
accumulated Reviewed-by's.

Keith Busch (5):
  pci: Export pci device config accessors
  pci: Add device disconnected state
  pci: No config access for disconnected devices
  pci/msix: Skip disabling disconnected devices
  pci: Quick return for pci_device_is_present

 drivers/pci/access.c             | 56 ++++++++++++++++++++++++++++++++++++++++
 drivers/pci/hotplug/pciehp_pci.c |  6 +++++
 drivers/pci/msi.c                |  7 ++++-
 drivers/pci/pci.c                |  2 ++
 drivers/pci/pci.h                | 14 ++++++++++
 drivers/pci/pcie/pcie-dpc.c      |  5 ++++
 include/linux/pci.h              | 34 ++++++------------------
 7 files changed, 97 insertions(+), 27 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2017-03-30  4:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 19:32 [PATCHv6 0/5] Limiting PCI access Keith Busch
2017-02-07 19:32 ` [PATCHv6 1/5] pci: Export pci device config accessors Keith Busch
2017-02-07 19:32 ` [PATCHv6 2/5] pci: Add device disconnected state Keith Busch
2017-02-07 19:32 ` [PATCHv6 3/5] pci: No config access for disconnected devices Keith Busch
2017-02-08  6:04   ` Lukas Wunner
2017-02-10 18:38     ` Keith Busch
2017-02-10 19:54       ` Greg Kroah-Hartman
2017-02-10 20:54         ` Keith Busch
2017-02-07 19:32 ` [PATCHv6 4/5] pci/msix: Skip disabling " Keith Busch
2017-02-07 19:32 ` [PATCHv6 5/5] pci: Quick return for pci_device_is_present Keith Busch
2017-03-29 18:01 ` [PATCHv6 0/5] Limiting PCI access Wei Zhang
2017-03-30  3:56 ` Bjorn Helgaas
2017-03-30  4:10   ` Wei Zhang

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).