Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-08-24 Thread Steven Rostedt
On Thu, 24 Aug 2017 13:39:14 -0600 Jonathan Corbet wrote: > On Tue, 15 Aug 2017 12:00:25 -0400 > Steven Rostedt wrote: > > > > Sorry for skip you here. Yes, if you like to pick them, please go ahead! > > > > Agreed, Jon's tree is the best path. > > So I'm kind of slow, but I finally appli

Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-08-24 Thread Jonathan Corbet
On Tue, 15 Aug 2017 12:00:25 -0400 Steven Rostedt wrote: > > Sorry for skip you here. Yes, if you like to pick them, please go ahead! > > Agreed, Jon's tree is the best path. So I'm kind of slow, but I finally applied these, sorry for the delay. jon -- To unsubscribe from this list: send the l

Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-08-15 Thread Steven Rostedt
On Fri, 11 Aug 2017 15:47:14 +0800 Alex Shi wrote: > On 08/08/2017 04:30 AM, Jonathan Corbet wrote: > > On Mon, 31 Jul 2017 09:53:01 +0800 > > Alex Shi wrote: > > > >> On 07/31/2017 09:50 AM, Alex Shi wrote: > >>> -Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy > >>> D

Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-08-11 Thread Alex Shi
On 08/08/2017 04:30 AM, Jonathan Corbet wrote: > On Mon, 31 Jul 2017 09:53:01 +0800 > Alex Shi wrote: > >> On 07/31/2017 09:50 AM, Alex Shi wrote: >>> -Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy Dunlap >>> +Original Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duets

Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-08-07 Thread Jonathan Corbet
On Mon, 31 Jul 2017 09:53:01 +0800 Alex Shi wrote: > On 07/31/2017 09:50 AM, Alex Shi wrote: > > -Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy Dunlap > > +Original Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and > > +Randy Dunlap > > +Update (7

Re: [PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-07-30 Thread Alex Shi
On 07/31/2017 09:50 AM, Alex Shi wrote: > -Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and Randy Dunlap > +Original Reviewers: Ingo Molnar, Thomas Gleixner, Thomas Duetsch, and > + Randy Dunlap > +Update (7/6/2017) Reviewers: Steven Rostedt and Sebastian Siewior >

[PATCH v4 resend 1/2] rtmutex: update rt-mutex-design

2017-07-30 Thread Alex Shi
The rt-mutex-design documents didn't gotten meaningful update from its first version. Even after owner's pending bit was removed in commit 8161239a8bcc ("rtmutex: Simplify PI algorithm and make highest prio task get lock") and priority list 'plist' changed to rbtree. And Peter Zijlstra did some cle