Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752458AbdGDQwG (ORCPT ); Tue, 4 Jul 2017 12:52:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279AbdGDQwF (ORCPT ); Tue, 4 Jul 2017 12:52:05 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B776A8E254 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lcapitulino@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B776A8E254 Date: Tue, 4 Jul 2017 12:52:00 -0400 From: Luiz Capitulino To: Frederic Weisbecker Cc: LKML , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Wanpeng Li , Rik van Riel Subject: Re: [RFC PATCH 0/5] vtime: Fix wrong user and system time accounting Message-ID: <20170704125200.6b056971@redhat.com> In-Reply-To: <1498756511-11714-1-git-send-email-fweisbec@gmail.com> References: <1498756511-11714-1-git-send-email-fweisbec@gmail.com> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 04 Jul 2017 16:52:04 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 491 Lines: 15 On Thu, 29 Jun 2017 19:15:06 +0200 Frederic Weisbecker wrote: > Hi, > > This is a proposition to fix > "[BUG nohz]: wrong user and system time accounting": > http://lkml.kernel.org/r/20170323165512.60945ac6@redhat.com Amazing series Frederic! This fixes all instances of the issue for me on bare-metal and KVM guests, even acct-bug[1] is fixed. Tested-by: Luiz Capitulino [1] http://people.redhat.com/~lcapitul/real-time/acct-bug.c