Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Fri, 4 Dec 2020 20:37:35 +0100 you wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > The latest version of sysmon_stop() starts by initializing > the sysmon->shutdown_acked variable, but then overwrites it > with an uninitialized variable later: > > drivers/remoteproc/qcom_sysmon.c:551:11: error: variable 'acked' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized] > else if (sysmon->ept) > ^~~~~~~~~~~ > drivers/remoteproc/qcom_sysmon.c:554:27: note: uninitialized use occurs here > sysmon->shutdown_acked = acked; > ^~~~~ > > [...] Here is the summary with links: - remoteproc: sysmon: fix shutdown_acked state https://git.kernel.org/qcom/c/9d7b4a40387d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html