All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vfio: export and make use of pci_dev_trylock()
@ 2021-06-23  2:28 Luis Chamberlain
  2021-06-23  2:28 ` [PATCH v2 1/2] PCI: Export pci_dev_trylock() and pci_dev_unlock() Luis Chamberlain
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Luis Chamberlain @ 2021-06-23  2:28 UTC (permalink / raw)
  To: bhelgaas, alex.williamson, cohuck, jgg, kevin.tian, eric.auger,
	giovanni.cabiddu, mjrosato, jannh, kvm, linux-pci, schnelle
  Cc: minchan, gregkh, rafael, jeyu, ngupta, sergey.senozhatsky.work,
	mcgrof, axboe, mbenes, jpoimboe, tglx, keescook, jikos, rostedt,
	peterz, linux-kernel

This v2 series addreses the changes requested by Bjorn, namely:

  - moved the new forward declarations next to pci_cfg_access_lock()
    as requested
  - modify the subject patch for the first PCI patch

Luis Chamberlain (2):
  PCI: Export pci_dev_trylock() and pci_dev_unlock()
  vfio: use the new pci_dev_trylock() helper to simplify try lock

 drivers/pci/pci.c           |  6 ++++--
 drivers/vfio/pci/vfio_pci.c | 11 ++++-------
 include/linux/pci.h         |  3 +++
 3 files changed, 11 insertions(+), 9 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-06-25 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  2:28 [PATCH v2 0/2] vfio: export and make use of pci_dev_trylock() Luis Chamberlain
2021-06-23  2:28 ` [PATCH v2 1/2] PCI: Export pci_dev_trylock() and pci_dev_unlock() Luis Chamberlain
2021-06-23  9:30   ` Cornelia Huck
2021-06-23  2:28 ` [PATCH v2 2/2] vfio: use the new pci_dev_trylock() helper to simplify try lock Luis Chamberlain
2021-06-23  9:31   ` Cornelia Huck
2021-06-23 18:20   ` Jason Gunthorpe
2021-06-23 18:17 ` [PATCH v2 0/2] vfio: export and make use of pci_dev_trylock() Alex Williamson
2021-06-25 15:04 ` Alex Williamson
2021-06-25 15:07   ` Alex Williamson

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.