Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-12-04 Thread Rafael J. Wysocki
On Tuesday, December 03, 2013 06:19:28 PM Yinghai Lu wrote: > On Sat, Nov 30, 2013 at 5:05 PM, Rafael J. Wysocki wrote: > > On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: > > > > And this is not enough as I said, can you please stop ignoring me openly? > > > > You've already

Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-12-04 Thread Rafael J. Wysocki
On Tuesday, December 03, 2013 06:19:28 PM Yinghai Lu wrote: On Sat, Nov 30, 2013 at 5:05 PM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: And this is not enough as I said, can you please stop ignoring me openly? You've already

Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-12-03 Thread Yinghai Lu
On Sat, Nov 30, 2013 at 5:05 PM, Rafael J. Wysocki wrote: > On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: > > And this is not enough as I said, can you please stop ignoring me openly? > > You've already commented the last patch I posted, so why don't we finish > that discussion

Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-12-03 Thread Yinghai Lu
On Sat, Nov 30, 2013 at 5:05 PM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: And this is not enough as I said, can you please stop ignoring me openly? You've already commented the last patch I posted, so why don't we finish that

Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-11-30 Thread Rafael J. Wysocki
On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: > Mutliple removing via /sys will call pci_destroy_dev two times. > > | When concurent removing pci devices which are in the same pci subtree > | via sysfs, such as: > | echo -n 1 > /sys/bus/pci/devices/\:10\:00.0/remove ; echo -n 1

[PATCH v3 04/12] PCI: Destroy pci dev only once

2013-11-30 Thread Yinghai Lu
Mutliple removing via /sys will call pci_destroy_dev two times. | When concurent removing pci devices which are in the same pci subtree | via sysfs, such as: | echo -n 1 > /sys/bus/pci/devices/\:10\:00.0/remove ; echo -n 1 > | /sys/bus/pci/devices/\:1a\:01.0/remove | (1a:01.0 device is

[PATCH v3 04/12] PCI: Destroy pci dev only once

2013-11-30 Thread Yinghai Lu
Mutliple removing via /sys will call pci_destroy_dev two times. | When concurent removing pci devices which are in the same pci subtree | via sysfs, such as: | echo -n 1 /sys/bus/pci/devices/\:10\:00.0/remove ; echo -n 1 | /sys/bus/pci/devices/\:1a\:01.0/remove | (1a:01.0 device is

Re: [PATCH v3 04/12] PCI: Destroy pci dev only once

2013-11-30 Thread Rafael J. Wysocki
On Saturday, November 30, 2013 02:40:30 PM Yinghai Lu wrote: Mutliple removing via /sys will call pci_destroy_dev two times. | When concurent removing pci devices which are in the same pci subtree | via sysfs, such as: | echo -n 1 /sys/bus/pci/devices/\:10\:00.0/remove ; echo -n 1 |