From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 858D2C05027 for ; Mon, 20 Feb 2023 11:24:58 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id D725DED8; Mon, 20 Feb 2023 12:24:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D725DED8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1676892295; bh=g8EHqcl4piI0dKSU8Sgvd8urd/g6i4GCgx++D5N2NRo=; h=Date:From:To:Subject:References:In-Reply-To:CC:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=FbKdJY+5epQVtj/R9f9mRvWVO6ALBludaojrRXCXhJzkzdB6LD7kcZoNsm4wR8VzG rz7yb2dC54+GczIPOxJ3elJUZUFAInULbNvs8ogWcm4YE7S3Q1B3GBVrODMMNeTQRS 3mG0ea9noUkMHp+gAU7KtGiZ/bzZFFAMDKMY6Ujg= Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 6629FF80266; Mon, 20 Feb 2023 12:23:47 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5683FF80266; Mon, 20 Feb 2023 12:23:44 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id F3CE4F800BA for ; Mon, 20 Feb 2023 12:23:41 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz F3CE4F800BA Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key, unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=lt6huX+a Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BBE4060CF9; Mon, 20 Feb 2023 11:23:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD3DFC4339E; Mon, 20 Feb 2023 11:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676892219; bh=g8EHqcl4piI0dKSU8Sgvd8urd/g6i4GCgx++D5N2NRo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lt6huX+a30GL1wXK/zBj3efXdLlL7grE8geC8f8YOEmJpFSaNvSbt0+RM7Hyu2RDn emKUR/GmVESBpYiRDfsceYI7Sd+bLgLoVlFDE4jMzWz2KqbZuCtlmsDL8T0eSoUuXQ FijYzgpb6P0+DJbwgqjRob/ypEX+jM0wbfVBbaW8= Date: Mon, 20 Feb 2023 12:23:36 +0100 From: Greg KH To: Peter Ujfalusi Subject: Re: [PATCH BACKPORT 5.4] ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak Message-ID: References: <20230220111721.32502-1-peter.ujfalusi@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230220111721.32502-1-peter.ujfalusi@linux.intel.com> Message-ID-Hash: 6SEB4WVZHR3DJI4ZAFSWARFVVYIDEF2I X-Message-ID-Hash: 6SEB4WVZHR3DJI4ZAFSWARFVVYIDEF2I X-MailFrom: gregkh@linuxfoundation.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: stable@vger.kernel.org, sashal@kernel.org, broonie@kernel.org, alsa-devel@alsa-project.org, pierre-louis.bossart@linux.intel.com, ranjani.sridharan@linux.intel.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, Feb 20, 2023 at 01:17:21PM +0200, Peter Ujfalusi wrote: > [ Upstream commit 1f810d2b6b2fbdc5279644d8b2c140b1f7c9d43d ] > > There were just too many code changes since 5.4 stable to prevent clean > picking the fix from mainline. Thanks, all backports now queued up. greg k-h