[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <532FA0E8.4050106@jp.fujitsu.com>
Date: Mon, 24 Mar 2014 12:05:12 +0900
From: Hidetoshi Seto <seto.hidetoshi@...fujitsu.com>
To: <linux-kernel@...r.kernel.org>
CC: Fernando Luis Vazquez Cao <fernando_b1@....ntt.co.jp>,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Frederic Weisbecker <fweisbec@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arjan van de Ven <arjan@...ux.intel.com>,
Oleg Nesterov <oleg@...hat.com>
Subject: [PATCH 0/2] nohz: fix idle accounting in NO_HZ kernels
Hi all,
This patch set (based on v3.14-rc7) will fix an issue that
idle/iowait of /proc/stat can go backward. Originally reported
by Tetsuo and Fernando at last year, Mar 2013.
Reviews are welcome.
Thanks,
H.Seto
Hidetoshi Seto (2):
nohz: use seqlock to avoid race on idle time stats
nohz, procfs: introduce get_cpu_idle/iowait_time_coarse
fs/proc/stat.c | 16 ++---
include/linux/tick.h | 5 ++
kernel/time/tick-sched.c | 171 ++++++++++++++++++++++++++++++++++++++++------
3 files changed, 161 insertions(+), 31 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists