Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757401Ab3ENMqx (ORCPT ); Tue, 14 May 2013 08:46:53 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:39592 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755693Ab3ENMqu (ORCPT ); Tue, 14 May 2013 08:46:50 -0400 Date: Tue, 14 May 2013 14:46:43 +0200 From: Frederic Weisbecker To: Peter Zijlstra Cc: Ingo Molnar , LKML , Li Zhong , Steven Rostedt , Thomas Gleixner , Paul Turner , Mike Galbraith Subject: Re: [RFC GIT PULL] sched; Fix a few missing rq clock updates Message-ID: <20130514124642.GA19321@somewhere> References: <1365724262-20142-1-git-send-email-fweisbec@gmail.com> <20130514115733.GG15942@dyad.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130514115733.GG15942@dyad.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1509 Lines: 33 On Tue, May 14, 2013 at 01:57:33PM +0200, Peter Zijlstra wrote: > On Fri, Apr 12, 2013 at 01:50:57AM +0200, Frederic Weisbecker wrote: > > Hi, > > > > So I revisited the rq clock series I had for dynticks. The patches > > actually were about upstream issues so I refactored the fixes > > under that angle and gave up with the wrong asumption that rq > > clock relies on the tick for its updates. > > > > Patches 1-4 fix some missing updates. Additionally I removed > > 2 of these updates from the previous set: > > > > * No need to update the rq clock on idle_balance() because it should > > follow a call to deactivate_task() (unless TIF_NEED_RESCHED is set > > on idle without new task on the runqueue, not sure we want to cover that). > > > > * No need to update for try_to_wake_up_local() -> ttwu_do_wakeup() -> check_preempt_curr() > > as it's following deactivate_task(). > > > > Patch 5 brings accessors that will be necessary to settle an rq clock > > debugging engine. What remains is to tag scheduler's entry/exit points > > and report missing or redundant update_rq_clock() before calls to > > rq_clock() and rq_clock_task(). > > Just noticed this queue was still sitting in the INBOX, I took it and will > soon-ish hand to Ingo. Thanks a lot! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/