Re: [patch V4 00/10] rtmutex: Code clarification and optimization

2014-06-22 Thread Thomas Gleixner
On Sun, 22 Jun 2014, Ingo Molnar wrote: > * Thomas Gleixner wrote: > > > Hopefully the last iteration of this. > > > > I addressed all the review comments and added the following new ones: > > > > 1/n: plug unlock race. > > > > Patch was separately posted already in the safety of > >

Re: [patch V4 00/10] rtmutex: Code clarification and optimization

2014-06-22 Thread Ingo Molnar
* Thomas Gleixner wrote: > Hopefully the last iteration of this. > > I addressed all the review comments and added the following new ones: > > 1/n: plug unlock race. > > Patch was separately posted already in the safety of > *mutex_unlock() thread. > > 2/n: Document and simpli

[patch V4 00/10] rtmutex: Code clarification and optimization

2014-06-11 Thread Thomas Gleixner
Hopefully the last iteration of this. I addressed all the review comments and added the following new ones: 1/n: plug unlock race. Patch was separately posted already in the safety of *mutex_unlock() thread. 2/n: Document and simplify the trylock path 3/n: Document and simpl