Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967715AbdDZVIR (ORCPT ); Wed, 26 Apr 2017 17:08:17 -0400 Received: from mail-wr0-f173.google.com ([209.85.128.173]:33544 "EHLO mail-wr0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967683AbdDZVIF (ORCPT ); Wed, 26 Apr 2017 17:08:05 -0400 Date: Wed, 26 Apr 2017 23:07:59 +0200 From: Frederic Weisbecker To: Ingo Molnar Cc: Thomas Gleixner , LKML , Peter Zijlstra , Rik van Riel , James Hartsock , Tim Wright , Pavel Machek , Mike Galbraith Subject: Re: [PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2 Message-ID: <20170426210757.GC16523@lerouge> References: <1492783255-5051-1-git-send-email-fweisbec@gmail.com> <20170424080835.22yjqtj6xkynx3nm@gmail.com> <20170424140436.GD21353@lerouge> <20170424144523.smldipadtlukkpoc@gmail.com> <20170426145514.GB16523@lerouge> <20170426184913.pfgcuxcjuyigk4oe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170426184913.pfgcuxcjuyigk4oe@gmail.com> 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 Content-Length: 426 Lines: 10 On Wed, Apr 26, 2017 at 08:49:13PM +0200, Ingo Molnar wrote: > Sorry, don't have the time for extensive traces this close to the merge window - > but are you sure you cannot reproduce it? > > The warning popped up on all 3 test systems I tried (two Intel servers, one AMD > server), and it also hit Mike's server - with a fairly regular distro-ish config. Fair point, I'll try on other machines than my main one. Thanks.