[GIT PULL] sound fixes for 4.5-rc5
From: Takashi Iwai
Date: Fri Feb 19 2016 - 05:39:08 EST
Linus,
please pull sound fixes for v4.5-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5-rc5
The topmost commit is 67ec1072b053c15564e6090ab30127895dc77a89
----------------------------------------------------------------
sound fixes for 4.5-rc5
this update contains again a few more fixes for ALSA core stuff
although it's no longer high flux: two race fixes in sequencer and one
PCM race fix for non-atomic PCM ops. In addition, HD-audio gained a
similar fix for race at reloading the driver.
----------------------------------------------------------------
Takashi Iwai (4):
ALSA: seq: Fix leak of pool buffer at concurrent writes
ALSA: hda - Cancel probe work instead of flush at remove
ALSA: seq: Fix double port list deletion
ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
---
sound/core/pcm_native.c | 16 ++++++++++++++--
sound/core/seq/seq_memory.c | 13 +++++++++----
sound/core/seq/seq_ports.c | 13 ++++++++-----
sound/pci/hda/hda_intel.c | 4 ++--
4 files changed, 33 insertions(+), 13 deletions(-)