From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753844AbaDVGfa (ORCPT ); Tue, 22 Apr 2014 02:35:30 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:51962 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbaDVGfV (ORCPT ); Tue, 22 Apr 2014 02:35:21 -0400 X-SecurityPolicyCheck: OK by SHieldMailChecker v1.7.4 Message-ID: <53560D81.90706@jp.fujitsu.com> Date: Tue, 22 Apr 2014 15:34:41 +0900 From: Hidetoshi Seto User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: Fernando Luis Vazquez Cao , Tetsuo Handa , Frederic Weisbecker , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Andrew Morton , Arjan van de Ven , Oleg Nesterov , Preeti U Murthy , Denys Vlasenko , stable@vger.kernel.org Subject: Re: [PATCH v4 0/2] nohz: fix idle accounting in NO_HZ kernels References: <534FA04B.8080906@jp.fujitsu.com> In-Reply-To: <534FA04B.8080906@jp.fujitsu.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ping? (I'll have a week holidays from next week. So thank you if you could give me your comments soon!) Thanks, H.Seto (2014/04/17 18:35), Hidetoshi Seto wrote: > Hi all, > > This patch set (rebased on v3.15-rc1) is my 4th try to fix an issue > that idle/iowait of /proc/stat can go backward. Originally reported > by Tetsuo and Fernando at last year, Mar 2013. > > This v4 updates v3's approach, and adds description/comments to > make patch's intent to be clear (I hope so). > > Of course still reviews are welcome. > > Thanks, > H.Seto > > Hidetoshi Seto (2): > nohz: make updating sleep stats local > nohz: delayed iowait accounting for nohz idle time stats > > include/linux/tick.h | 6 +- > kernel/time/tick-sched.c | 179 ++++++++++++++++++++++++++++++++++------------ > 2 files changed, 136 insertions(+), 49 deletions(-) > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >