Re: [PATCH 0/8] IPoIB: Fix multiple race conditions

2014-09-03 Thread Doug Ledford
On Wed, 2014-09-03 at 16:52 +0300, Or Gerlitz wrote: > On 8/13/2014 2:38 AM, Doug Ledford wrote: > > Locking of multicast joins/leaves in the IPoIB layer have been problematic > > for a while. There have been recent changes to try and make things better, > > including these changes: > > > > bea1e2

Re: [PATCH 0/8] IPoIB: Fix multiple race conditions

2014-09-03 Thread Wendy Cheng
On Fri, Aug 15, 2014 at 3:08 PM, Wendy Cheng wrote: > On Tue, Aug 12, 2014 at 4:38 PM, Doug Ledford wrote: [snip] >> >> Doug Ledford (8): >> IPoIB: Consolidate rtnl_lock tasks in workqueue >> IPoIB: Make the carrier_on_task race aware >> IPoIB: fix MCAST_FLAG_BUSY usage >> IPoIB: fix mcas

Re: [PATCH 0/8] IPoIB: Fix multiple race conditions

2014-09-03 Thread Or Gerlitz
On 8/13/2014 2:38 AM, Doug Ledford wrote: Locking of multicast joins/leaves in the IPoIB layer have been problematic for a while. There have been recent changes to try and make things better, including these changes: bea1e22 IPoIB: Fix use-after-free of multicast object a9c8ba5 IPoIB: Fix usage

Re: [PATCH 0/8] IPoIB: Fix multiple race conditions

2014-08-15 Thread Wendy Cheng
On Tue, Aug 12, 2014 at 4:38 PM, Doug Ledford wrote: > Locking of multicast joins/leaves in the IPoIB layer have been problematic > for a while. There have been recent changes to try and make things better, > including these changes: > > bea1e22 IPoIB: Fix use-after-free of multicast object > a9c

[PATCH 0/8] IPoIB: Fix multiple race conditions

2014-08-12 Thread Doug Ledford
Locking of multicast joins/leaves in the IPoIB layer have been problematic for a while. There have been recent changes to try and make things better, including these changes: bea1e22 IPoIB: Fix use-after-free of multicast object a9c8ba5 IPoIB: Fix usage of uninitialized multicast objects Unfortu