Re: [patch V2 37/38] posix-cpu-timers: Move state tracking to struct posix_cputimers

2019-08-26 Thread Thomas Gleixner
On Tue, 27 Aug 2019, Frederic Weisbecker wrote: > On Wed, Aug 21, 2019 at 09:09:24PM +0200, Thomas Gleixner wrote: > > Put it where it belongs and clean up the ifdeffery in fork completely. > > > > Signed-off-by: Thomas Gleixner > > --- > > V2: Adopt to the per clock base struct > > --- > > incl

Re: [patch V2 37/38] posix-cpu-timers: Move state tracking to struct posix_cputimers

2019-08-26 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:24PM +0200, Thomas Gleixner wrote: > Put it where it belongs and clean up the ifdeffery in fork completely. > > Signed-off-by: Thomas Gleixner > --- > V2: Adopt to the per clock base struct > --- > include/linux/posix-timers.h |8 > include/linux/sched/cp

[patch V2 37/38] posix-cpu-timers: Move state tracking to struct posix_cputimers

2019-08-21 Thread Thomas Gleixner
Put it where it belongs and clean up the ifdeffery in fork completely. Signed-off-by: Thomas Gleixner --- V2: Adopt to the per clock base struct --- include/linux/posix-timers.h |8 include/linux/sched/cputime.h |9 +++-- include/linux/sched/signal.h |6 --- init/init_task.