Re: [patch V2 06/38] posix-cpu-timers: Sample directly in timer check

2019-08-22 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:08:53PM +0200, Thomas Gleixner wrote: > The thread group accounting is active, otherwise the expiry function would > not be running. Sample the thread group time directly. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker

[patch V2 06/38] posix-cpu-timers: Sample directly in timer check

2019-08-21 Thread Thomas Gleixner
The thread group accounting is active, otherwise the expiry function would not be running. Sample the thread group time directly. Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) ---