stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] nohz: fix idle accounting in NO_HZ kernels
@ 2014-04-10  9:07 Hidetoshi Seto
  2014-04-10  9:11 ` [PATCH 1/2] nohz: stop updating sleep stats from get_cpu_{idle,iowait}_time_us() Hidetoshi Seto
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Hidetoshi Seto @ 2014-04-10  9:07 UTC (permalink / raw)
  To: linux-kernel
  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

Hi all,

This patch set (rebased on v3.14) is my 3rd 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 v3 takes new approach to fix the problem, and now use seqcount
while v1 and v2 uses seqlock.

Of course still reviews are welcome!

Thanks,
H.Seto

Hidetoshi Seto (2):
      nohz: stop updating sleep stats from get_cpu_{idle,iowait}_time_us()
      nohz: use delayed iowait accounting to avoid race on idle time stats

 include/linux/tick.h     |    6 ++-
 kernel/time/tick-sched.c |  116 ++++++++++++++++++++++++++++------------------
 2 files changed, 74 insertions(+), 48 deletions(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-04-18  8:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10  9:07 [PATCH v3 0/2] nohz: fix idle accounting in NO_HZ kernels Hidetoshi Seto
2014-04-10  9:11 ` [PATCH 1/2] nohz: stop updating sleep stats from get_cpu_{idle,iowait}_time_us() Hidetoshi Seto
2014-04-15  8:48   ` Peter Zijlstra
2014-04-15  8:49     ` Peter Zijlstra
2014-04-10  9:13 ` [PATCH 2/2] nohz: use delayed iowait accounting to avoid race on idle time stats Hidetoshi Seto
2014-04-15 10:04   ` Peter Zijlstra
2014-04-16  6:30     ` Hidetoshi Seto
2014-04-15 10:19   ` Peter Zijlstra
2014-04-16  6:33     ` Hidetoshi Seto
2014-04-16  9:36       ` Peter Zijlstra
2014-04-17  0:42         ` Hidetoshi Seto
2014-04-17 10:05       ` Peter Zijlstra
2014-04-17 10:09         ` Peter Zijlstra
2014-04-18  5:52         ` Hidetoshi Seto
2014-04-18  8:44           ` Peter Zijlstra
2014-04-15  3:11 ` [PATCH v3 0/2] nohz: fix idle accounting in NO_HZ kernels Hidetoshi Seto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).