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 499D625F78A; Fri, 27 Jun 2025 09:43:27 +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=1751017408; cv=none; b=ITtE5WYMin4iDIOYZ2t8i/fLJDBHi8bMdbDE3l56NWU0ntf94Hp+9EVxxOOzWgwXB28HVjLvj6lVj1gAMNEs14ZpvC0vnvuOQRAIjE4Ejlbp/L0OYVEpjWgtXo5DneANwIs/ioOFefp6FEabOfHcwudnVWjrGDyNk5iix/CMeIU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751017408; c=relaxed/simple; bh=ngQ6R8Q7RFtEfkc0s81vKQLJQh7gq65r5WAROHbGqPQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i6AHpuiB9x2r3m05qdXGeXmDAtN2K5nzBde5vrbKbkajGuIwJwXNNDSX/ElHpXmG10vdJBCUbHtuY/TlUQftKM3NFrwYemAl1McdWXeM1X85dqO5h53n6nzRVLSRTKya25lJ8irSZjTXBFOUmqZnx7AjcthOoKICUuvqsAAJts4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n23E/N/G; 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="n23E/N/G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B66DCC4CEE3; Fri, 27 Jun 2025 09:43:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751017407; bh=ngQ6R8Q7RFtEfkc0s81vKQLJQh7gq65r5WAROHbGqPQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n23E/N/GoDphO9m5at0H5Ohu/mB4/Lyn7IXvno7I3e12cZfUUf1y9yA4BOmlB8QGT mpnMMoTgdPyfUY4fZJLS5D3rDzPkMBBXhxg/UKe2DYNVDf9BWFuOTyTQE2QxtIBtoG fgRg3oxCVUeiUirEij94ch9QE0DcCHceByoQUhX+Etw7w+RlY30sFyekBLX8GmHlns b0ZwcW/CvPYk6/HUpYmiU5la90TuWpLNGKwFCOLj+Bp0dTtirdwlC1l3djuMEKAlar dcX5m6dZDtUeM6ebC3AptqAwYSvDmLcoQaLwgLT00lEWexaVtrde+0gZpmPMwvjYIL GUIISfTng1p9w== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1uV5cF-000000000Ug-2baj; Fri, 27 Jun 2025 11:43:28 +0200 Date: Fri, 27 Jun 2025 11:43:27 +0200 From: Johan Hovold To: Gabor Juhos Cc: Georgi Djakov , Raviteja Laggyshetty , Johan Hovold , Bryan O'Donoghue , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] interconnect: avoid memory allocation when 'icc_bw_lock' is held Message-ID: References: <20250625-icc-bw-lockdep-v3-1-2b8f8b8987c4@gmail.com> <84b94649-a248-46b0-a401-772aeb8777a2@gmail.com> <3b90caec-b4c0-47d8-bdd7-1a7abd5e69d9@gmail.com> Precedence: bulk X-Mailing-List: linux-arm-msm@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: On Fri, Jun 27, 2025 at 11:36:26AM +0200, Gabor Juhos wrote: > 2025. 06. 27. 9:11 keltezéssel, Johan Hovold írta: > > On Thu, Jun 26, 2025 at 05:00:42PM +0200, Gabor Juhos wrote: > >> Despite the note above, your proposal looks good to me. Would you like to > >> send it as a formal patch, or shall I do it? > > > > I can post it in a bit. > > Great, just saw the final patch. Thank you! Here it is for reference: https://lore.kernel.org/lkml/20250627075854.26943-1-johan+linaro@kernel.org/ It looks like Georgi picked up the patch from this thread yesterday, which should be fine as well as I only changed the commit message (replacing the ipc splat with one from sc8280xp) before posting it as v4. Johan