From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Date: Fri, 21 Jul 2023 12:11:49 +0200 Subject: [PATCH v2 1/6] RISC-V: Detect Smstateen extension In-Reply-To: <20230721075439.454473-2-mchitale@ventanamicro.com> References: <20230721075439.454473-1-mchitale@ventanamicro.com> <20230721075439.454473-2-mchitale@ventanamicro.com> Message-ID: <921a2635-e34a-47e6-17c2-818e3594d211@kernel.org> List-Id: To: kvm-riscv@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 21/07/2023 09:54, Mayuresh Chitale wrote: > Extend the ISA string parsing to detect the Smstateen extension > > Signed-off-by: Mayuresh Chitale > --- > Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++ Please run scripts/checkpatch.pl and fix reported warnings. Some warnings can be ignored, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed at least DT list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time, thus I will skip this patch entirely till you follow the process allowing the patch to be tested. Please kindly resend and include all necessary To/Cc entries. Best regards, Krzysztof