From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E3CD416DC2C; Mon, 12 Aug 2024 10:38:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.107.17.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723459132; cv=none; b=afMmSkJ+8MLFrcsyFd2YMtnR7RAHer3ltAFq8azqiz+Wz3cdzsVLmrz9lfI+yQC0E3G2YgAzDMyelp1WUDBgH9O9juwzuT4ScnT4eVhW+bIusg+euURNAKzph/L92tWsviLPXRa+YM9cdaiXs1Tth0wHPZTD8o+oF8HVmZ7308w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723459132; c=relaxed/simple; bh=4UYDJVRe6KgTAVzMjSOYGd2NkpVsSHKygr+86n9S3QE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B8Ft9Nnwei7bpfH9paArwGIvxh8x988Nczjis7G5WSJkyR9hLqaASS20f0KinxkndA/5MGhlI07clW6FbMb9VRUI0ffyZNRhaJoMvk80RDrFsY3fTZDnWmxnOO/OViqPKzzQ6/1cuEcjYchFamo90Q9c6+dXADxEv90HZ2jIeyY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=194.107.17.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vmicros1.altlinux.org (Postfix) with ESMTP id 88ABE72C8CC; Mon, 12 Aug 2024 13:38:42 +0300 (MSK) Received: from altlinux.org (sole.flsd.net [185.75.180.6]) by imap.altlinux.org (Postfix) with ESMTPSA id 78B4836D0246; Mon, 12 Aug 2024 13:38:42 +0300 (MSK) Date: Mon, 12 Aug 2024 13:38:42 +0300 From: Vitaly Chikunov To: Greg Kroah-Hartman Cc: Amadeusz =?utf-8?B?U8WCYXdpxYRza2k=?= , Thorsten Leemhuis , Pierre-Louis Bossart , Sasha Levin , linux-kernel@vger.kernel.org, =?utf-8?B?UMOpdGVy?= Ujfalusi , Mark Brown , lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, linux-sound@vger.kernel.org, Linux kernel regressions list , stable@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.9 17/40] ASoC: topology: Fix route memory corruption Message-ID: <20240812103842.p7mcx7iyb5oyj7ly@altlinux.org> References: <14e54a89-5c62-41b2-8205-d69ddf75e7c7@linux.intel.com> <210a825d-ace3-4873-ba72-2c15347f9812@linux.intel.com> <2024081225-finally-grandma-011d@gregkh> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2024081225-finally-grandma-011d@gregkh> Greg, On Mon, Aug 12, 2024 at 12:25:54PM +0200, Greg Kroah-Hartman wrote: > On Mon, Aug 12, 2024 at 12:01:48PM +0200, Amadeusz Sławiński wrote: > > I guess that for completeness you need to apply both patches: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/soc/soc-topology.c?id=97ab304ecd95c0b1703ff8c8c3956dc6e2afe8e1 > > This is already in the tree. > > > was an incorrect fix which was later fixed by: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/soc/soc-topology.c?id=0298f51652be47b79780833e0b63194e1231fa34 > > This commit will not apply :( It depends upon e0e7bc2cbee9 ("ASoC: topology: Clean up route loading"), which was in the same patchset that didn't get applied. https://lore.kernel.org/stable/?q=ASoC%3A+topology%3A+Clean+up+route+loading I see, Mark Brown said it's not suitable material for stable kernels (since it's code cleanup), and Sasha Levin dropped it, and the dependent commit with real fix. Thanks, > > > Applying just first one will result in runtime problems, while applying just > > second one will result in missing NULL checks on allocation. > > The second patch can not apply to the stable trees, so we need a > backported version please. > > thanks, > > greg k-h