On Mon, Oct 06, 2014 at 03:19:23PM +0000, Sorin Vinturis wrote: > Acquiring a spin lock raises the IRQL to DISPATCH_LEVEL. But > in many places of the code, while holding a spin lock, there > are useless checks for the current IRQL against DISPATCH_LEVEL. > Also, the dispatch flag is not correctly set when calling > NdisAcquireRWLockXXX() functions, which causes an extra check > of the current IRQL. > > Signed-off-by: Sorin Vinturis <[email protected]> > Reported-by: Sorin Vinturis <[email protected]> > Reported-at: https://github.com/openvswitch/ovs-issues/issues/47 > Acked-by: Nithin Raju <[email protected]> > Acked-by: Alin Gabriel Serdean <[email protected]> > Acked-by: Eitan Eliahu <[email protected]>
Applied, thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
