Re: [PATCH] soc: imx: imx-scu: Getting UID from SCU should have response

From: Shawn Guo
Date: Sat Oct 05 2019 - 21:22:37 EST


On Wed, Sep 04, 2019 at 03:13:14PM -0400, Anson Huang wrote:
> The SCU firmware API for getting UID should have response,
> otherwise, the message stored in function stack could be
> released and then the response data received from SCU will be
> stored into that released stack and cause kernel NULL pointer
> dump.
>
> Fixes: 73feb4d0f8f1 ("soc: imx-scu: Add SoC UID(unique identifier) support")
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied, thanks.