public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* vfio/dev-assignment: potential pci_block_user_cfg_access nesting
@ 2011-08-23 13:31 Jan Kiszka
  2011-08-23 22:05 ` Alex Williamson
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2011-08-23 13:31 UTC (permalink / raw)
  To: Alex Williamson; +Cc: kvm

Hi Alex,

just ran into some corner case with my reanimated IRQ sharing patches
that may affect vfio as well:

How are vfio_enable/disable_intx synchronized against all other possible
spots that call pci_block_user_cfg_access?

I hit the recursion bug check in pci_block_user_cfg_access with my code
which takes the user_cfg lock like vfio does. It likely races with
pci_reset_function here - and should do so in vfio as well.

Just taking some lock would mean having to run pci_reset_function with
IRQs disabled to synchronize with the IRQ handler (not sure if that is
possible at all). Alternatively, we would have to disable the interrupt
line or deregister the IRQ while resetting. Or we perform INTx mask
manipulation in an unsynchronized fashion, resolving races with user
space differently (still need to think about this option).

Any other thoughts?

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2011-08-24 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 13:31 vfio/dev-assignment: potential pci_block_user_cfg_access nesting Jan Kiszka
2011-08-23 22:05 ` Alex Williamson
2011-08-24  9:09   ` Jan Kiszka
2011-08-24 15:10     ` Alex Williamson

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