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 647E419DF62; Fri, 22 Aug 2025 23:13:12 +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=1755904392; cv=none; b=fGc72AnrPbyqq7Z/8i12NbgUQgyEmzK/p+XdybL4vAtRMLh2PFmTBbTF5pHO+SMIdkKne+ptvFxFJIffMpDWAyqbyxF31ZCor78Yl/oQ0Te2nDu9ibDxM9XHfD476NGAAClFriQ1Ssb8R3LKgFL9a0fIpFCTaTOvf8S4sbUlvTg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755904392; c=relaxed/simple; bh=I5xOOlTlsl1gEAyBnvuWnA9gnCaou1eiZGWyj04CjLU=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=d/sMGjjE/y4c8p8rR3Z5TzDRXFrvl/AjaPyNyju3waU/JS7gHGyzrCfs3r516YchKPP96SiKsEycglZtacNSONP7qw2zZPdJuv2jEylhy65rNeA2uNMUlrMs1FCv8UOBZVCKmriHMBRyVPhHzKafs2bFsOwzVHdDQZWz9RNM96Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UietGIt3; 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="UietGIt3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C891AC4CEED; Fri, 22 Aug 2025 23:13:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755904392; bh=I5xOOlTlsl1gEAyBnvuWnA9gnCaou1eiZGWyj04CjLU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=UietGIt3h77y7zuiq7YFhM0VrpywFhju+K18giWmvLQWsvo2dxbQ029RiXYcXPVkV sTlj4fug4t6/d35KEWd17rr32OB3DJvf12ijkKS/Jb/s7Dz6xX2dwQ+hvuzOWmGRXs u7zHlaqmxMkMZt0w4dqOZ2E4WgPm2+prJDKCeydXHZEirmCIP6tFEzCkdQpbh619Ji bW5OQZYmqxI/RmYefQTiCxiAeZpkDvXDUvgS5b1nXARoR64pTOqy8SlqbgOk0+Hy27 4UuMtVTdrUItneUpNqVHyBTj9WMqiONRd8eTjOHmQoU/6SmCktcnRwFAgK3Vvgpk/z SuzXpPfTRlrFQ== Message-ID: <5489a439-e628-47a1-b3e9-e1d0f877b7d0@kernel.org> Date: Sat, 23 Aug 2025 00:13:07 +0100 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 05/11] firmware: qcom_scm: Add shmbridge support to pas_init/release function To: Bryan O'Donoghue , Bjorn Andersson , Konrad Dybcio , Vikash Garodia , Dikshita Agarwal , Mauro Carvalho Chehab , Mathieu Poirier , Abhinav Kumar , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-media@vger.kernel.org, linux-remoteproc@vger.kernel.org References: <20250819165447.4149674-1-mukesh.ojha@oss.qualcomm.com> <20250819165447.4149674-6-mukesh.ojha@oss.qualcomm.com> <20250821170337.y7vzhtiugaeydqmh@hu-mojha-hyd.qualcomm.com> From: Bryan O'Donoghue Content-Language: en-US In-Reply-To: <20250821170337.y7vzhtiugaeydqmh@hu-mojha-hyd.qualcomm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 21/08/2025 18:03, Mukesh Ojha wrote: >> Please review the error paths here especially WRT to qcom_mdt_pas_init(); > Sure, will send the fix patch for the existing bug. In which case please structure your next submission with bugfixes coming first in the series with Fixes: tags and then apply your changes on top as a progressive set of changes so we can apply this fix to -stable. Don't forget to Cc: stable --- bod