]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: Handle errors correctly in rtc_irq_set_state()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 22 Jul 2011 09:12:50 +0000 (09:12 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 26 Jul 2011 21:49:57 +0000 (14:49 -0700)
commita6e042960348227b00e939f14aef95c2b57eb713
treeb0070f1ace60aeed05a30000f277ac9cd29e222a
parent84c77faa4573d901a86ef1519de8a8d6041a16b6
rtc: Handle errors correctly in rtc_irq_set_state()

In rtc_irq_set_state, the code checks the correctness of the parameters,
but then goes on to unconditionally arms/disarms the hrtimer. Thus a
random task might arm/disarm rtc timer and surprise the real owner by
either generating events or by stopping them.

Cc: stable@kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/rtc/interface.c