summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2019-06-21 16:36:43 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-06-22 12:14:22 +0200
commit7586addb99322faf4d096fc8beb140f879409212 (patch)
treefad9f446eebe6924933f0f05e15cacd6eac7ee69 /security
parentposix-timers: Remove "it_signal = NULL" assignment in itimer_delete() (diff)
downloadlinux-7586addb99322faf4d096fc8beb140f879409212.tar.xz
linux-7586addb99322faf4d096fc8beb140f879409212.zip
posix-timers: Use spin_lock_irq() in itimer_delete()
itimer_delete() uses spin_lock_irqsave() to obtain a `flags' variable which can then be passed to unlock_timer(). It uses already spin_lock locking for the structure instead of lock_timer() because it has a timer which can not be removed by others at this point. The cleanup is always performed with enabled interrupts. Use spin_lock_irq() / spin_unlock_irq() so the `flags' variable can be removed. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190621143643.25649-3-bigeasy@linutronix.de
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions