Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-12 Thread Alex Shi
On 07/13/2017 12:35 AM, Peter Zijlstra wrote: > On Wed, Jul 12, 2017 at 10:14:49AM -0400, Steven Rostedt wrote: >> On Tue, 11 Jul 2017 22:39:24 +0800 >> Alex Shi wrote: >> >>> Any comments for this little change? It's passed on 0day testing. >> >> I think the problem was that this was a third pa

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-12 Thread Alex Shi
On 07/12/2017 10:14 PM, Steven Rostedt wrote: > On Tue, 11 Jul 2017 22:39:24 +0800 > Alex Shi wrote: > >> Any comments for this little change? It's passed on 0day testing. > > I think the problem was that this was a third patch after two > documentation patches. Where, people put documentation

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-12 Thread Peter Zijlstra
On Wed, Jul 12, 2017 at 10:14:49AM -0400, Steven Rostedt wrote: > On Tue, 11 Jul 2017 22:39:24 +0800 > Alex Shi wrote: > > > Any comments for this little change? It's passed on 0day testing. > > I think the problem was that this was a third patch after two > documentation patches. Where, people

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-12 Thread Steven Rostedt
On Tue, 11 Jul 2017 22:39:24 +0800 Alex Shi wrote: > Any comments for this little change? It's passed on 0day testing. I think the problem was that this was a third patch after two documentation patches. Where, people put documentation review at the bottom of their priority list. This should ha

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-11 Thread Alex Shi
Any comments for this little change? It's passed on 0day testing. Thanks Alex On 07/07/2017 10:52 AM, Alex Shi wrote: > We don't need to adjust prio before new pi_waiter adding. The prio > only need update after pi_waiter change or task priority change. > > Signed-off-by: Alex Shi > Cc: Steven

[PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-07-06 Thread Alex Shi
We don't need to adjust prio before new pi_waiter adding. The prio only need update after pi_waiter change or task priority change. Signed-off-by: Alex Shi Cc: Steven Rostedt Cc: Sebastian Siewior Cc: Mathieu Poirier Cc: Juri Lelli Cc: Thomas Gleixner To: linux-kernel@vger.kernel.org To: Ing

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-06-19 Thread Alex Shi
CC fengguang. This patch survived in Fengguang's 0day testing on https://github.com/alexshi/power-scheduling.git rtmutex-doc :) Regards Alex On 05/25/2017 01:26 PM, Alex Shi wrote: > We don't need to adjust prio before new pi_waiter adding. The prio > only need update after pi_waiter change or t

[PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-05-24 Thread Alex Shi
We don't need to adjust prio before new pi_waiter adding. The prio only need update after pi_waiter change or task priority change. Signed-off-by: Alex Shi Cc: Steven Rostedt Cc: Sebastian Siewior Cc: Mathieu Poirier Cc: Juri Lelli Cc: Thomas Gleixner To: linux-kernel@vger.kernel.org To: Ing

Re: [PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-04-13 Thread Steven Rostedt
On Thu, 13 Apr 2017 22:02:54 +0800 Alex Shi wrote: > We don't need to adjust prio before new pi_waiter adding. The prio > only need update after pi_waiter change or task normal_prio change. > > Signed-off-by: Alex Shi > Cc: Steven Rostedt > Cc: Sebastian Siewior > To: linux-kernel@vger.kernel

[PATCH 3/3] rtmutex: remove unnecessary adjust prio

2017-04-13 Thread Alex Shi
We don't need to adjust prio before new pi_waiter adding. The prio only need update after pi_waiter change or task normal_prio change. Signed-off-by: Alex Shi Cc: Steven Rostedt Cc: Sebastian Siewior To: linux-kernel@vger.kernel.org To: Ingo Molnar To: Peter Zijlstra Cc: Thomas Gleixner ---