From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757413AbcBSKjE (ORCPT ); Fri, 19 Feb 2016 05:39:04 -0500 Received: from mx2.suse.de ([195.135.220.15]:42836 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683AbcBSKjB (ORCPT ); Fri, 19 Feb 2016 05:39:01 -0500 Date: Fri, 19 Feb 2016 11:38:59 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 4.5-rc5 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)