]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sound-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 May 2018 15:37:22 +0000 (05:37 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 May 2018 15:37:22 +0000 (05:37 -1000)
commit4cc8efe359542e0e9612baf999832cbae69a2420
treef99a80f7638aa2a6f78133ba6e0576d96c3c2966
parent29e36c5c2a6502ceeade49a99d5f00e8321ea328
parenta94a1a2c44f77f98993d7db2ddf0bafb36b83647
Merge tag 'sound-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound fixes from Takashi Iwai:
 "A collection of small fixes, all deserved for stable.

  Two are about core API fixes for the bugs that were triggered by
  ever-growing fuzzers, while others are driver-specific fixes"

* tag 'sound-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
  ALSA: pcm: Check PCM state at xfern compat ioctl
  ALSA: aloop: Add missing cable lock to ctl API callbacks
  ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation for array index
  ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
  ALSA: hda - Fix incorrect usage of IS_REACHABLE()