Re: [Xen-devel] [PATCH v4] Fixes for PCI backend for 3.19

2014-12-02 Thread Jan Beulich
>>> Konrad Rzeszutek Wilk 12/02/14 4:05 PM >>> >On Tue, Dec 02, 2014 at 10:10:11AM +, Jan Beulich wrote: >> >>> On 21.11.14 at 23:17, wrote: >> > Konrad Rzeszutek Wilk (7): >> > xen/pciback: Don't deadlock when unbinding. >> > driver core: Provide an wrapper around the mutex to do

Re: [Xen-devel] [PATCH v4] Fixes for PCI backend for 3.19

2014-12-02 Thread Konrad Rzeszutek Wilk
On Tue, Dec 02, 2014 at 10:10:11AM +, Jan Beulich wrote: > >>> On 21.11.14 at 23:17, wrote: > > Konrad Rzeszutek Wilk (7): > > xen/pciback: Don't deadlock when unbinding. > > driver core: Provide an wrapper around the mutex to do lockdep > > warnings > > xen/pciback: Include

Re: [Xen-devel] [PATCH v4] Fixes for PCI backend for 3.19

2014-12-02 Thread Jan Beulich
>>> On 21.11.14 at 23:17, wrote: > Konrad Rzeszutek Wilk (7): > xen/pciback: Don't deadlock when unbinding. > driver core: Provide an wrapper around the mutex to do lockdep warnings > xen/pciback: Include the domain id if removing the device whilst still > in use > xen/pci

[Xen-devel] [PATCH v4] Fixes for PCI backend for 3.19

2014-11-21 Thread Konrad Rzeszutek Wilk
Hey, The last time I posted these patches: https://lkml.org/lkml/2014/7/8/533 was so long ago that I don't even remember most comments. The only one that stuck in mind was David's recommendation to add a new PCI API call and use that. See patch #6 and #7. The original posting (v3) had an extra p