From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 89C362943F; Wed, 14 Aug 2024 02:18:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723601932; cv=none; b=vCt68/IUhtrgokCrozd4cFjdy7JIV9oO9q5YkZZkaTLFZAbVEasjLymoqHURvm7bgHTdJAzEUwWmfwWGffiDEr7lbdBx0MViPFN97k98aYqsMqEt/8MmHr/dXS2agj4LGUG/EIqBIMhvGfug6bR0JvlJkCEUdkg2bTJTmDLw6R4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723601932; c=relaxed/simple; bh=SYXpdKKAIUAaMVyIUQOLGHSUglp33AepZ89w18ifSmg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cRjDwnLxPjryD0kkMyIXunmdsswLc9Loh7qOJk6AZoHhi7sOgGq/sU7twUrFAYfqaDczFQnsJbqAVs6x+dfuQ0sWOJXNv5DiqEj3tfjMjbc1Kkxh96154k3QPl64Dvb7MkAlNhyXHE8zfdq8/M+wIX14nWAfkPkQUEa6WjY+/m8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vD/hBeC/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="vD/hBeC/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCE16C32782; Wed, 14 Aug 2024 02:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723601932; bh=SYXpdKKAIUAaMVyIUQOLGHSUglp33AepZ89w18ifSmg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vD/hBeC/kQYwGGdgwg2F1siBMH5FbFMAmwb0EfwSIAEcMQdWalSE1LVApkJABpQjT N+jdTQNNs41B/zxCzu0axloV0m+o3N/vtrNg8cSo6xapJu4xAJ+A5zE9xrZupZ3amE woHpZKWblgCFgQ+DG5r85KaskKbqptgwXHMB6ZC140DPEWqKiaQHSSZulKjthmvUsy Gxi7o/sGvczwtu8KD2tsLU0lj6O/p4xB0oMmpsLoJV6lSFlZKgEe9R8qFxC+v1VxIc 4tiBoW1TJbS/vYiJEuCRXxJlELk3sTdCZZvhBN2eHM2NJkypx14CymvGSW9+GjdBPy p8guwfOB7Vm7g== Date: Tue, 13 Aug 2024 22:18:50 -0400 From: Sasha Levin To: Thorsten Leemhuis Cc: Pierre-Louis Bossart , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Amadeusz =?utf-8?B?U8WCYXdpxYRza2k=?= , =?iso-8859-1?Q?P=E9ter?= Ujfalusi , Mark Brown , lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, linux-sound@vger.kernel.org, Linux kernel regressions list , Vitaly Chikunov , stable@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.9 17/40] ASoC: topology: Fix route memory corruption Message-ID: References: <14e54a89-5c62-41b2-8205-d69ddf75e7c7@linux.intel.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Mon, Aug 12, 2024 at 11:53:17AM +0200, Thorsten Leemhuis wrote: >Hi, top-posting for once, to make this easily accessible to everyone. > >Greg, Sasha, to me it looks like something fell through the cracks. >Pierre-Louis afaics about a week ago asked (see the quote below) to >revert 97ab304ecd95c0 ("ASoC: topology: Fix references to freed memory") >[v6.10-rc6, v6.9.11, v6.6.42, v6.1.101] from the stable branches *or* >pick up b9dd212b14d27a ("ASoC: topology: Fix route memory corruption"). >But nothing like that has happened yet and I can't see any of those >resolutions in the 6.6 queue. > >Side note: I have a very strong feeling that I'm missing or >misunderstood something, but I decided to send this mail despite this... >If something like that was the case: apologies in advance. For AUTOSEL mails, I only end up looking at the threads when I'm about to actually queue those commits up into the stable-queue, which is what happened here. -- Thanks, Sasha