aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-01-14 16:30:58 +0100
committerZiyan <jaraidaniel@gmail.com>2016-10-29 01:34:09 +0200
commit76aa84db8064ef713d5f78da7bfaffe495b7361b (patch)
treea4872b3734d607cee47ccaf8de527a4dce85f20c /kernel
parentae0cd84a5532660bad66fd56bae4fded42281c80 (diff)
downloadkernel_samsung_tuna-76aa84db8064ef713d5f78da7bfaffe495b7361b.zip
kernel_samsung_tuna-76aa84db8064ef713d5f78da7bfaffe495b7361b.tar.gz
kernel_samsung_tuna-76aa84db8064ef713d5f78da7bfaffe495b7361b.tar.bz2
ALSA: timer: Harden slave timer list handling
A slave timer instance might be still accessible in a racy way while operating the master instance as it lacks of locking. Since the master operation is mostly protected with timer->lock, we should cope with it while changing the slave instance, too. Also, some linked lists (active_list and ack_list) of slave instances aren't unlinked immediately at stopping or closing, and this may lead to unexpected accesses. This patch tries to address these issues. It adds spin lock of timer->lock (either from master or slave, which is equivalent) in a few places. For avoiding a deadlock, we ensure that the global slave_active_lock is always locked at first before each timer lock. Also, ack and active_list of slave instances are properly unlinked at snd_timer_stop() and snd_timer_close(). Last but not least, remove the superfluous call of _snd_timer_stop() at removing slave links. This is a noop, and calling it may confuse readers wrt locking. Further cleanup will follow in a later patch. Actually we've got reports of use-after-free by syzkaller fuzzer, and this hopefully fixes these issues. Change-Id: I572878b909dda522dbedc84633414185802bc974 Reported-by: Dmitry Vyukov <dvyukov@google.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions