From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 2BA8639150E for ; Thu, 23 Jul 2026 17:35:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784828114; cv=none; b=Tt1Gm7NC6FSDXDRK0eWfBax+dshc2prMCHdiFPOfhUiUNWMSWcbMweUbdqNkK5uFqE333ixo0g9YZTlrMEpSPswA7IUAKuzLHGk8Usp+Eh/z7H1qTs400WQqBDxnhot682Z74lBkCoSU2I5LEJBgUrs0ZxTGwDHeb6ozzju/ZmU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784828114; c=relaxed/simple; bh=1nO30bSSpWzYJOQDVnxZ+Col7gVxHp/vGNGO1xDS9Rs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XCssmzAtO7U+ep9CzY25EIWROj4j5JuJxleDpXVGQLKrI/ugqRLVDz6s3wEXTPgbOLiSK9mP9llLgoCDl8BCfYoZSu1AsWCCjA+f3MtG6p3XgoW/wCjsAzSOxzriPJ5FzOQBE0Ph+QTiRE8Hw+86ANQknEJY9YTqie51uaK4R0o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=FtiBt4q2; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FtiBt4q2" Message-ID: <857b28b7-1ddd-41ad-b7fe-dbdcea3fbfc4@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1784828100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J7AvBJHIwMTgHq2EpqdRVW6NaWzmp2W+mb52CHk2kSQ=; b=FtiBt4q2xZPpCbZAx+15Pxt8K20JTr+W35zM1sjfnCK67O19oOVqwduf/JAwKHMPP9N/5I IwYbzaBgodUrmIA7eFSPULI40LBzO4fYcIyEXnjrFcxTCBCqYoXcpVsnb0hXSrFGJzfuar PHjSK559DjrdRA92sELFFkWrKXyY9RA= Date: Wed, 22 Jul 2026 20:15:28 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 0/4] Series of SDCA bug fixes To: Charles Keepax , broonie@kernel.org Cc: lgirdwood@gmail.com, yung-chuan.liao@linux.intel.com, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com References: <20260722103500.872714-1-ckeepax@opensource.cirrus.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Pierre-Louis Bossart In-Reply-To: <20260722103500.872714-1-ckeepax@opensource.cirrus.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 7/22/26 12:34, Charles Keepax wrote: > Fix up some error path and size checking issues in the SDCA code. > > Thanks, > Charles > > Charles Keepax (4): > ASoC: SDCA: Correct pointer passed to devm_acpi_table_put > ASoC: SDCA: Always free firmware in FDL path > ASoC: SDCA: Make UMP message size check more robust > ASoC: SDCA: Ensure that Control Range is large enough for header LGTM Reviewed-by: Pierre-Louis Bossart > > sound/soc/sdca/sdca_device.c | 2 +- > sound/soc/sdca/sdca_fdl.c | 5 ++++- > sound/soc/sdca/sdca_functions.c | 2 ++ > sound/soc/sdca/sdca_ump.c | 4 ++-- > 4 files changed, 9 insertions(+), 4 deletions(-) >