Re: Patch for nested mutex project solving priority inversion problem for uniprocessor.

2015-09-06 Thread Sebastian Huber
On 07/09/15 08:32, Cyrille Artho wrote: Hi Sebastian, I was not aware that deadlock detection was an objective. It would be good to first clarify the requirements for a new mutex implementation. This is why I created the ticket. It doesn't make sense to add something which will be replaced in

Re: Patch for nested mutex project solving priority inversion problem for uniprocessor.

2015-09-06 Thread Sebastian Huber
Hello Saurabh, On 05/09/15 01:52, Saurabh Gadia wrote: This is the patch for solving priority inversion problem for uniprocessor architecture. It works correctly for all test cases on master. For 4.11 the patch get applied cleanly but the branch does not compile because of some rbtree error(un