Re: [patch V2 03/38] posix-cpu-timers: Use common permission check in posix_cpu_timer_create()

2019-08-21 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:08:50PM +0200, Thomas Gleixner wrote: > Yet another copy of the same thing gone... > > Signed-off-by: Thomas Gleixner > --- Reviewed-by: Frederic Weisbecker

[patch V2 03/38] posix-cpu-timers: Use common permission check in posix_cpu_timer_create()

2019-08-21 Thread Thomas Gleixner
Yet another copy of the same thing gone... Signed-off-by: Thomas Gleixner --- kernel/time/posix-cpu-timers.c | 35 +++ 1 file changed, 3 insertions(+), 32 deletions(-) --- a/kernel/time/posix-cpu-timers.c +++ b/kernel/time/posix-cpu-timers.c @@ -316,44 +316,15