Re: [PATCH] sched/fair: Fix update_min_vruntime() to get proper min_vruntime

2016-09-08 Thread Byungchul Park
> Subject: [PATCH] sched/fair: Fix update_min_vruntime() to get proper > > min_vruntime > > > > Commit 97a7142 'sched/fair: Make update_min_vruntime() more readable' > > introduces a bug that cfs_rq gets a wrong min_vruntime if > > !cfs_rq->rb_left

Re: [PATCH] sched/fair: Fix update_min_vruntime() to get proper min_vruntime

2016-09-06 Thread Peter Zijlstra
On Tue, Sep 06, 2016 at 02:05:17PM +0900, Byungchul Park wrote: > From 295895be8befbab040d6054bb8186c03daabcedd Mon Sep 17 00:00:00 2001 > From: Byungchul Park > Date: Tue, 6 Sep 2016 12:22:26 +0900 > Subject: [PATCH] sched/fair: Fix update_min_vruntime() to get proper > min_vrunt

[PATCH] sched/fair: Fix update_min_vruntime() to get proper min_vruntime

2016-09-05 Thread Byungchul Park
ant. Sorry. Thank you, Byungchul -8<- >From 295895be8befbab040d6054bb8186c03daabcedd Mon Sep 17 00:00:00 2001 From: Byungchul Park Date: Tue, 6 Sep 2016 12:22:26 +0900 Subject: [PATCH] sched/fair: Fix update_min_vruntime() to get proper min_vruntime Commit 97a7142 &