From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751948AbcHLO0U (ORCPT ); Fri, 12 Aug 2016 10:26:20 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:34932 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbcHLO0S (ORCPT ); Fri, 12 Aug 2016 10:26:18 -0400 Date: Fri, 12 Aug 2016 16:26:13 +0200 From: Frederic Weisbecker To: Christoph Lameter Cc: "Paul E. McKenney" , Peter Zijlstra , Chris Metcalf , Gilad Ben Yossef , Steven Rostedt , Ingo Molnar , Andrew Morton , Rik van Riel , Tejun Heo , Thomas Gleixner , Viresh Kumar , Catalin Marinas , Will Deacon , Andy Lutomirski , Daniel Lezcano , linux-doc@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: clocksource_watchdog causing scheduling of timers every second (was [v13] support "task_isolation" mode) Message-ID: <20160812142611.GC5087@lerouge> References: <7a3f66f7-5011-7d59-2e0e-f57e4e42e6b6@mellanox.com> <20160810221656.GC19757@lerouge> <20160811084002.GV30192@twins.programming.kicks-ass.net> <20160811160027.GV3482@linux.vnet.ibm.com> <20160811234734.GJ3482@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 12, 2016 at 09:23:13AM -0500, Christoph Lameter wrote: > On Thu, 11 Aug 2016, Paul E. McKenney wrote: > > > Heh! The only really good idea is for clocks to be reliably in sync. > > > > But if they go out of sync, what do you want to do instead? > > For a NOHZ task? Write a message to the syslog and reenable tick. Indeed, a strong clocksource is a requirement for a full tickless machine.