lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2cc7a0be13d2b35b8728fb23e56097620a40fc05.camel@mediatek.com>
Date: Thu, 24 Jul 2025 08:43:49 +0000
From: Friday Yang (杨阳) <Friday.Yang@...iatek.com>
To: "robh@...nel.org" <robh@...nel.org>, "matthias.bgg@...il.com"
	<matthias.bgg@...il.com>, Yong Wu (吴勇)
	<Yong.Wu@...iatek.com>, "p.zabel@...gutronix.de" <p.zabel@...gutronix.de>,
	"conor+dt@...nel.org" <conor+dt@...nel.org>, "krzk@...nel.org"
	<krzk@...nel.org>, AngeloGioacchino Del Regno
	<angelogioacchino.delregno@...labora.com>
CC: "linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, "linux-mediatek@...ts.infradead.org"
	<linux-mediatek@...ts.infradead.org>, "devicetree@...r.kernel.org"
	<devicetree@...r.kernel.org>, Project_Global_Chrome_Upstream_Group
	<Project_Global_Chrome_Upstream_Group@...iatek.com>
Subject: Re: [PATCH v8 2/2] memory: mtk-smi: mt8188: Add SMI reset and clamp
 for MT8188

On Thu, 2025-07-24 at 10:09 +0200, Krzysztof Kozlowski wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> On 24/07/2025 09:59, Friday Yang (杨阳) wrote:
> > On Thu, 2025-07-24 at 09:08 +0200, Krzysztof Kozlowski wrote:
> > > External email : Please do not click links or open attachments
> > > until
> > > you have verified the sender or the content.
> > > 
> > > 
> > > On 24/07/2025 03:49, Friday Yang (杨阳) wrote:
> > > > On Thu, 2025-06-12 at 17:16 +0200, Krzysztof Kozlowski wrote:
> > > > > External email : Please do not click links or open
> > > > > attachments
> > > > > until
> > > > > you have verified the sender or the content.
> > > > > 
> > > > > 
> > > > > On 21/05/2025 08:33, Friday Yang wrote:
> > > > > > From: "Friday Yang" <friday.yang@...iatek.com>
> > > > > > 
> > > > > > To prevent handling glitch signals during MTCMOS on/off
> > > > > > transitions,
> > > > > > SMI requires clamp and reset operations. Parse the reset
> > > > > > settings
> > > > > > for
> > > > > > SMI LARBs and the clamp settings for the SMI Sub-Common.
> > > > > > Register
> > > > > > genpd callback for the SMI LARBs located in image, camera
> > > > > > and
> > > > > > IPE
> > > > > > subsystems, and apply reset and clamp operations within the
> > > > > > callback.
> > > > > > 
> > > > > > Signed-off-by: Friday Yang <friday.yang@...iatek.com>
> > > > > > Reviewed-by: AngeloGioacchino Del Regno <
> > > > > > angelogioacchino.delregno@...labora.com>
> > > > > > Acked-by: Rob Herring <robh@...nel.org>
> > > > > 
> > > > > You did not respond to previous review. Sending the same
> > > > > while
> > > > > ignoring
> > > > > previous review is obvious NAK.
> > > > > 
> > > > 
> > > > Apologies for missing the message. In the v6 patch, I replaced
> > > > 'pm_runtime_enable' with 'devm_pm_runtime_enable'. You pointed
> > > > out
> > > > that
> > > > this change might alter the cleanup order and potentially
> > > > introduce
> > > > errors.
> > > > 
> > > > v6:
> > > > 
> > 
> > 
https://lore.kernel.org/lkml/20250408033206.12176-3-friday.yang@mediatek.com/
> > > > 
> > > > Therefore, in the v7 patch, I reverted this change and
> > > > continued
> > > > using
> > > > 'pm_runtime_enable' in the SMI driver. However, I did not
> > > > include a
> > > > clear description of the changes between v6 and v7 in the cover
> > > > letter.
> > > > 
> > > > v7:
> > > > 
> > 
> > 
https://lore.kernel.org/lkml/9f01a9a4-89b2-4bfc-97cd-827be989ef16@kernel.org/
> > > > 
> > > > In the v8 patch, I have added a description in the cover
> > > > letter.
> > > > This series just add functions for SMI clamp and not change
> > > > anything
> > > > else. Is this acceptable to you?
> > > 
> > > That was month ago. Nothing form this thread is in my memory,
> > > nothing
> > > is
> > > in the mailbox. There is no cover letter to find anymore.
> > > 
> > > Anyway, you did not respond to the actual comment and you send
> > > the
> > > same.
> > > Now you respond... to something else still ignoring the comment
> > > about
> > > fake tags.
> > > 
> > > I will not be wasting more time on this patchset.
> > > 
> > 
> > Changes v7:
> > - Remove the 'devm_pm_runtime_enable' change.
> > 
> > Above is the tag you ask. You are right, the
> > 'devm_pm_runtime_enable'
> > tag I mentionded in the patchset v6 is truly a fake tag. So please
> 
> This is a function. Not a tag. I asked about tag.
> 
> > ignore this tag. What I intended to explain here was that I decided
> > not
> > to use 'devm_pm_runtime_enable' to replace 'pm_runtime_enable'
> > functions. Unfortunately, the fake tag didn't explain this clearly
> > in
> > the changelog, which was my fault. To address this, I updated
> > patchset
> > v8 to include an explanation.
> > 
> > In patchset v6, I replaced 'pm_runtime_enable' with
> > 'devm_pm_runtime_enable'. However, in patchset v8, I reverted this
> > change and included the reason for this decision in the changelog.
> > Apologize for the delay and the trouble again.
> 
> Nothing above is related to my question about the
> fake/invented/questioned tag.
> 

I got your point, you refer to the 'reviewed-by' and 'acked-by' tag in
this patch.
These are the tags from two reviewers.

https://lore.kernel.org/lkml/174172361378.44650.15345202042780383326.robh@kernel.org/


https://lore.kernel.org/lkml/9dca8772-6bc0-4105-98d7-e4f804b0d637@collabora.com/

And tag from 'Yong.Wu@...iatek.com' should be deleted. He just reviewed
this patch in mtk internal gerrit and did not make it pubilc. So I
delete this tag from the patch. I could ask him to help reply a
'reviewed-by' tag if necessary.
Thanks for all.


> Best regards,
> Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ