From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938337AbdAJPWF (ORCPT ); Tue, 10 Jan 2017 10:22:05 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36573 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765658AbdAJPV7 (ORCPT ); Tue, 10 Jan 2017 10:21:59 -0500 Date: Tue, 10 Jan 2017 16:21:55 +0100 From: Frederic Weisbecker To: Thomas Gleixner , Martin Schwidefsky Cc: LKML , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Heiko Carstens , Tony Luck , Fenghua Yu , Peter Zijlstra , Rik van Riel , Ingo Molnar , Stanislaw Gruszka , Wanpeng Li , Christian Borntraeger Subject: Re: [PATCH 00/10] vtime: Delay cputime accounting to tick / context switch Message-ID: <20170110152152.GC2473@lerouge> References: <1483636310-6557-1-git-send-email-fweisbec@gmail.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 Tue, Jan 10, 2017 at 12:45:43PM +0100, Thomas Gleixner wrote: > On Thu, 5 Jan 2017, Frederic Weisbecker wrote: > > > This version is a rebase on top of latest Linus tree which includes > > the fix 8f2b468aadc ("s390/vtime: correct system time accounting"). > > > > Also a small change: I have moved account_system_index_scaled() to s390 > > in patch "s390/cputime: delayed accounting of system time" because it is > > the only user of the function. > > > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git > > vtime/acc-v2 > > Acked-by: Thomas Gleixner Thanks for your reviews! I added the acks on the series.