OSDN Git Service

ALSA: timer: Limit max amount of slave instances
authorTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2019 15:42:57 +0000 (16:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Dec 2019 15:35:40 +0000 (16:35 +0100)
commit691960eaa2af22eb477214aba8ee4de6fbd53268
tree53de1bbcc74be7eac05083528358c60aeaf7d4b0
parentb90fd09850506e4bf50c760e3f354d443c2bcfae
ALSA: timer: Limit max amount of slave instances

[ Upstream commit fdea53fe5de532969a332d6e5e727f2ad8bf084d ]

The fuzzer tries to open the timer instances as much as possible, and
this may cause a system hiccup easily.  We've already introduced the
cap for the max number of available instances for the h/w timers, and
we should put such a limit also to the slave timers, too.

This patch introduces the limit to the multiple opened slave timers.
The upper limit is hard-coded to 1000 for now, which should suffice
for any practical usages up to now.

Link: https://lore.kernel.org/r/20191106154257.5853-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/core/timer.c