From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756632AbbJAMcB (ORCPT ); Thu, 1 Oct 2015 08:32:01 -0400 Received: from www.linutronix.de ([62.245.132.108]:33960 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753351AbbJAMb6 (ORCPT ); Thu, 1 Oct 2015 08:31:58 -0400 Date: Thu, 1 Oct 2015 14:31:06 +0200 (CEST) From: Thomas Gleixner To: Frederic Weisbecker cc: Chris Metcalf , Gilad Ben Yossef , Steven Rostedt , Ingo Molnar , Peter Zijlstra , Andrew Morton , Rik van Riel , Tejun Heo , "Paul E. McKenney" , Christoph Lameter , Viresh Kumar , Catalin Marinas , Will Deacon , Andy Lutomirski , linux-doc@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 02/11] task_isolation: add initial support In-Reply-To: <20151001122339.GD3432@lerouge> Message-ID: References: <1443453446-7827-1-git-send-email-cmetcalf@ezchip.com> <1443453446-7827-3-git-send-email-cmetcalf@ezchip.com> <20151001121414.GB3432@lerouge> <20151001122339.GD3432@lerouge> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Oct 2015, Frederic Weisbecker wrote: > On Thu, Oct 01, 2015 at 02:18:42PM +0200, Thomas Gleixner wrote: > > On Thu, 1 Oct 2015, Frederic Weisbecker wrote: > > > On Mon, Sep 28, 2015 at 11:17:17AM -0400, Chris Metcalf wrote: > > > > + > > > > + while (READ_ONCE(dev->next_event.tv64) != KTIME_MAX) { > > > > > > You should add a function in tick-sched.c to get the next tick. This > > > is supposed to be a private field. > > > > Just to make it clear. Neither the above nor a similar check in > > tick-sched.c is going to happen. > > > > This busy waiting is just horrible. Get your act together and solve > > the problems at the root and do not inflict your quick and dirty > > 'solutions' on us. > > That's why I proposed a wait-wake scheme instead with the tick stop > code. What's your opinion about such direction? Definitely more sensible than mindlessly busy looping. Thanks, tglx