]> 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)
commit038d40af0ea3aebc0cc74f1a19ad5691f8105f74
treef99a80f7638aa2a6f78133ba6e0576d96c3c2966
parent18701c6e4705d8ebfcf6caca1b734fdaefd1dd5e
parent7d10b8c1e3c729ef37a1489c66d868f28b76be91
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()