All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nohz: fix idle accounting in NO_HZ kernels
@ 2014-03-24  3:05 Hidetoshi Seto
  2014-03-24  3:10 ` [PATCH 1/2] nohz: use seqlock to avoid race on idle time stats Hidetoshi Seto
  2014-03-24  3:10 ` [PATCH 2/2] nohz, procfs: introduce get_cpu_idle/iowait_time_coarse Hidetoshi Seto
  0 siblings, 2 replies; 7+ messages in thread
From: Hidetoshi Seto @ 2014-03-24  3:05 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

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(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2 v2] nohz: fix idle accounting in NO_HZ kernels
@ 2014-03-31  2:01 Hidetoshi Seto
  2014-03-31  2:09 ` [PATCH 2/2] nohz, procfs: introduce get_cpu_idle/iowait_time_coarse Hidetoshi Seto
  0 siblings, 1 reply; 7+ messages in thread
From: Hidetoshi Seto @ 2014-03-31  2:01 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

Hi all,

This patch set (rebased on v3.14-rc8) will fix an issue that
idle/iowait of /proc/stat can go backward. Originally reported
by Tetsuo and Fernando at last year, Mar 2013.

v2 have Preeti's Reviewed-by (Thanks!).
Of course still reviews are welcome.

Thanks,
H.Seto


Hidetoshi Seto (2):
      nohz: use seqlock to avoid race on idle time stats v2
      nohz, procfs: introduce get_cpu_idle/iowait_time_coarse

 fs/proc/stat.c           |   16 ++---
 include/linux/tick.h     |    5 +
 kernel/time/tick-sched.c |  197 ++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 183 insertions(+), 35 deletions(-)


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

end of thread, other threads:[~2014-03-31  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24  3:05 [PATCH 0/2] nohz: fix idle accounting in NO_HZ kernels Hidetoshi Seto
2014-03-24  3:10 ` [PATCH 1/2] nohz: use seqlock to avoid race on idle time stats Hidetoshi Seto
2014-03-24  7:45   ` Preeti Murthy
2014-03-24  8:21     ` Hidetoshi Seto
2014-03-25  5:27       ` Preeti U Murthy
2014-03-24  3:10 ` [PATCH 2/2] nohz, procfs: introduce get_cpu_idle/iowait_time_coarse Hidetoshi Seto
  -- strict thread matches above, loose matches on Subject: below --
2014-03-31  2:01 [PATCH 0/2 v2] nohz: fix idle accounting in NO_HZ kernels Hidetoshi Seto
2014-03-31  2:09 ` [PATCH 2/2] nohz, procfs: introduce get_cpu_idle/iowait_time_coarse Hidetoshi Seto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.