[PATCH 0/6] sched/nohz: Make the rest of kcpustat vtime aware v3

From: Frederic Weisbecker
Date: Wed Nov 20 2019 - 21:44:38 EST


(For the record, see v2 at
https://lore.kernel.org/lkml/20191119232218.4206-1-frederic@xxxxxxxxxx/ )

This set addresses reviews from Ingo on previous take:

* Fix comment nit
* Remind in comment about the reschedule IPI that may happen on renice
* Constify input
* Indent a few blocks of assignments
* Use struct kernel_cpustat as an output for kcpustat accessor. It makes
things easier and cleaner than the independant variables.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
nohz/kcpustat-v5

HEAD: 8941f0df7da73e1d95f0c0bed0121a14cdb52873

Thanks,
Frederic
---

Frederic Weisbecker (6):
sched/cputime: Support other fields on kcpustat_field()
sched/vtime: Bring up complete kcpustat accessor
procfs: Use all-in-one vtime aware kcpustat accessor
cpufreq: Use vtime aware kcpustat accessors for user time
leds: Use all-in-one vtime aware kcpustat accessor
rackmeter: Use vtime aware kcpustat accessor


drivers/cpufreq/cpufreq.c | 17 +--
drivers/cpufreq/cpufreq_governor.c | 6 +-
drivers/leds/trigger/ledtrig-activity.c | 14 ++-
drivers/macintosh/rack-meter.c | 7 +-
fs/proc/stat.c | 56 +++++-----
include/linux/kernel_stat.h | 7 ++
kernel/sched/cputime.c | 190 ++++++++++++++++++++++++++------
7 files changed, 223 insertions(+), 74 deletions(-)