Commits
Anson Huang committed 3b49ab95776
MLK-23010 thermal: imx_sc_thermal: Correct message format to avoid stack corruption The SCU message should be 32-bit aligned, as MU transmits data with 32-bits aligned and SCU could modify the message data, if the message is NOT 32-bit aligned, it will cause stack corruption when SCU writes the response data, with CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG enabled, kernel stack protection will have panic. Correct the message to 32-bit width to avoid this issue. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com>