On 10/12/2024 09:44, Krzysztof Kozlowski wrote: > On 05/12/2024 08:32, Karl Li (李智嘉) wrote: >> On Thu, 2024-12-05 at 07:05 +0000, Karl Li (李智嘉) wrote: >>> Dead maintainers, >> "Dear" maintainers. Really sorry for the typo... >>> >>> I hope you're doing well. Just a warm reminder that we're following >>> up >>> on these patch and really appreciate any feedback you might have. >>> > > You received like 6 or 7 reviews/replies for your patchset. What are you > implying here if feedback was not enough? > > Respond and implement the feedback instead ignoring it. > Ah - and obvious static check warnings as well! Please run standard kernel tools for static analysis, like coccinelle, smatch and sparse, and fix reported warnings. Also please check for warnings when building with W=1. Most of these commands (checks or W=1 build) can build specific targets, like some directory, to narrow the scope to only your code. The code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Best regards, Krzysztof