Re: [PATCH 3.9] cputime: Fix accounting on multi-threaded processes

2013-03-28 Thread Frederic Weisbecker
2013/3/28 Stanislaw Gruszka : > Recent commit 6fac4829 "cputime: Use accessors to read task cputime > stats" introduced a bug, that make we account many times cputime of > the first thread, instead of cputimes of all threads. > > Signed-off-by: Stanislaw Gruszka Nice catch! Acked-by: Frederic W

[PATCH 3.9] cputime: Fix accounting on multi-threaded processes

2013-03-28 Thread Stanislaw Gruszka
Recent commit 6fac4829 "cputime: Use accessors to read task cputime stats" introduced a bug, that make we account many times cputime of the first thread, instead of cputimes of all threads. Signed-off-by: Stanislaw Gruszka --- kernel/sched/cputime.c |2 +- 1 files changed, 1 insertions(+), 1