Re: [patch V3 0/3] posix-cpu-timers: Move expiry into task work context

From: Oleg Nesterov
Date: Fri Jul 31 2020 - 08:39:35 EST


On 07/30, Thomas Gleixner wrote:
>
> arch/x86/Kconfig | 1
> include/linux/posix-timers.h | 17 +++
> include/linux/sched.h | 4
> include/linux/seccomp.h | 3
> kernel/entry/common.c | 4
> kernel/time/Kconfig | 9 +
> kernel/time/posix-cpu-timers.c | 216 ++++++++++++++++++++++++++++++++++++-----
> kernel/time/timer.c | 1
> 8 files changed, 227 insertions(+), 28 deletions(-)

FWIW,

Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>