On 9/29/2016 7:50 PM, Sinan Kaya wrote:
> Hi Bjorn,
>
> On 9/29/2016 5:49 PM, Bjorn Helgaas wrote:
>>> + }
>> This pattern of "unlock, do something, relock" needs some
>> justification. In general it's unsafe because the lock is protecting
>> *something*, and you have to assume that something c
Hi Bjorn,
On 9/29/2016 5:49 PM, Bjorn Helgaas wrote:
>> +}
> This pattern of "unlock, do something, relock" needs some
> justification. In general it's unsafe because the lock is protecting
> *something*, and you have to assume that something can change as soon
> as you unlock. Maybe you kno
Hi Sinan,
On Fri, Sep 16, 2016 at 04:06:32PM -0400, Sinan Kaya wrote:
> Device states on the bus are saved and restored for all bus resets except
> the one initiated through pci_dev_reset. Filling the hole.
>
> Signed-off-by: Sinan Kaya
> ---
> drivers/pci/pci.c | 14 ++
> 1 file ch
Device states on the bus are saved and restored for all bus resets except
the one initiated through pci_dev_reset. Filling the hole.
Signed-off-by: Sinan Kaya
---
drivers/pci/pci.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index aab
4 matches
Mail list logo