Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161242AbdDUOBO (ORCPT ); Fri, 21 Apr 2017 10:01:14 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35222 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1040269AbdDUOBK (ORCPT ); Fri, 21 Apr 2017 10:01:10 -0400 From: Frederic Weisbecker To: Thomas Gleixner , Ingo Molnar Cc: LKML , Frederic Weisbecker , Peter Zijlstra , Rik van Riel , James Hartsock , Tim Wright , Pavel Machek Subject: [PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2 Date: Fri, 21 Apr 2017 16:00:53 +0200 Message-Id: <1492783255-5051-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 467 Lines: 14 As suggested by Thomas Gleixner, the second patch now integrates a fix in case the sanity check fails and the clockevent isn't programmed as expected. Frederic Weisbecker (2): nohz: Fix again collision between tick and other hrtimers tick: Make sure tick timer is active when bypassing reprogramming kernel/time/tick-sched.c | 33 ++++++++++++++++++++++++++++++--- kernel/time/tick-sched.h | 2 ++ 2 files changed, 32 insertions(+), 3 deletions(-) -- 2.7.4