From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0CB7142C500; Fri, 4 Sep 2026 06:23:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788502997; cv=none; b=jpOM871bl7v+Mjas184DC+zBE8eJOMclXowpdbPfpxKLKkE0CH5u3KLAon4ZsAVT9uHQYZFFUvmXXGT1e61o7SwivgkL1q2Haa/lzi1MQwx97+psBMAB67JwNqLqVU5roxDiBlf49DEH0y0vrF6t7xbIZHqb7ekv0s6QQbz7Jtg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788502997; c=relaxed/simple; bh=yUkBR9gG1DRDs6MSelhGaR0iCzfl3A1lEMKvjkg5vZg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ZastIOQ/F9tPAwxdXHIeNhhJJsPhPYAFurKVE2nIkNKOw2JNfsnEmDd0WERXSDCOERigF1pLiKv+H7BLSnAE3vPnqts/vkAn4IHpKCdqfdh40SauY73IdZRa4KI/YRgDI45bvv3UVw4kpdqNaRORcf81G4knGX1ZS4ZaYB3n54c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sNqw/ROX; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sNqw/ROX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66B021F00AC4; Fri, 4 Sep 2026 06:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1788502995; bh=EZc9daKnNnt7fjEk4YZxwWD4gWJUCg3pJfUiZjyrRNo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=sNqw/ROXGhKQB3spk+VBIBknSYIKK9Ba3wPI5NamWxfxcJOi4Ba2RBvbcPmljTpoM 0Y+EYARmxKarMZNBxHb25zdYLsMqcSdk/GKwodSRHt4Nu37G7t2RKtmSq0C72N5eeF 1727Gp6ULtGOAkmunmu0lZK8pHAYZIVBOtZgigYU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Runyu Xiao , Takashi Iwai Subject: [PATCH 6.12 366/403] ALSA: pcxhr: initialize mutexes before requesting threaded IRQ Date: Fri, 4 Sep 2026 07:02:49 +0200 Message-ID: <20260904045743.128867919@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260904045734.806166532@linuxfoundation.org> References: <20260904045734.806166532@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Runyu Xiao commit 6c97817e20598e5473094e0e38d1f51f1cf4dfff upstream. pcxhr_probe() requests pcxhr_threaded_irq() before initializing mgr->lock, even though the threaded handler takes that mutex. Initialize the manager locks before request_threaded_irq() so an early interrupt cannot run against uninitialized mutex state during probe. Fixes: 9bef72bdb26e ("ALSA: pcxhr: Use nonatomic PCM ops") Cc: stable@vger.kernel.org Signed-off-by: Runyu Xiao Link: https://patch.msgid.link/20260818144717.2269918-1-runyu.xiao@seu.edu.cn Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/pcxhr/pcxhr.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/sound/pci/pcxhr/pcxhr.c +++ b/sound/pci/pcxhr/pcxhr.c @@ -1551,6 +1551,13 @@ static int pcxhr_probe(struct pci_dev *p mgr->pci = pci; mgr->irq = -1; + /* ISR lock */ + mutex_init(&mgr->lock); + mutex_init(&mgr->msg_lock); + + /* init setup mutex*/ + mutex_init(&mgr->setup_mutex); + if (request_threaded_irq(pci->irq, pcxhr_interrupt, pcxhr_threaded_irq, IRQF_SHARED, KBUILD_MODNAME, mgr)) { @@ -1564,13 +1571,6 @@ static int pcxhr_probe(struct pci_dev *p "Digigram at 0x%lx & 0x%lx, 0x%lx irq %i", mgr->port[0], mgr->port[1], mgr->port[2], mgr->irq); - /* ISR lock */ - mutex_init(&mgr->lock); - mutex_init(&mgr->msg_lock); - - /* init setup mutex*/ - mutex_init(&mgr->setup_mutex); - mgr->prmh = kmalloc(sizeof(*mgr->prmh) + sizeof(u32) * (PCXHR_SIZE_MAX_LONG_STATUS - PCXHR_SIZE_MAX_STATUS),