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 ED67A1E7660; Thu, 11 Jun 2026 00:45:46 +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=1781138757; cv=none; b=e4LwkCGMV5YZqIulOl3Usy7WSf/LqM1rCTeajwRfkVb6bynGz1Wii05mnfheTDoNV2/ozI2Yswrjg9jRRUZrGBZ1DN0YpjOhtArj1UAzZWUZTBa8//4DXC7FXN+GOaS5XXtToOw1LECiFe9iZqcN/YbOVh8lXNZQrnsClyr27zU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781138757; c=relaxed/simple; bh=gScZvmFNCIbsaB8hGl7ro2smwAQIdPTmDjW80PbH9fw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=WL78JxHkt5ZoXk10aDTFEOTBvwkrh5etG7eGQjMT1pdHiXndxBPVBFv/z8k63N0UuK3Lu6njXc1JhNdi/9ATtG9UuxgcVwuq4LsFzDp7eLpOVqCE7Y3IHHPxYbfF2+qjNSn2scUCEwBBse5OGXoKxPRNohfnIZ8hHvZkn400nkQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=crLZqNOv; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="crLZqNOv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8C991F0089C; Thu, 11 Jun 2026 00:45:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781138746; bh=Rz7r393CVmwuTcN3F9sCaR4ab1crKIHvHMF5mdpAUTE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=crLZqNOvmyJv3eoUlKUEUP18KLvhdS0jCyGR4YdF1vmp+YRTTC+kwJOSHK0kUhQyn za35zlMKACIojmV769SaNBV/Yj+Nd5BdwWQ53Z5Wi3jGQSArOpI8kV+Ju6YmSwjpjo gkAZ7khknpF8mlCJbufeWKaAIcuyv6PgSCLiig+HiInNSbnXLnWXDIOwmEcF5iRA60 ymSQvMEM0e9/IK43L+p0HqKke8HpI6ogiNgvZ5Y/kbHEh54GiI/QhaocaZZkWql1dJ jlFcaqJ3xXkFWOEvO1+isajJXSzmDVAiAmv2uHTWVGHlIoTq+nbeZl8m1JUyncR2s0 sHP+YknEOxlcg== From: Sasha Levin To: stable@vger.kernel.org Cc: Sasha Levin , Felix Fietkau , Lorenzo Bianconi , Ryder Lee , Shayne Chen , Sean Wang , linux-wireless@vger.kernel.org, Ajrat Makhmutov Subject: Re: [stable request] mt7921e: backport two mt76 fixes to 6.12.y Date: Wed, 10 Jun 2026 20:45:27 -0400 Message-ID: <20260610-stable-reply-0014@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260610080943.17734-1-rauty@altlinux.org> References: <20260610080943.17734-1-rauty@altlinux.org> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Tue, Jun 10, 2026 at 11:09:43AM +0300, Ajrat Makhmutov wrote: > Please backport to 6.12.y: > 2425dc7beaad wifi: mt76: mt7921: avoid undesired changes of the preset regulatory domain > 5ed54896b6bd wifi: mt76: mt7921: fix a potential scan no APs I'm going to hold off on this one. The second commit, 5ed54896b6bd, introduces a reachable dev->mutex self-deadlock on STA-remove-while-ROC; the follow-up that cures it (d5059e52) isn't in any stable tree and was never marked for stable (it's only in linux-next so far). So taking these two alone would queue a deadlock. If d5059e52 lands upstream (or you can confirm it's headed to stable), please resend the request as all three together and I'll take them for 6.12.y. -- Thanks, Sasha