android_kernel_samsung_msm8976/sound/drivers
Takashi Iwai e063b1a0b8 ALSA: dummy: Implement timer backend switching more safely
commit ddce57a6f0a2d8d1bfacfa77f06043bc760403c2 upstream.

Currently the selected timer backend is referred at any moment from
the running PCM callbacks.  When the backend is switched, it's
possible to lead to inconsistency from the running backend.  This was
pointed by syzkaller fuzzer, and the commit [7ee96216c31a: ALSA:
dummy: Disable switching timer backend via sysfs] disabled the dynamic
switching for avoiding the crash.

This patch improves the handling of timer backend switching.  It keeps
the reference to the selected backend during the whole operation of an
opened stream so that it won't be changed by other streams.

Together with this change, the hrtimer parameter is reenabled as
writable now.

NOTE: this patch also turned out to fix the still remaining race.
Namely, ops was still replaced dynamically at dummy_pcm_open:

  static int dummy_pcm_open(struct snd_pcm_substream *substream)
  {
  ....
          dummy->timer_ops = &dummy_systimer_ops;
          if (hrtimer)
                  dummy->timer_ops = &dummy_hrtimer_ops;

Since dummy->timer_ops is common among all streams, and when the
replacement happens during accesses of other streams, it may lead to a
crash.  This was actually triggered by syzkaller fuzzer and KASAN.

This patch rewrites the code not to use the ops shared by all streams
any longer, too.

BugLink: http://lkml.kernel.org/r/CACT4Y+aZ+xisrpuM6cOXbL21DuM0yVxPYXf4cD4Md9uw0C3dBQ@mail.gmail.com
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-19 14:22:40 -08:00
..
mpu401 ALSA: add/change some comments describing function return values 2013-03-12 08:32:53 +01:00
opl3 sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
opl4 ALSA: opl4: use list_move_tail instead of list_del/list_add_tail 2012-09-05 09:14:45 +02:00
pcsp ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
vx ALSA: Make snd_printd() and snd_printdd() inline 2013-01-25 18:32:14 +01:00
aloop.c ALSA: pcm_format_to_bits strong-typed conversion 2013-04-29 13:36:15 +02:00
dummy.c ALSA: dummy: Implement timer backend switching more safely 2016-02-19 14:22:40 -08:00
Kconfig ALSA: sound kconfig typo 2013-04-24 14:02:36 +02:00
Makefile ALSA: introduce the snd-aloop module for the PCM loopback 2010-08-09 14:21:11 +02:00
ml403-ac97cr.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
mtpav.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
mts64.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
pcm-indirect2.c Fix common misspellings 2011-03-31 11:26:23 -03:00
pcm-indirect2.h
portman2x4.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
serial-u16550.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00
virmidi.c ALSA: drivers: remove __dev* attributes 2012-12-07 07:34:32 +01:00