lkml.org 
[lkml]   [2012]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/2] pci: Introduce __pci_reset_function_locked to be used when holding device_lock.
On Thu, 12 Jan 2012 12:06:46 -0500
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:

> The use case of this is when a driver wants to call FLR when a device
> is attached to it using the SysFS "bind" or "unbind" functionality.
>
> The call chain when a user does "bind" looks as so:
>
> echo "0000:01.07.0" > /sys/bus/pci/drivers/XXXX/bind
>
> and ends up calling:
> driver_bind:
> device_lock(dev); <=== TAKES LOCK
> XXXX_probe:
> .. pci_enable_device()
> ...__pci_reset_function(), which calls
> pci_dev_reset(dev, 0):
> if (!0) {
> device_lock(dev) <==== DEADLOCK

I have these two in my -next branch now; but you could also push them
through the Xen tree. If you have other deps and the Xen tree would be
easier, just let me know and I'll drop them.

Thanks,
--
Jesse Barnes, Intel Open Source Technology Center
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2012-01-27 18:35    [W:2.320 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site