Re: [PATCH RT] posix-timers: Unlock expiry lock in the early return

2019-09-23 Thread Thomas Gleixner
On Mon, 23 Sep 2019, Sebastian Andrzej Siewior wrote: > Patch ("posix-timers: Add expiry lock") acquired a lock in > run_posix_cpu_timers() but didn't drop the lock in the early return. > > Unlock the lock in the early return path. > > Reported-by: kbuild test robot > Reported-by: Dan Carpenter

[PATCH RT] posix-timers: Unlock expiry lock in the early return

2019-09-23 Thread Sebastian Andrzej Siewior
Patch ("posix-timers: Add expiry lock") acquired a lock in run_posix_cpu_timers() but didn't drop the lock in the early return. Unlock the lock in the early return path. Reported-by: kbuild test robot Reported-by: Dan Carpenter Signed-off-by: Sebastian Andrzej Siewior --- kernel/time/posix-cp