From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vDv8P69KzzDq6X for ; Fri, 3 Feb 2017 09:01:04 +1100 (AEDT) Received: by mail-wm0-x229.google.com with SMTP id r141so8119012wmg.1 for ; Thu, 02 Feb 2017 14:01:04 -0800 (PST) Date: Thu, 2 Feb 2017 22:01:00 +0000 From: Matt Fleming To: Peter Zijlstra Cc: Ross Zwisler , Mike Galbraith , Sachin Sant , Michael Ellerman , "linuxppc-dev@lists.ozlabs.org" , "linux-next@vger.kernel.org" , LKML Subject: Re: [tip:sched/core] sched/core: Add debugging code to catch missing update_rq_clock() calls Message-ID: <20170202220100.GA18235@codeblueprint.co.uk> References: <20160921133813.31976-8-matt@codeblueprint.co.uk> <87tw8gutp6.fsf@concordia.ellerman.id.au> <20170130213435.GM31613@codeblueprint.co.uk> <33118425-8548-475A-8DED-9A2424C0BCCC@linux.vnet.ibm.com> <1485863317.4498.2.camel@gmx.de> <20170202155506.GX6515@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170202155506.GX6515@twins.programming.kicks-ass.net> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 02 Feb, at 04:55:06PM, Peter Zijlstra wrote: > On Tue, Jan 31, 2017 at 10:22:47AM -0700, Ross Zwisler wrote: > > On Tue, Jan 31, 2017 at 4:48 AM, Mike Galbraith wrote: > > > On Tue, 2017-01-31 at 16:30 +0530, Sachin Sant wrote: > > > Could some of you test this? It seems to cure things in my (very) > limited testing. I haven't tested it but this looks like the correct fix to me. Reviewed-by: Matt Fleming